.has-error > input {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error > label {
    color: #a94442 !important;
}

.has-error .help-block {
    color: #a94442 !important;
}