.auth-bg-cover {
  background: linear-gradient(-45deg,#000000 50%,#ff0000) !important;
 }
 
 .btn-success {
  background-color: #191919 !important;
  border-color: #000000 !important;
  }
 
 .btn-success:hover {
  background-color: #000000 !important; 
 }
  
 .text-primary {
color: #191919 !important;
 } 
 
 #page-topbar {
  background-color: #191919 !important;
  border-color: black !important;
}

.profile-wid-bg::before {
background: transparent !important;
}

.fixed_header tbody{
  display:block !important;
  overflow:auto !important;
  height:420px !important;
  width:100% !important;
}.fixed_header thead tr{
  display:block !important;
}
.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: center !important;
  width: 80px;
}