/* #ff6c0b */
/* #ff7f2a */
/* #d40055 */
/* #ff0000 */

.btn-primary {
    background-color: #ff6c0b !important;
    border-color: #d40055 !important;
}

.btn-secondary {
    background-color: #d40055 !important;
    border-color: #ff7f2a !important;
}

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

.card-header {
    background-color: #ff6c0b !important;
    border-color: azure !important;
}

.slogan { 
    background-color: #ff7f2a !important;
    border-color: azure !important;
}

.btn-outline-primary {
    color: #000000 !important;
    border-color: #63ff26 !important;
}

.tGray {
    color: #ff7f2a !important;
}

a {
   color: #d40055;
}

.btn-outline-primary {
    border-color: #9f045c !important;
}

.btn-outline-primary:disabled {
    color: #ff7f2a !important;
    background-color: transparent;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2e2e2 !important;
    opacity: 1;
}