.has-error .form-select,
.has-error .form-control {
    border-bottom: 1px solid #ff7676 !important;
}
.has-error .form-select,
.has-error .form-control {
    border-color: #ff7676 !important;;
    box-shadow: none!important;
}
.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: #ff7676;
}
.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: #ff7676;
}
textarea {
    resize: none;
}
.hide {
    display: none;
}