.btn-warning {
    background-color:rgb(117,76,40) !important;
    border-color: rgb(117,76,40) !important;
}

.btn-warning:hover {
    background-color: rgb(90,55,25) !important;
    border-color: rgb(90,55,25) !important;
}

.text-warning {
    color: rgb(117,76,40) !important;
}

form label {
    color: rgb(117,76,40);
}

.form-group.issue .help-block, .form-group.issue .help-inline {
    color: rgb(117,76,40); 
}

.form-group.issue input, .form-group.issue select, .form-group.issue textarea {
    color: rgb(117,76,40);
    border-color: rgb(117,76,40);
}