legend.panel-title.uk-legend {
    color: white;
    padding: 10px;
    margin: 0 5px;
}
label{
    width: 150px !important;
    display: inline-block;
    text-align: right;
}
.StripeElement {
    height: 40px;
    padding: 10px 12px;
    color: #32325d;
    background-color: white;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
}

input:focus,
.StripeElement--focus {
    outline: 0;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#paymentFrm{
    padding: 0 5px;
}
@media(max-width: 600px){
    label{
        display: block;
        text-align:left;
    }
}
.st_txt1{
    padding: 12px 35px !important;
    font-size: 16px !important;
}