body {
  .has-error {
	.help-block, .control-label {
	  color:$red;
	}
	.form-control {
	  border-color: $red;
	}
  }

}