/* Marca Kemet sobre o portal Authelia (injetado pela camada nginx). */

/* Logo +50% (a logo custom é o único <img> com "logo" no src). */
img[src*="logo"] {
  transform: scale(1.5);
  transform-origin: center top;
  margin: 12px 0 24px !important;
}

/* Botão "ENTRAR" em laranja Kemet (sun-500), hover sun-600. */
.MuiButton-containedPrimary {
  background-color: #F26419 !important;
}
.MuiButton-containedPrimary:hover {
  background-color: #CE5210 !important;
}

/* Esconde o rodapé "Powered by Authelia" (link p/ authelia.com). */
a[href*="authelia.com"] {
  display: none !important;
}
