.fade.in {
    opacity: 1;
}

.has-error .form-control {
    color: #ff4a38;
    border-color: #ffa79e
}

.has-error .form-control:focus {
    border-color: #ff6252
}

.has-error small,
.has-error .control-label {
    color: #ff4a38
}

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

.has-error .help-block, .has-error .control-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: #a94442;
}