#login-container, #remote-access-container, #movein-container, #menubar{
  background-color: rgb(3, 22, 51); 
}
  /*background: linear-gradient(to bottom, #000080, #0000A0);*/

.nav-tabs {
  border-bottom: none; /* Override Bootstrap's border */
}

.header-tabs-bg {
  background-color: #f8f9fa; /* Light gray background */
}

.border-bottom,
.border-bottom {
  border-bottom: 1px solid #dee2e6; /* Light border */
}

h1,h2,h3,h4,h5 {
  color: rgb(3, 22, 51); 
}

.fade-in {
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;
}

.fade-in-1 {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.fade-out-1 {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-o-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-ms-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}


.fade-in-out-4 {
  animation: fadeinout 4s;
  -webkit-animation: fadeinout 4s;
  -moz-animation: fadeinout 4s;
  -o-animation: fadeinout 4s;
  -ms-animation: fadeinout 4s;
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  25%, 50%, 75% { opacity: 1; }
}

@-moz-keyframes fadeinout {
  0%,100% { opacity: 0; }
  25%, 50%, 75% { opacity: 1; }
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  25%, 50%, 75% { opacity: 1; }
}

@-o-keyframes fadeinout {
  0%,100% { opacity: 0; }
  25%, 50%, 75% { opacity: 1; }
}

@-ms-keyframes fadeinout {
  0%,100% { opacity: 0; }
  25%, 50%, 75% { opacity: 1; }
}

