#auth {
    background: #dbdcde !important;
}

/* This will change the color of auth section header*/
#auth .card {
    background: #fff !important;
}

/* This will change the color of login button*/
.btn-primary {
    background: #58bc64 !important;
}

/* This will change the color of login button when we hover mouse*/
.btn-primary:hover {
    background: #4aa755 !important;
}