.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(65,105,225) 36%,  rgb(30,144,255) 100%);
  background-size: cover;
}