label.error {
    color: #f00;
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: 20px;
}

.call-back-forms input.error {
    border-color: #f00;
    margin-bottom: 0;
}

.condition {
    position: relative;
}

.condition label.error {
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: 25px;
    width: 140px;
    margin: 0;
    padding: 0;
}

.sign-info input.error {
    border: 1px solid #f00 !important;
}

.pricing-table .pricing-header .annual_price.purchase-plan {
    display: block;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

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

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

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

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