/* 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: #09aeb8 !important;
}

/* This will change the color of auth section header*/
#auth .card {
    background: #ffd763 !important;
}

/* This will change the color of login button*/
.btn-primary {
    background: #09aeb8 !important;
}

/* This will change the color of login button when we hover mouse*/
.btn-primary:hover {
    background: #09aeb8 !important;
}

/* This will change the color of login button*/
.btn-primary {
    color: #ffffff !important;
}