.formcraft-css .fc-form .stripe-cover
{
	padding-top: 64px;
	position: relative;
	transition: padding .2s;
	-webkit-transition: padding .2s;
}
.formcraft-css .fc-form .stripe-cover.type-subscription
{
	padding-top: 0;
}
.formcraft-css .fc-form .stripe-cover.field-cover.type-subscription div.stripe-amount-show
{
	display: none;
}
.formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show
{
	border-radius: 0px;
	position: absolute;
	right: -31px;
	top: 0;
	display: inline-block;
	width: auto;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 20px;
	height: 44px;
	line-height: 44px;
	padding-right: 30px;
	text-align: center;
	border-radius: 4px 2px 0px 4px;
	letter-spacing: 1.5px;
	box-shadow: 1px 4px 1px -3px rgba(0,0,0,.7);
	z-index: 999;
}
.formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show::before
{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 8px solid transparent;
	border-top-width: 10px;
	border-top-style: solid;
	position: absolute;
	right: 0px;
	bottom: -10px;
	z-index: -1;
}
.formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show::after
{
	content: '';
	width: 0; 
	height: 0; 
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent; 
	border-right-width: 12px;
	border-right-style: solid;
	position: absolute;
	left: -11px;
	border-radius: 2px;
	border-radius: 5px;
	bottom: 1px;
	z-index: 101;	
}

.formcraft-css .fc-form .stripe-cover .stripe-fields-cover
{
	letter-spacing: -4px;
	width: 100%;
}
.formcraft-css .fc-form .stripe-cover .stripe-fields-cover .stripe-expiry,
.formcraft-css .fc-form .stripe-cover .stripe-fields-cover .stripe-cvc
{
	letter-spacing: 0;
	width: 50%;
	display: inline-block;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover
{
	position: relative;
	margin-top: 20px;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input
{
	color: #889;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-error
{
	border-color: red !important;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input:focus
{
	color: #556;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry
{
	border-bottom: 1px solid #d7d7d7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-radius: 0 0 0 3px;
	box-shadow: 1px 0 0 #eee inset;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc
{
	border-left: 1px solid #ddd;
	border-top-width: 0px;
	border-radius: 0 0 3px 0;
	box-shadow: none;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-card-number
{
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-name
{
	background-image: url('user-icon-outline.png');
	background-position: 100% 50%;
	background-size: 36px;
	background-repeat: no-repeat;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc
{
	background-image: url('lock.png');
	background-position: 100% 50%;
	background-size: 36px;
	background-repeat: no-repeat;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry
{
	background-image: url('date.png');
	background-position: 100% 50%;
	background-size: 36px;
	background-repeat: no-repeat;
}
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry:focus,
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc:focus,
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry.stripe-error,
.formcraft-css .fc-form .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc.stripe-error
{
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: -1px;
	z-index: 101;
	position: relative;
}
.formcraft-css .fc-form.label-floating .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry:focus,
.formcraft-css .fc-form.label-floating .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc:focus,
.formcraft-css .fc-form.label-floating .stripe-cover.field-cover .stripe-fields-cover input.stripe-expiry.stripe-error,
.formcraft-css .fc-form.label-floating .stripe-cover.field-cover .stripe-fields-cover input.stripe-cvc.stripe-error
{
	border-top-width: 0;
}

.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover .stripe-card-images
{
	background-image: url('cards.png');
	position: absolute;
	right: 6px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-size: 288px;
	width: 36px;
	background-position: 100% 50%;
	transition: background-position .6s cubic-bezier(0,0,.5,1);
	-webkit-transition: background-position .6s cubic-bezier(0,0,.5,1);
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.amex .stripe-card-images
{
	background-position: 0px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.discover .stripe-card-images
{
	background-position: -36px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.mastercard .stripe-card-images
{
	background-position: -72px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.visa .stripe-card-images
{
	background-position: -108px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.dinersclub .stripe-card-images
{
	background-position: -144px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.jcb .stripe-card-images
{
	background-position: -180px 50%;
}
.formcraft-css .fc-form .stripe-cover .stripe-card-number-cover.null .stripe-card-images
{
	background-position: -216px 50%;
}

.formcraft-css .fc-form .stripe-cover .stripe-coupon-cover {
	margin-top: 20px;
	position: relative;
	display: none;
}
.formcraft-css .fc-form .stripe-cover.coupon-true .stripe-coupon-cover {
	display: block;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-verify {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	line-height: 2.85em;
	letter-spacing: .5px;
	font-size: 75%;
	padding: 0 14px;
	font-weight: bold;
	border-radius: 2px;
	background-color: #e2e2e2;
	cursor: pointer;
}
.formcraft-css .fc-form.label-floating .stripe-cover .stripe-coupon-verify {
	background: none;
	padding: 10px 2px 6px;
	font-size: .9em;
	line-height: 1.6;
	opacity: .75;
	font-weight: normal;
}
.formcraft-css .fc-form.label-floating .stripe-cover .stripe-coupon-verify:hover {
	background: none;
	opacity: 1;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-cover.error-field input {
	border-color: red;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-cover.valid-field input {
	border-color: green;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-cover.valid-field:before {
	content: '✓';
	position: absolute;
	right: 22%;
	top: 50%;
	font-size: 15px;
	margin-top: -9px;
	color: green;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-verify:hover {
	background-color: #ddd;
}
.formcraft-css .fc-form .stripe-cover .stripe-coupon-info {
	margin: 10px 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .3px; 
	border: 1px solid #48e;
	border-radius: 3px;
	padding: 5px 0;
	text-align: center;
	display: none;
}
