form.hucama_form .form-group.error {
    color:red !important;
}
form.hucama_form .form-group.error input, form.hucama_form .form-group.error textarea {
    border-color:red !important;
}
form.hucama_form .form-group.error .invalid-feedback {
    display:block;
}