/* Auth page (login + registration) — mobile-first */
#auth { position: relative; }

.auth-intro { color: #004472; }
.auth-toggle-link { text-decoration: underline; }
.auth-forgot-note[hidden] { display: none !important; }

.auth-card {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    border: 0.25rem solid #cce2f1;
    border-radius: 1rem;
    position: relative;
}
.auth-card[hidden] { display: none !important; }

.auth-card .form-check-label a { text-decoration: underline; }

.auth-card label.error {
    display: block;
    color: #ff0000;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}
.auth-card input.error { border-color: #ff0000; }

.auth-partner-note { max-width: 460px; margin-left: auto; margin-right: auto; }

/* Tighter bottom of the cards: less padding, no trailing margins */
.auth-card { padding-bottom: 1.25rem !important; }
.auth-card .error-text { margin-bottom: 0; }

/* password reset panels (2026-09-17) */
.auth-card__title { color: #004472; font-weight: 600; font-size: 1.1rem; text-align: center; }
.auth-card .info-text { color: #155724; }
