/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.pmagic .pmagic-form .pm-stripe-wrapper  { 
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
    background-color: #f7f8f9;
    display: inline-block;
    padding: 30px;
}


.pmagic .pmagic-form .pm-stripe-wrapper #pg-card-element.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;
    margin-top: 10px;
}

.pmagic .pmagic-form .pm-stripe-wrapper #pg-card-errors { 
    padding: 8px 0;
    color: #fa755a;
    font-size: 14px;
    float: left;
    width: 100%;
}
.pmagic .pmagic-form input.pg-stripe-submit-disabled {
    opacity: 0.5;
    pointer-events: none;
}