.has-error .control-label-fix {
  color: #e04857;
}
.has-error .form-control {
  border-bottom-color: #e04857;
}
.has-error .help-block {
  color: #e04857;
}

.is-required .control-label-fix {
    font-weight: bold;
}
.is-required .form-control {
  border-bottom-color: #ecae1a;
}
