.bg-gradient-primary {
  background-color: #4e73df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
  background-image: linear-gradient(140deg,  rgb(255, 17, 0) 36%,  rgb(5, 4, 4) 100%);
  background-size: cover; 
}
