.stripe-form {
  background-color: #FFFFFF;
  max-width:400px;
  margin:0 auto;
  padding:15px 0;
}

.stripe-form * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.stripe-form fieldset {
  margin: 0 5px 20px;
  padding: 0;
  border-style: none;
  background-color: #F5F5F5;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 0 0 ;
  border-radius: 4px;
}

.stripe-form .row {
  margin-left: 15px;
}

.stripe-form .row + .row {
  border-top: 1px solid #E1E1E1;
}

.stripe-form label {
	display: block;
  min-width: 100px;
  padding: 11px 0;
  color: #666 !important;
  font-size:1.0em !important;
}
.stripe-form input, .stripe-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe-form input:-webkit-autofill {
  -webkit-text-fill-color: #333;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripe-form .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe-form .StripeElement {
  width: 100%;
  /*padding: 11px 15px 11px 0;*/
	padding: 5px 0;
}

.stripe-form input {
  /*padding: 11px 15px 11px 0;*/
padding: 5px 0;	
  color: #333;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.stripe-form input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.stripe-form input::-moz-placeholder {
  color: #D1D1D1;
}

.stripe-form input:-ms-input-placeholder {
  color: #D1D1D1;
}

.stripe-form button {
  display: block;
  width: 60%;
  height: 40px;
  margin: 30px auto;
  background-color: #051A43;
  border-radius: 4px;
  color: #cccccc;
  font-weight: 600;
  cursor: pointer;
  font-size:15px;
}
.stripe-form button:hover {
  color: #fff;
}

.stripe-form .error svg .base {
  fill: #fff;
}

.stripe-form .error svg .glyph {
  fill: #6772e5;
}

.stripe-error {
  color: #CC0000;
  text-align:center;
}

.stripe-success {
	color: #006600;
	text-align:center;
	font-size:15px;
}
