a {
    color: #1c2473 !important;
}

.btnLogin {
    background-color: #1c2473 !important;
    color: #ffffff;
}

.btnLogin:hover {
    background-color: #ffffff !important;
    color: #1c2473 !important;
    border: 2px dashed #1c2473 !important;
}

input:focus {
    border: 2px dashed #1c2473 !important;
}

.sidebar-menu li.active a {
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 0 7px 12px 0 rgba(95, 118, 232, .21);
    opacity: 1;
    background: #1c2473 !important;
    border: 2px dashed #1c2473 !important;
}

.sidebar-menu>ul>li>a:hover {
    color: #fff !important;
    background-color: #1c2473 !important;
}

.sidebar-menu>ul>li.active>a:hover {
    border-color: #1c2473;
    color: #fff;
}

.logoclass {
    color: #1c2473;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #1c2473 !important;
}