.gradient-custom-2 {
  background: #ca0005;
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 76, 255, 0.8),
    rgba(0, 0, 0)
  );
  background: linear-gradient(to right, rgba(0, 76, 255, 0.8), rgb(0, 0, 0));
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
