.contact-success {
    width: 80%;
    text-align: center;
    margin: auto;
}

.contact-success p {
    text-align: center;

    font-size: 18px;
}

.success {
    text-align: center;
    font-size: 18px
}
.success_img {
    text-align: center !important;
    width: 75px !important;
    height: 75px !important;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.wpsp-checkout-btn{
    color: #32325d;
    line-height: 18px;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
}
.wpsp-checkout-btn::placeholder {
      color: #aab7c4;
}

.wpsp-container label,
.stripe-button-form label{
    font-weight:400;
    font-size:14px;
    color:#AAB7C4;
    margin-top:15px;
    margin-bottom: 0.1em;
}
.wpsp-container input:focus{
    border: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: 0 1px 3px 0 #e6ebf1 !important;
}

.wpsp-container input[type="text"],
.wpsp-container input[type="email"],
.wpsp-container select,
.stripe-coupon {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;    
}

.stripe-button-form .dgwp--stripe-coupon,
.wpsp-container .dgwp--stripe-coupon {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;  
}


.dgwp-stripe--btn{
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    /*display: inline-block;*/
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    /*font-weight: 600;*/
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: left;
    /*margin-left: 12px;*/
    margin-top: 28px;
}

.parsley-required, 
.parsley-type,
.parsley-min,
.parsley-max,
.coupon-check-result{
    color:#F8755E !important;
    list-style-type:none;
}


.donate-amount {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;  
  padding-left:30px;
  margin-bottom:5px;  
}

.donate-amount:focus {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;      
  padding-left:30px;
  margin-bottom:5px;
}
.custom-amount-container{
    position:relative !important;
}
.custom-amount-container span {
    font-weight: 400;

}

@media screen and (min-width: 968px){
  .preinput {
      color:#AAB7C4 !important;
      font-weight:400;
      position: absolute !important;
      top: 8px !important;
      left: 14px !important;
  }
}
@media screen and (max-width: 967px){
  .preinput {
      color:#AAB7C4 !important;
      font-weight:400;
      position: absolute !important;
      top: 6px !important;
      left: 14px !important;
  }
}

.wpsp-container select, option{
  color:#AAB7C4 !important;
}

.wpsp-container input::placeholder, 
.wpsp-container select, 
.wpsp-container option,
.stripe-button-form select,
.stripe-button-form option{
  color:#AAB7C4 !important;
}
.wpsp-container ::-webkit-input-placeholder {
  color:#AAB7C4 !important;
}
.wpsp-container ::-moz-placeholder { 
  color:#AAB7C4 !important;
}
.wpsp-container :-ms-input-placeholder {
  color:#AAB7C4 !important;
}
.wpsp-container :-moz-placeholder {
  color:#AAB7C4 !important;
}