.emp_stripe_form_full {
    width: 100%;
    clear: both;
}
.emp_stripe_form_row {
    margin-bottom: 1em;
}
.emp_stripe_form_first {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    clear: both;
}
.emp_stripe_form_last {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
}
.emp_clear::before, .emp_clear::after {
    content: '';
    display: table;
}
.emp_clear::after {
    clear: both;
}
.emp_stripe_form_row label {
    width: auto;
    margin-left: 0;
    display: block;
    font-size: 0.875em;
}

.emp-stripe-elements-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
    clear: both;
}

.stripe-card-brand.stripe-credit-card-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/credit-card.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-visa-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/visa.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-amex-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/amex.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-diners-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/diners.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-discover-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/discover.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-jcb-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/jcb.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-maestro-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/maestro.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-brand.stripe-mastercard-brand {
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 10px;
	background: no-repeat url(../img/mastercard.svg);
	display: block;
	width: 30px;
	height: 24px;
	background-size: 100%;
}

.stripe-card-group{
	position: relative;
}
