h1 {
  color: #00578A;
}

.payment-method-img {
  max-height: 32px;
}

.StripeElement {
  box-sizing: border-box;
  width: 100%;
  height: 40px;

  padding: 10px 12px;

  color: #777;

  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background-color: white;

  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
}

.StripeElement--focus {
  outline: none;
  border: 1px solid #A878AF;
  box-shadow: none;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}