.bg-red{
  height:50px!important;
  background-color: #000;
  color: #fff;
}

.bg-csj{
  background-color: rgba(33, 17, 121, 0.863);
  color: #fff;
 }

.text-csj{
   color: #fff;
 }

 .btn-success {
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
}



ul.nav li a, ul.nav li a:visited {
  color: #ffffff !important;
}

ul.nav li a:hover, ul.nav li a:active {
  color: #ffffff !important;
}

ul.nav li.active a {
  color: #ffffff !important;
}

a {color: #ffff;}
a:hover {color: #ffff;}
