img[alt="Logo"] {
    width: 340px !important;
    max-width: 340px !important;
    height: auto !important;
}

/* Bouton SE CONNECTER uniquement */
button[type="submit"] {
    background-color: #02ACB5 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(2, 172, 181, 0.30) !important;
}

/* Survol bouton */
button[type="submit"]:hover {
    background-color: #02939B !important;
}

/* Fond général */
body {
    background: #f8fafc !important;
}
