/*
* Custom CSS Code
*/

span.forgot-password-show {
    position: absolute;
    margin-top: 11px;
    margin-left: -30px;
    cursor: pointer;
}
/**
For Membership
 */
.mepr_password .forgot-password-show {
    margin-top: 14px;
    margin-left: -40px;
}

input[type="text"] + .forgot-password-show.dashicons-visibility:before {
    content: "\f530";
}
