.StripeElement,
.stripe-style-input {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.form-control:focus {
	border-color: #000;
}

.StripeElement--focus,
.stripe-style-input:focus,
.stripe-style-input:active {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

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

.stripe-style-input::placeholder {
	color: #aab7c4;
}

.fieldset-label {
	position: relative;
	right: 0.5rem;
}

#payment-form .form-control,
#card-element {
	color: #000;
	border: 1px solid #000;
}

#loading-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(57, 129, 75, 0.85);
	z-index: 9999;
}

.loading-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: 100%;
}
