.field-error {
    margin-top: 6px;
    color: #dc3545;
    font-size: 13px;
    line-height: 1.4;
}

.input-error,
.input-error:focus {
    border-color: #dc3545 !important;
}

.nice-select.input-error,
.nice-select.has-error {
    border-color: #dc3545 !important;
}

textarea.input-error {
    border-color: #dc3545 !important;
}