#payment_precio{
    font-size: 2rem;
}

.spacer {
    margin-bottom: 24px;
}

/**
    * 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 {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #CED5DC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}

#card-errors {
    color: #fa755a;
}

/*********************************************************************/

input {
    padding:10px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.color_placeholder::placeholder {
    color: #B1BCC9;
    opacity: 1; /* Firefox */
}

.color_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1BCC9;
}

.color_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: #B1BCC9;
}