.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password-toggle {
    position: relative;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    font-size: 1.2em;
    z-index: 10;
}

/* Adjust input padding to prevent text behind the icon */
#password, #conf, #login-password {
    padding-right: 35px;
    box-sizing: border-box;
}



/* Add these to your existing CSS */
#password-current, #password-new, #password-confirm {
    padding-right: 35px;
    box-sizing: border-box;

}