.link-edit {
    position: absolute;
    top: 28px;
    right: 15px;
    transform: translateY(-50%);
}

label.error {
    margin-top: 5px;
    color: red;
    font-size: 12px;
}

label.success {
    margin-top: 5px;
    color: #006D77;
    font-size: 12px;
}

input.error {
    border: 2px solid red;
}

.box-signup .form-field input.error ~ .icon-eye-right {
    top: 28px;
}
.box-signup .form-field .icon-eye-right {
    top: 28px;
}

.link-edit-spinner {
    position: absolute;
    top: 12px;
    right: 15px;
}

.pointer-events-none {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.domainNameArea .link-edit-spinner {
    position: absolute;
    top: 12px;
    right: 130px;
}

.checkboxInputArea label.error {
    position: absolute;
    top: 10px;
}

input.error ~ .link-edit {
    top: 28px;
}

#email_v_code  ~ a {
    top: 28px;
}

body {
    padding-right: 0px !important;
}