:root {
    --theme-color: #285a78;
}


.bg-login {
    background-color :#E1A44A;
}

.title-login {
    color :#285a78;
    font-weight: bolder !important;
}

.c-sidebar {
    background: var(--theme-color) !important;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link {
    color: rgb(255 255 255);
    background: 0 0;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-link:hover {
    color: #fff;
    background: #e91e63;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link {
    color: #ffc107;
}
