body { 
  #background-image: url("/File/GetFile/362F94F9-510C-44EF-A76B-3B4527EBA6C9");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tab-content {
  background-color: white;
opacity: 0.8;
}
.statusbar {
  opacity: 0.8;
}
.navbar {
   background-color: #2e5cb8 !important;
}
.navbar-collapse .nav-link {
   color: #ffffff !important;
}
.nav-tabs .nav-link {
   color: #808080;
}
.nav-tabs .nav-link.active {
   color: #2e5cb8;
   font-weight: bolder;
}