.StripeElement {
	background-color: white;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	
	font-size: 14px;
	font-weight: 500;
	color: rgba(48,52,113,0.9);
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.name-element {
	width: 100%;
}

#card-element {
}

#ideal-bank-element {
	padding: 0;
}

.payment_form label {
	margin-bottom: 10px;
	display: block;
}