.show-pass {
    background-image: url(../img/view.png);
}

.hidden-pass {
    background-image: url('../img/hidden.png');
}
#eye-show-password {
    width: 20px;
    height: 33px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.password .control {
    position: relative;
}

#eye-show-password {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 4;
}

@media (min-width: 768px) {
    .login-container .block.block-new-customer {
        float: right;
    }
}