/* Override bootstrap validator colors */
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #ff8513;
}

.has-error .help-block {
    color: #ff8513;
}

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

.has-error .help-block {
    color: #ff8513;
}