ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form ul li {
    margin: 10px 20px;
}

#togglePassword {
    margin-left: -19px;
    cursor: pointer;
}

.position-relative {
    position: relative;
}

#pswd_info {
    position: absolute;
    top: 30px; /* Position en dessous de l'input text */
    left: 50%; /* Centre horizontalement */
    transform: translateX(-50%); /* Ajustement pour le centrage */
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1000;
    display: none;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    background: url(/moteur_site/img/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 13px;
    color: #ec3f41;
    white-space: nowrap;
}

.valid {
    background: url(/moteur_site/img/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 13px;
    color: #3a7d34;
    white-space: nowrap;
}
