﻿/* ========================================
   PAGE LOGIN - STYLES SPÉCIFIQUES
   ======================================== */

/* Checkbox remember me */
.form-remember {
    margin-bottom: 24px;
}

/* Bouton de connexion */
.btn-login-pro {
    margin-top: 8px;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 8px 24px rgba(92, 184, 92, 0.4);
    transition: all 0.3s ease;
}

    .btn-login-pro:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(92, 184, 92, 0.5);
    }
