.has-error .help-block, .has-error label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #ff0400;
}
.has-error label{
	padding-top:unset !important;
}
.has-error .help-block{
	padding: 0px;
	margin-bottom: 0;
}
form .has-error input {
	border-color: #ff0400;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.help-block {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #737373;
  font-size: 14px;
}

form .has-error input {
    border-color: #ff0400;
    -webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}