.card-header{
    background-color: #0f69b4 !important; 
    color: #fff;
}

.border-primary{
    border-color: #0f69b4 !important;
}

.btn-danger{
    background-color: #e22c2c !important;
}

.btn-primary{
    background-color: #0f69b4 !important;
}

.btn-report {
    background-color: #2d717c !important; 
    color: #fff;
}

.btn-report:focus{
    background-color: #2d717c;
}

.btn-warning {
    color: #fff;
    background-color: #ffa11b !important;
}

/* .nav-link{            
    color: #fff !important;
}  */
      
#home {
    color: #fff;
}

.bg-primary {
    background-color: #0f69b4 !important;
}

body {
    background-image: url('../images/body.png');
}



/* .alert-info{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000 !important;
} */

