.btn_connex {
    border-radius: 10px;
    padding: 0.5em 2em;
    background-color: #6DCA00;
    transition: opacity 0.3s ease; /* transition douce pour l'opacité */
}

.btn_connex:hover {
    opacity: 0.7; /* Opacité lorsque survolé */
}

#logoheader {
    text-align: center; 
    padding-top: 2em;
}

.loader_chargement {
    display:  none;
}

.txt_mdp {
    font-size: 13px; 
    cursor: pointer;
}

.fa-eye {
    cursor: pointer;
}

.toggle-password {
    position: absolute;
    top: 71%;
    right: 10px;
    transform: translateY(-50%);
}

input[type="password"] {
    padding-right: 30px; 
}


#passw {
    position: relative;
}