.password-container{
    position: relative;
    
}


.eye{
    position: absolute;
    color: rgb(65, 178, 216);
    font-size: 20px;
    top: 50%;
    right: 10px; /* Adjust the value based on the desired distance from the right edge */
    transform: translateY(-50%);
    cursor: pointer;
}
