@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px!important;
}
body{
    font-family: 'Roboto', sans-serif;
}
a{text-decoration: none;}
.main-banner {
    background: url(https://visaman.ca/vpi-party-portal/assets/donations/images/banner-bg2.jpg);
      background-size: auto;
    background-size: cover;
    height: 100vh;
  }
  .formdonation {
    background: linear-gradient(0deg,rgba(0,0,0,.49),rgba(0,0,0,.49));
    padding: 20px;
  }
  .formdonation h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }
  .formdonation .pdetails {
    color: #fff;
    margin-top: 35px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
  }
  .formdonation select {
    height: 38px;
  }
  .formdonation p {
    color: #fff;
    font-size: 12px;
  }
  .btn-submit {
    background: #7D2C32;
    padding: 0.5em 3em;
    font-size: 17px;
    border: 0;
    color: #fff;
    border-radius: 10px;
  }
  .formdonation a:hover {
    color: #fff;
    text-decoration: none;
  }
  .indiancitizen label {
    color: #fff;
  }
  .fulltab {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
  }
  .formdonation-tab {
    background: linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.45));
    padding: 20px;
  }
  .formdonation-tab h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

  .full {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .formdonation-tab label {
    color: #fff;
  }
  .contact-details h3 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .full {
    font-weight: bold;
  }
  .contact-details textarea {
    width: 100%;
    padding-left: 12px;
    padding-top: 0;
    height: 60px;
  }
  .contact-details select {
    width: 100%;
    height: 40px;
  }
  .text-area {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
  }
  .text-area span {
    color: #F26522;
  }
  .yourcontribution button {
    background: #F26522;
    padding: 0.7rem 2rem;
    margin: 0px 8px;
    color: #fff;
    border-radius: 20px;
    border: 0;
  }
  .yourcontribution a:hover{
      color: #fff;
      text-decoration: none;
  }
  .submit-card.text-center {
    width: 100%;
  }
  .yourcontribution input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
  }
  .yourcontribution-pay h3 {
    text-align: center;
    font-size: 24px;
  }
  .main-banner.tab {
    background: url(https://visaman.ca/vpi-party-portal/assets/donations/images/banner-bg2.jpg);
      background-size: auto;
    background-size: cover;
    height: 100%;
  }
  .contact-details input {
    width: 100%;
    height: 40px;
  }

  @media only screen and (max-width: 600px)  {
    .main-banner {
        height: 100%;
      }
      .container {
        padding: 0!important;
      }
      .yourcontribution button {
        background: #F26522;
        padding: 0.7rem 2rem;
        color: #fff;
        border-radius: 20px;
        border: 0;
        float: left;
        margin: 4px;
        width: 100%;
      }
      .yourcontribution-pay input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
      }
      .formdonation, .formdonation-tab {
        background: linear-gradient(0deg,rgba(0,0,0,.80),rgba(0,0,0,.80));
        padding: 20px;
      }
      .contact-details input {
        width: 100%;
        height: 40px;
      }
      .col-12.col-md-2 {
        width: 20%;
        float: left;
        flex: 0 0 23%;
      }
      .col-12.col-md-10 {
        width: 20%;
        float: left;
        flex: 0 0 77%;
      }

 }


 @media only screen and (min-width: 600px) {
    .main-banner {
        height: 100%;
      }
      .container {
        padding: 0!important;
      }
      .yourcontribution button {
        background: #F26522;
        padding: 0.7rem 2rem;
        color: #fff;
        border-radius: 20px;
        border: 0;
        float: left;
        margin: 4px;
        width: 100%;
      }
      .yourcontribution-pay input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
      }
      .formdonation, .formdonation-tab {
        background: linear-gradient(0deg,rgba(0,0,0,.80),rgba(0,0,0,.80));
        padding: 20px;
      }
      .contact-details input {
        width: 100%;
        height: 40px;
      }
      .col-12.col-md-2 {
        width: 20%;
        float: left;
        flex: 0 0 23%;
      }
      .col-12.col-md-10 {
        width: 20%;
        float: left;
        flex: 0 0 77%;
      }
 } 