/* === AQI Login Branding — Phase D partielle === */

#login-section {
    margin-top: -3.25rem !important;
    background: #0F2A38;
    min-height: 100vh;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

#login-section .hero-body {
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* Logo AQI au-dessus de la carte */
.aqi-login-logo {
    text-align: center;
    padding: 0 0 24px 0;
}

.aqi-login-logo img {
    width: 220px;
    height: auto;
}

/* Carte */
#login-section .card {
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

#login-section .card-content {
    padding: 2rem 2.25rem;
}

/* En-tête de carte — même ligne */
#login-section .aqi-card-header {
    color: #0F2A38;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

#login-section .aqi-card-header strong {
    font-weight: 700;
    color: #0F2A38;
}

#login-section .aqi-card-header span {
    font-weight: 400;
    color: #64748B;
}

/* Labels */
#login-section .label {
    color: #0F2A38 !important;
    font-weight: 600;
}

/* Champs */
#login-section .input {
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    color: #0F2A38 !important;
    background: #F8FAFC !important;
    box-shadow: none !important;
}

#login-section .input:focus {
    border-color: #216A8B !important;
    box-shadow: 0 0 0 3px rgba(33, 106, 139, 0.15) !important;
    outline: none !important;
}

/* Bouton principal → or AQI */
#login-section .button.is-primary {
    background: #DDA040 !important;
    border-color: #DDA040 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px 20px !important;
    height: auto !important;
}

#login-section .button.is-primary:hover {
    background: #C8902F !important;
    border-color: #C8902F !important;
}

/* Lien "Mot de passe perdu" */
#login-section .button.is-text {
    color: #216A8B !important;
    text-decoration: none !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

#login-section .button.is-text:hover {
    color: #DDA040 !important;
    background: transparent !important;
}

/* Checkbox */
#login-section .checkbox {
    color: #64748B;
    font-size: 13px;
}

/* Erreur */
#login-section .notification.is-danger {
    border-left: 4px solid #C4602A;
    background: #FFF5F0 !important;
    color: #0F2A38;
    margin-bottom: 0;
}

#login-section .notification {
    margin-bottom: 0 !important;
}
