.position-relative {
    position: relative;
    cursor: pointer;
}
.oth-eye-form-password {
    content: url(/common/img/eye-password-2.png);
    width: 16px;
}
.oth-eye-form-password.oth-eye-form-frontend {
    top: 14px;
}
.oth-full-input-eye {
    display: flex;
}
/* .oth-full-input-eye input {
    border-right: 0;
    border-radius: 0;
} */
.oth-full-input-eye input:focus {
    border-right: 1px solid #1ab394;
    border-radius: inherit;
}
span.oth-action-eye {
    height: auto;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    border-left: 0;
    display: none;
}