.gradient-custom-2 {
  background: #001f3f;
  background: -webkit-linear-gradient(to right, #003366, #0066cc, #003366, #001f3f);
  background: linear-gradient(to right, #003366, #0066cc, #003366, #001f3f);
}

@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;
  }
}
