.nav-link.active {
    background-color: rgba(0, 7, 15, 0.3) !important;
    color: #d6d6d6 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}
.btn-primary {
    color: #fff;
    background-color: #062057;
    border-color: #062057;
    box-shadow: none;
}

.my-sidebar {
    background: #062057;
}

.my-brand {
    background: #FFFAE3;
}

.login-box,
.register-box {
    width: 460px;
}

.auth-header {
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(21,112,221,1) 100%);
    color: #FFF !important;
    text-shadow: 0px 3px 2px rgba(150, 150, 150, 1);
}
