.gradient-custom-2 {
    background: #ca0005;
    background: -webkit-linear-gradient(to right, rgba(202,0,5,0.8), rgba(0,0,0,0.8));
    background: linear-gradient(to right, rgba(202,0,5,0.8), rgba(0,0,0,0.8))
    }
    
    @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;
    }
    }