#card-element {
   min-height:40px;
}
.StripeElement {
   background-color: white;
   height: 40px;
   padding: 10px 12px;
   border: 1px solid #ddd;
}
.StripeElement--focus {
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
