/* Styling for UM Login Form Errors */
.um-field-error, 
#login_error {
    border: 2px solid #ff4b2b !important;
    background: #fff5f4 !important;
    padding: 15px !important;
    text-align: center;
    border-radius: 8px;
    color: #333;
    margin-bottom: 20px;
}

.um-field-error strong, 
#login_error strong {
    display: block;
    font-size: 1.2em;
    color: #d63638;
    margin-bottom: 5px;
}