
.group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10), 0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}

.label-stripe {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
}

.group .label-stripe:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

.label-stripe > span {
    width: 80px;
    text-align: right;
    margin-right: 30px;
}

.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}

    .field::-webkit-input-placeholder {
        color: #CFD7E0;
    }

    .field::-moz-placeholder {
        color: #CFD7E0;
    }




.pago-boton {
    float: left;
    display: block;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10), 0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    line-height: 38px;
    outline: none;
}

.pago-boton:focus {
    background: #555ABF;
}

.pago-boton:active {
    background: #43458B;
}


.StripeElement {
    display: block;
    margin: 10px 0 20px 0;
    background-color: #fafafa;
    padding: 10px 14px;
    font-size: 1em;
    font-family: "Source Code Pro", monospace;
    border-bottom: 2px solid #e2e8f0;
    outline: 0;
}

.StripeElement--focus {
    border-bottom: 2px solid #01896a;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.FpxBankElement,
.StripeElement.PaymentRequestButton {
    padding: 0;
}

.StripeElement.PaymentRequestButton {
    height: 40px;
}

#card-holder {
    min-width: 100% !important;
    height: 39.2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

#card-email {
    min-width: 100% !important;
    height: 39.2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

#card-phone {
    min-width: 100% !important;
    height: 39.2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}


.campagin_start.content {
    border: 1px solid #07b193;
    border-radius: 15px;
    padding: 10px 25px;
}
