.gradient-custom-2 {
    /* fallback for old browsers */
    background-color: red;
}

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

label.required::after {
    content: "*";
    color: #FF0000;
}

.form2Example11::after {
    content: "*";
    color: #FF0000;
}

.required :after {

    content: "*";
    color: #FF0000;
}

.form-label::after {
    content: '*';
    color: #FF0000;
}

.textRed {
    color: #FF0000;
}

.background-image {
    background-image: url('https://addresshealth.in/web/wp-content/uploads/2017/08/DSC07312.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
