/* AQUILA_IDENTITY_LOGIN_R1 — Irembo-inspired staff identity.
   Presentation only. Does not change auth APIs or 2FA. */

html body main.auth-shell.auth-shell--identity {
  display: grid !important;
  grid-template-columns: 1fr !important;
  min-height: 100vh !important;
  background: #e8edf2 !important;
}

html body main.auth-shell.auth-shell--identity .auth-info-panel,
html body main.auth-shell.auth-shell--identity .auth-side {
  display: none !important;
}

html body main.auth-shell.auth-shell--identity .auth-form-panel,
html body main.auth-shell.auth-shell--identity .auth-panel.auth-form-panel {
  min-height: 100vh !important;
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e8edf2 !important;
  border: 0 !important;
  padding: 24px 16px !important;
}

html body main.auth-shell.auth-shell--identity .auth-language-row {
  width: min(440px, 100%) !important;
  margin: 0 auto 12px !important;
  color: #334155 !important;
}

html body main.auth-shell.auth-shell--identity .login-card {
  width: min(440px, 100%) !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08) !important;
  padding: 28px 24px !important;
}

html body main.auth-shell.auth-shell--identity .login-card h2,
html body main.auth-shell.auth-shell--identity .login-card .eyebrow {
  text-align: left;
}

@media (min-width: 768px) {
  html body main.auth-shell.auth-shell--identity .login-app-status,
  html body main.auth-shell.auth-shell--identity .login-install-panel {
    display: none !important;
  }
}
