.StripeElement {
	background-color: white;
	height: 40px;
	padding: 10px 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: none;

}

.StripeElement--focus {
	border: 2px solid #8bc1fc;

}

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

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