/* 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;
}