.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593); */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);



}

    @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;
    }
    }

    .form-control:focus {
      border-color: green;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px blue;
    }

    .form-check-input:checked{
       background-color: green !important;
       border: 0;
       box-shadow: 0 0 0 0.1rem green !important;
    }

    .btn{
      color: white !important;
    }




    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
      transition: background-color 0s ease-in-out 0s;
      -webkit-box-shadow: 0 0 0 30px white inset !important; /* background color in input area in Microsoft Edge */
    }

    [aria-required=true] {
      border: red thin solid;
    }
    [data-required=true]:after {
      border: blue thin solid;
      /*content: url('/iconStar.gif');*/
    }