.js-auth-email-field .auth__field-error {
    margin: 4px 0 8px;
}

@keyframes onAutoFillStart {
    from { opacity: 0.99; }
    to { opacity: 1; }
}

.reg-field__input:-webkit-autofill {
    animation-name: onAutoFillStart;
}

.reg-field--error .reg-field__input,
.reg-field__input--error {
    border-color: #e53935;
}

.reg-field--error .reg-field__input:focus,
.reg-field__input--error:focus {
    border-color: #e53935;
}
