/* Branding del portal Authelia (servido same-origin → permitido por CSP 'self').
   Agranda el logo del login, que de otra forma queda topeado por el CSS interno. */
body img {
  width: 180px !important;
  height: auto !important;
  max-width: 70vw !important;
}
