.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #76bbad; 
}

.has-success .form-control {
    border-color: #baddd6;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-success .form-control:focus {
    border-color: #a9d4cc;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-success .form-control-feedback {
    color: #76bbad; 
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #d66061; 
}

.has-error .form-control {
    border-color: #ebb1b2;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-error .form-control:focus {
    border-color: #e69d9d;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-error .form-control-feedback {
    color: #d66061; 
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffaa3a; 
}

.has-warning .form-control {
    border-color: #ffd6a0;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-warning .form-control:focus {
    border-color: #ffcb87;
    box-shadow: none;
    -webkit-box-shadow: none; 
}

.has-warning .form-control-feedback {
    color: #ffaa3a; 
}