.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(20, 20, 20) 36%,  rgb(41, 56, 42) 100%);
  background-size: cover; 
}