/* This is a sample css format. You can change color as per your wish or you can add more css.*/

/* This will change the background color of auth section*/
#auth {
    background: #ffffff !important;
}

/* This will change the color of auth section header*/
#auth .card {
    background: #f5f5f5 !important;
}

/* This will change the color of login button*/
.btn-primary {
    background: #ffd753 !important;
}

/* This will change the color of login button when we hover mouse*/
.btn-primary:hover {
    background: #000000 !important;
}

/* This will change the color of login button*/
.btn-primary {
    color: #ffffff !important;
}