.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(201, 57, 47) 36%,  rgb(0, 0, 0) 100%);
  background-size: cover; 
}