:root{ --emt-navy:#1c2b6b; --emt-red:#d8442a; --emt-orange:#e8722a; }
img[alt="Logo"], .logo img, div[class*="Logo"] img, img[src*="logo.png"]{
  max-height:60px !important; height:auto !important; width:auto !important;
  margin-bottom:6px !important;
}
button[type="submit"], .MuiButton-containedPrimary, button.MuiButton-root[type="submit"]{
  background:var(--emt-red) !important;
  background-image:linear-gradient(135deg,var(--emt-red),var(--emt-orange)) !important;
  color:#fff !important; font-weight:700 !important; letter-spacing:.3px !important;
}
button[type="submit"]:hover{ filter:brightness(1.06) !important; }
.MuiInput-underline:after,.MuiInputLabel-root.Mui-focused{ border-color:var(--emt-navy) !important; color:var(--emt-navy) !important; }
a{ color:var(--emt-navy) !important; }
a[href*="authelia.com"]{ display:none !important; }
div:has(> a[href*="authelia"]){ visibility:hidden !important; }
header, .MuiToolbar-root, [class*="LanguageSelector"], [class*="languageSelector"],
button[aria-label*="anguage"], div[class*="PrivacyPolicy"] { display:none !important; }
#emt-subtitle{
  text-align:center; color:var(--emt-navy); font-weight:700; font-size:14px;
  letter-spacing:.4px; margin:2px 0 14px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
#emt-footer{
  text-align:center; margin-top:12px;
  color:#d8442a; font-size:12.5px; font-weight:600; letter-spacing:.4px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
