.eye{
    width: 40px;
    height: 40px;
    cursor:pointer;
    position: absolute;
    background: url("../images/hidps.png") center no-repeat;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.look{
    background-image: url("../images/showps.png");
}

.form_passinput{
    position: relative;
}

.eye2{
    width: 20px;
    height: 100%;
    cursor:pointer;
    background: url("../images/loginScan/close_eye.png") center no-repeat;

}

.look2{
    background-image: url("../images/loginScan/open_eye.png");
}

input[type="password"]::-ms-reveal {
    display: none;
}