/* ACE CUSTOMER VALIDATION V6.09 START */

html body.customer-account-create div.mage-error,
html body.customer-account-create label.mage-error,
html body.customer-account-create .field-error,
html body.customer-account-login div.mage-error,
html body.customer-account-login label.mage-error,
html body.customer-account-login .field-error,
html body.customer-account-forgotpassword div.mage-error,
html body.customer-account-forgotpassword label.mage-error,
html body.customer-account-forgotpassword .field-error {
    display: block !important;
    margin: 8px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    background: #ffe7e7 !important;
    border: 1px solid rgba(210, 0, 0, .18) !important;
    color: #b00000 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

html body.customer-account-create input.mage-error,
html body.customer-account-login input.mage-error,
html body.customer-account-forgotpassword input.mage-error {
    border-color: #d60000 !important;
    box-shadow: 0 0 0 3px rgba(214, 0, 0, .12) !important;
}

html body.customer-account-create .message-error,
html body.customer-account-login .message-error,
html body.customer-account-forgotpassword .message-error,
html body.customer-account-create .message.error,
html body.customer-account-login .message.error,
html body.customer-account-forgotpassword .message.error {
    border-radius: 14px !important;
    background: #ffe7e7 !important;
    color: #b00000 !important;
    font-weight: 750 !important;
}

html body.customer-account-create .message-error a,
html body.customer-account-login .message-error a,
html body.customer-account-forgotpassword .message-error a,
html body.customer-account-create .message.error a,
html body.customer-account-login .message.error a,
html body.customer-account-forgotpassword .message.error a {
    color: #07110b !important;
    font-weight: 950 !important;
    text-decoration: underline !important;
}

/* ACE CUSTOMER VALIDATION V6.09 END */
