/* Stripe Elements CSS */

.stripe-form-element-container {
	display: block;
	border-left: 0.33333rem solid #f0981f;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #3d4045;
	padding: 1.33333rem;
	margin: 0 0 1.33333rem 0;
	font-size: 1rem;
	background-color: #fff;
	line-height: 1.3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.stripe-error-message {
	text-align: center;
	font-size: 1rem;
	padding: 1rem;
	margin-bottom: 1.33333rem;
}