
 /* Form validation */
 .fv-form .has-error .help-block {
    color: red!important;
}
 .fv-form .has-error input,
 .fv-form .has-error textarea  {
 	border-color: #e3342f!important;
 }
 /* Form validation */