input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-reveal-button {
display: none;
}

.password-reveal-container {
position: relative;
display: block;
}

.password-reveal-container input {
padding-right: 35px; /* Espace pour l'icône */
}

.password-reveal-toggler {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer
}