.example.example1 {
    /*background-color: #f6f9fc;*/
}

.example.example1 * {
    font-family: Inter UI, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.example.example1 form {
    max-width: 496px !important;
    padding: 0 15px;
}

.example.example1 form > * + * {
    margin-top: 20px;
}

.example.example1 .container {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 3px;
    display: block !important;
}

.example.example1 fieldset {
    border-style: none;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    background: rgba(18, 91, 152, 0.05);
    border-radius: 8px;
}

.example.example1 fieldset legend {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #8898aa;
    padding: 3px 10px 7px;
}

.example.example1 .card-only {
    display: block;
}
.example.example1 .payment-request-available {
    display: none;
}

.example.example1 fieldset legend + * {
    clear: both;
}

.example.example1 input, .example.example1 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
    color: #fff;
}

.example.example1 input:-webkit-autofill {
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example.example1 #example1-card {
    padding: 10px;
    margin-bottom: 2px;
}

.example.example1 input {
    -webkit-animation: 1ms void-animation-out;
}

.example.example1 input::-webkit-input-placeholder {
    color: #9bacc8;
}

.example.example1 input::-moz-placeholder {
    color: #9bacc8;
}

.example.example1 input:-ms-input-placeholder {
    color: #9bacc8;
}

.example.example1 button {
    display: block;
    width: 100%;
    height: 37px;
    background-color: #d782d9;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.example.example1 button:active {
    background-color: #b76ac4;
}

.example.example1 .error svg .base {
    fill: #e25950;
}

.example.example1 .error svg .glyph {
    fill: #f6f9fc;
}

.example.example1 .error .message {
    color: #e25950;
}

.example.example1 .success .icon .border {
    stroke: #ffc7ee;
}

.example.example1 .success .icon .checkmark {
    stroke: #d782d9;
}

.example.example1 .success .title {
    color: #32325d;
}

.example.example1 .success .message {
    color: #8898aa;
}

.example.example1 .success .reset path {
    fill: #d782d9;
}



/*custom*/
.example.example1 .container {
    width: 100%;
}