.password-control {
    position: absolute;
    right: 30px;
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../images/password_hide.svg) 0 0 no-repeat;
    top: 54px;
}

.password-control.view {
    background: url(../images/password_show.svg) 0 0 no-repeat;
}

.password-control.view:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: rotate(320deg);
    top: 7px;
}

.k17-input-password {
    position: relative;
}
