/* PAR-PACT website-context branding tweaks (KAN-37).
   The login card caps the brand logo at 32px (height + max-height); match the
   desk navbar's 1.2x bump. Wired via web_include_css in hooks.py. */

section.for-login .page-card-head .app-logo,
section.for-email-login .page-card-head .app-logo {
  height: 38px;
  max-height: 38px;
}
