.form-control:focus {
    border-color: #6c6b6f;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #6c6b6f;
}

.btn-primary {
    border-color: #FF5E15 !important;
    background-color: #FF5E15 !important;
    color: #fff !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #FF5E15;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #FF5E15 !important;
}