.gradient-custom-2 {
    background: #0d6efd;
    background: -webkit-linear-gradient(to right, #0d6efd, #6610f2, rgb(121, 75, 205));
    background: linear-gradient(to right, #0d6efd, #6610f2, rgb(121, 75, 205));
  }
  
  @media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
  }
  
  @media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
  }