.btn-success {
    background-color: #f69223 !important;
    border-color: #f69223 !important;
}

.btn-info {
    background-color: #f69223 !important;
    border-color: #f69223 !important;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(246,146,35,.5) !important;
}

.dropdown-menu.extended.logout > li:last-child {
    background: #f69223 !important;
}

.modal-header {
    background: #fcb827 !important;
}