form.form-container {
    /* background: #212121; */
    background: rgb(161,131,4);
  background: linear-gradient(90deg, rgba(161,131,4,1) 0%, rgba(226,201,34,1) 50%, rgba(154,124,1,1) 100%);
    border: 4px solid #d1d1d1;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
}
/* input.design {
    width: 45%;
    height: 30px;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px #646161;
} */
.chkbox {
    box-shadow: 0px 0px 2px #f40808;
    margin: 10px 15px;
    padding: 10px;
}
body{
    background: url(../contributionpage.jpeg) no-repeat;
    /* background-color: #120151; */
}

#myForm h2{
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
  font-family: 'Noto Serif', serif;
  padding: 20px;
  line-height: 40px;
}
#myForm p{
  padding: 0px 20px 0px 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
/* .check{
  margin-top: -20px;
} */

.contribute_page img{
  text-shadow: 3px 4px 2px rgba(0,0,0,0.6);
}
/* .logo_side{
  justify-content: center;
} */
.logo_side img{
  border-radius: 20px;
  width: 420px;
  /* box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.75); */
}

.thanks {
  color:white;
  padding-top: 10px;
}
.thanks span{
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #a25f69;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
.thanks h2{
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding-top: 20px;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
.thanks h5{
  font-size: 22px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.contribute_text{
  font-size: 14px;
}

.contribute_page {
  /* background: rgb(161,131,4);
background: linear-gradient(90deg, rgba(161,131,4,1) 0%, rgba(226,201,34,1) 50%, rgba(154,124,1,1) 100%); */
background: rgb(130,14,203);
background: radial-gradient(circle, rgba(130,14,203,1) 0%, rgba(89,20,133,1) 100%);

}


.btn-group ul li{
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
.btn-group ul li label{
  width: 100px;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}
.btn-group ul li label:hover{
  background-color: #ff0000;
}

.btn-group input[type=text], select {
  width: 60px;
  /* display: inline-block; */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bb0000;
    border: 2px solid white;
}

.btn-primary{
  background-color: #571B7E;
  border: 1px solid white;
}
.other_button{
  margin-top: 10px;
}


.btn-other{
  color: #fff;
  background-color: #571B7E;
  border-color: #FFFFFF;
  border:1px solid #ffffff;
  border-radius: 5px !important;
  width: 200px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  text-transform: uppercase;
  box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
}
.btn-other input{
  width: 100px;
  height: 30px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  color:blue;
  text-align: center;
  /* background-color: #571B7E; */
}
.btn-check:hover{
  background-color: #FFFFFF;
  border-color: blue;
  color:black;
  text-shadow: none;
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}
/* .btn-check:checked{
  visibility: hidden;
} */
.btn-secondary_two {
    color: #fff;
    background-color: #571B7E;
    border-color: #FFFFFF;
    border-radius: 5px !important;
    width: 300px;
    height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
}

.btn-secondary_two:hover{
  background-color: #FFFFFF;
  border-color: blue;
  color:black;
  text-shadow: none
}
.btn-secondary_two:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: #b76e79;
}
#checkout-button{
  padding: 10px 20px;
  /* width: 130px; */
  background-color:red;
  color:#FFF;
  border:0;
  border-radius:4px;
  font-size:20px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.75);
text-transform: uppercase;
touch-action: manipulation;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
position: relative;
}
#checkout-button:hover{
  background-color:blue;
  color:#FFF;
}

#form_input .form-group{
  margin-top: 10px;
}




/* ##### My css Start here ################ */

@media only screen and (min-width: 576px) and (max-width: 992px){



  .thanks h2{
    font-size: 24px;
    font-weight: 500;
  }
  .thanks h5{
    font-size: 18px;
  }

}

@media (min-width: 992px) and (max-width: 1200px){



}



@media only screen and (max-width: 576px){
  /* .logo_side img{
    width: 100px;
    padding-top: 50px;
  } */

  .thanks h2{
    font-size: 24px;
    font-weight: 500;
  }
  .thanks h5{
    font-size: 18px;
  }
}
