#password-open {
    background-image: url("../img/ico-eye-open.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: -25px;
    display: none;
}

#password-close {
    background-image: url("../img/ico-eye-disabled.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: -25px;
}

#password-open-re {
    background-image: url("../img/ico-eye-open.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: -25px;
    display: none;
}

#password-close-re {
    background-image: url("../img/ico-eye-disabled.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: -25px;
}

