.field-error {
    border: 2px solid #dc3545 !important;
    background-color: rgba(255, 0, 0, 0.05) !important;
}
.label-error {
    color: #dc3545 !important;
}

.alert {
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
}
.alert-error {
    border: 1px solid #dc3545;
    background-color: #fae8e9;
    color: #721c24;
}