.password-eye-field.control {
    position: relative;
}
.password-eye-field .field-icon {
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 12px;
}
.password-eye-field .field-icon.toggle-password::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
}
.password-eye-field .field-icon.toggle-password.eye-close::before{
    background: url(../images/eye-close.svg);
}
.password-eye-field .field-icon.toggle-password.eye-open::before{
    background: url(../images/eye-open.svg);
}

.opc .password-eye-field .field-icon {
    top: 6px;
}
