﻿#eye-password, #eye-passwordConfirm {
    display: none;
    position: absolute;
}
#eye-password {
    top: 124px;
    right: 20px;
}

#eye-passwordConfirm {
    top: 124px;
    right: 20px;
}
@media only screen and (min-width: 480px) {
    #eye-password {
        top: 78px;
    }
    #eye-passwordConfirm {
        top: 128px;
    }
}

@media only screen and (min-width: 768px){
    #eye-password {
        top: 78px;
    }
    #eye-passwordConfirm {
        top: 164px;
    }
}