<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: #dbdcde !important;
}

/* This will change the color of auth section header*/
#auth .card {
    background: #9fd5ff !important;
}

/* This will change the color of login button*/
.btn-primary {
    background: #767786 !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;
}
.float-start.text-muted  {
    display: none !important;
}</pre></body></html>