.toggle-password{
    font-size: 14px;
    color: rgb(91, 91, 91);
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s
}

.toggle-password:hover{
    font-size: 14px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: 0.7s

}

