/* add text-error like text-danger and alert-error like alert-danger */
.text-error {
    color: #dc3545 !important;
}

a.text-error:hover, a.text-error:focus {
    color: #a71d2a !important;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-error hr {
    border-top-color: #f1b0b7;
}

.alert-error .alert-link {
    color: #491217;
}

hr {
    border-top-width: 2px !important;
}