.btn-primary { 
  color: #ffffff; 
  background-color: #E60303; 
  border-color: #E60303; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff !important; 
  background-color: #B80707 !important;  
  border-color: #E60303 !important; 
} 

.custom_top{
    background-image: linear-gradient(to right, #e30101, #c30005, #a30006, #840005, #670000) !important
}

.topLeftLogo{
    background-color: white;
}