.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper input {
    width: 100%;
    /* height: 56px; */
    padding-right: 50px; /* space for eye */
}

.toggle-password {
    position: absolute;
    top: 36%;
    right: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #8a8a8a;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-password:hover {
    color: #0c4b5a; /* match your theme color */
}
