/*# sourceMappingURL=custom.min.css.map */

/* Fixes for the login and logout views */
.auth-one-bg {
    background-image: none;
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#04025d),to(#04b4ff));
    background: linear-gradient(to right,#04025d,#04b4ff);
    opacity: .9;
}  

/* -------------------------------------- */