body {
    background: #6E3CE1;
    font-size: 12px;
}

.nav-header,
body.mini-navbar .nav-header {
    background: #6e3ce1 !important;
    border-bottom: 0.5px solid white;
}

.nav-header a {
    color: #ffffff;
    font-size: 14px;
}

.nav>li>a {
    color: #dddddd;
}

.nav#side-menu>li.active {
    border-bottom: none;
    background: #7747e5;
}

ul.nav-second-level>li a:hover,
ul.nav-second-level>li a:focus,
ul.nav-second-level>li.active {
    color: #BDB6FF !important;
    background-color: inherit !important;
}

ul.nav-second-level>li.active a {
    color: #BDB6FF !important;
    background-color: inherit !important;
}


div#page-wrapper {
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
}

.btn-primary {
    color: #ffffff;
    background: #6e3ce1;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background: #7952B3;
}

body#blank-body {
    background-image: '../img/sff_logo.png';
}

.loginColumns {
    padding-top: 50px;
}

img#login-logo {
    width: 210px;
    height: 130px;
    margin-top: 20px;
}