.donation_popup .modal-dialog{
	margin-top: 50px;
}
.donation_popup .modal-backdrop{
	background-color: #fff;
}
.donation_popup .modal-header{
  padding: 0;
  border:none;
  position: relative;
  min-height: 0;
}
.donation_popup .modal-header .close{
  position: absolute;
  top: -25px;
  right: 5px;
  opacity: 1;
  font-size: 30px;
  text-shadow: 0 1px 0 #000;
}
.donation_popup .modal-body{
  padding: 15px 30px;
}
.donation_popup .modal-body input[type="text"]{
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  color: #1d2c8d;
  font-size: 24px;
  width: 100%!important;
}
.donation_popup .modal-body select {
  background: #efeff0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 24px;
  width: 100%!important;
}
.donation_popup .gform_wrapper label.gfield_label+div.ginput_container{
  margin-top: 0;
}
.donation_popup .modal-body label{
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.donation_popup .button{
  border: 0;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #0b1151;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#15209d), to(#0b1151));
  background: -webkit-linear-gradient(top, #15209d, #0b1151);
  background: -moz-linear-gradient(top, #15209d, #0b1151);
  background: -ms-linear-gradient(top, #15209d, #0b1151);
  background: -o-linear-gradient(top, #15209d, #0b1151);
}
.donation_popup .ginput_container_creditcard select{
  background: none;
  padding: 4px;
}
.donation_popup .ginput_cardinfo_right{
  width: 49%;
}
.donation_popup .gform_wrapper form li{
  margin-bottom: 15px;
}

.donation_popup .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{
 width: 79%!important;
 max-width: 80%!important;
}
.donation_popup .gform_previous_button {
  display: none!important;
}
.donation_popup .gfield_required{
  display: none;
}
@media (max-width:768px){
  .donation_popup .ginput_cardinfo_left, .donation_popup .ginput_cardinfo_right{
    width: 100%;
  }
}