:root {
    --primary-color: #034474 !important;
    --bg-sidebar: #00162e !important;
    --font-family: "Poppins", sans-serif;
    --bs-tooltip-font-size: calc(12px + .00125 * (100vw - 320px));
}
.auth-page .auth-card .main .submit
{
    background-color: #034474 !important;
}
.demo-credential .btn{
    width: 100%;
    background-color: transparent;
    color: #034474 !important;
    border: 1px solid #034474 !important;
    line-height: 1.75;
}