/****************** Stripe ********************/
.StripeElement {
    box-sizing: border-box;
    height: 46px;
    padding: 10px 12px;
    border: 2px solid var(--form-grey);
    font-size: 16px !important;
    border-radius: 0;
    background-color: transparent;
    -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;
}

.ElementsApp .InputElement {
    font-size: 16px !important;
}