
.password-container {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    cursor: pointer;
}

/* Optional: Style the eye icon for open/closed states */
.eye-icon.fa-eye-slash {
    /* Styles for when the password is hidden */
}
