.pms-credit-card-information {
    display: none;
    margin-bottom: 16px;
}

.pms-billing-details {
    display: none;
}

#pms_billing_country {
    width: 100%;
}

.StripeElement {
    box-sizing: border-box;

    padding: 10px 12px;

    border: 1px solid #cfd7df;
    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: #fb1427;
}

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

.pms-loader {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #00a0d2;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.pms-auth-form__loader-msg {
    margin-top: 6px;
    text-align: center;
}

.pms-stripe-error-message {
    font-size: 16px;
    color: #fb1427;
    margin-top: 8px;
}

.wppb-user-forms .pms-credit-card-information {
    margin-bottom: 24px;
}

.pms-stripe-error-message + .pms_field-errors-wrapper {
    display: none;
}

#pms-stripe-payment-elements.StripeElement, #payment-request-button.StripeElement {
    height: auto;

    border: 0px;
    border-radius: 0px;
    padding: 0px;

    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.pms-form #payment-request-button {
    margin-bottom: 18px;
}

#pms-stripe-payment-elements {
    max-width: 500px;
    margin-bottom: 16px;
}