/* Bouton Email OTP uniquement */
.login-portal.layout .social-login button[data-testid="login-page-sign-in-with-email-otp"] {
    background: #000091 !important;
    background-color: #000091 !important;
    color: #ffffff !important;
    border: 2px solid #000091 !important;
    filter: none !important;
}

.login-portal.layout .social-login button[data-testid="login-page-sign-in-with-email-otp"] img {
    filter: brightness(0) invert(1) !important;
}

.login-portal.layout .social-login button[data-testid="login-page-sign-in-with-email-otp"]:hover {
    background: #000080 !important;
    background-color: #000080 !important;
    color: #ffffff !important;
    border: 2px solid #000080 !important;
    filter: none !important;
}

.login-portal.layout .social-login button[data-testid="login-page-sign-in-with-email-otp"]:hover img {
    filter: brightness(0) invert(1) !important;
}