:root {
    --theme-color: #ae63fe;
}


.bg-login {
    background-color : var(--theme-color);
}

.title-login {
    color :white;
    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: var(--theme-color);
}

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