/* Outer wrapper for the Stripe Card field */
.gform_wrapper .ginput_container_creditcard {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  min-height: 75px;
  margin-bottom: 20px;
}

/* Make sure the iframe that renders the Stripe input is visible and full width */
.ginput_card_fields iframe {
  background-color: #ffffff !important;
  border: none !important;
  width: 100% !important;
  min-height: 50px !important;
}