/* 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: #ffffff !important;
}

/* This will change the color of login button*/
.btn-primary {
    background: #3EBC40 !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;
}