.has-error .form-control {
  border-color: #f33155;
  box-shadow: none!important
}

.has-error .form-control {
  border-bottom: 1px solid #f33155
}

.has-error .bar:after, .has-error .bar:before {
  background: #f33155
}

.has-error .form-control:focus~label, .has-error .form-control:valid~label {
  color: #f33155
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
