.loginBox .inp{position: relative;}
.loginBox .inp .eye{position:absolute;right:10px;top:50%;margin-top: -13px;height: 25px;width: 25px;background: url(../images/eye1.png) center center no-repeat;cursor: pointer;background-size: 22px;display: none;}
.loginBox .inp .eye.on{background: url(../images/eye.png) center center no-repeat;background-size: 20px;}