/* =============================================================================
   BÄO Login — Variante A (Praxis & Podium)
   Geladen auf wp-login.php (login_enqueue_scripts). Da dort weder baeo.css noch
   die :root-Tokens vorhanden sind, stehen die A-Farben hier als Literale:
     Petrol #15384f · Petrol-700 #0f293a · Teal #1c8a86 · Messing #c39a47
     Ink #0e2433 · Surface #ffffff · Surface-2 #eaf1f2 · Muted #566872
   ============================================================================= */

body.login {
  background: #0f293a;
  color: #0e2433;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

#login {
  width: 360px;
  padding: 7% 0 5%;
}

/* ---- Logo: weißes BÄO-Quadrat auf dunklem Grund ---- */
#login h1 { line-height: 1; }
#login h1 a {
  width: 64px;
  height: 64px;
  margin: 0 auto 6px;
  background-image: url(https://www.bayerisches-aerzteorchester.de/wp-content/uploads/2025/11/logo_orch_quadrat_weiss-75x76.webp);
  background-size: 64px 64px;
  background-position: center;
}

/* ---- Überschrift + Subtitle (via login_message) ---- */
.baeo-login-intro { text-align: center; margin: 2px 0 4px; }
.baeo-login-intro h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: .01em;
  color: #f3fbfb;
  margin: 4px 0;
}
.baeo-login-intro p {
  color: #9fb4bd;
  font-size: .9rem;
  margin: 0;
}

/* ---- Formular-Karte ---- */
.login form {
  background: #ffffff;
  border: 1px solid #0e2433;
  border-radius: 0;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .4);
  padding: 30px 28px 26px;
  margin-top: 18px;
}

.login label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0e2433;
}

/* ---- Eingabefelder: Unterstrich-Stil ---- */
.login input[type="text"],
.login input[type="password"],
.login input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #0e2433;
  border-radius: 0;
  box-shadow: none;
  padding: 9px 2px;
  font-size: 1rem;
  color: #0e2433;
}
.login input[type="text"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus {
  border-color: #1c8a86;
  box-shadow: 0 1px 0 0 #1c8a86;
  outline: none;
}

/* „Angemeldet bleiben" ---- */
.login .forgetmenot label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: .84rem;
  color: #566872;
}
.login .forgetmenot input[type="checkbox"] { accent-color: #1c8a86; }

/* ---- Button „Einloggen": Petrol, voll breit, Teal-Hover ---- */
.login .button-primary,
.login #wp-submit {
  display: block;
  width: 100%;
  float: none;
  background: #15384f !important;
  border: 1px solid #15384f !important;
  border-radius: 0;
  color: #f3fbfb !important;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: .8rem;
  line-height: 1.2;
  padding: 12px 18px;
  height: auto;
  text-shadow: none;
  box-shadow: none;
  transition: background .15s ease, border-color .15s ease;
}
.login .button-primary:hover,
.login #wp-submit:hover {
  background: #1c8a86 !important;
  border-color: #1c8a86 !important;
  color: #f3fbfb !important;
}

/* ---- Links unter dem Formular ---- */
.login #nav,
.login #backtoblog {
  text-align: center;
  padding: 0;
  margin: 16px 0 0;
}
.login #nav a,
.login #backtoblog a {
  color: #eaf1f2;
  font-size: .82rem;
}
.login #nav a:hover,
.login #backtoblog a:hover { color: #c39a47; }

/* ---- Meldungen ---- */
.login .message,
.login .notice,
.login #login_error {
  border-left: 4px solid #1c8a86;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  color: #0e2433;
}
.login #login_error { border-left-color: #b0492f; }

/* Sprache-Umschalter dezent */
.login .language-switcher { margin-top: 12px; }
.login .language-switcher .button { border-radius: 0; }
