.row-100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 15px;
}

fieldset {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0;
}

fieldset legend {
    color: #6c757d !important;
    margin: 0 auto;
    background: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
}

fieldset {
    margin-top: 0;
}

#email {
    border: 1px solid #dee2e6;
    padding: .75em 1em;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
    width: calc(100% - 2em);
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 13px;
}

#email.invalid {
    background-color: #ffcdcd;
    border-color: #ffa9a9;
}

#google-pay-container, #apple-pay-container {
    height: 45px;
    width: 100%;
}

.hide {
    display: none;
    height: 0;
}

#btn-appl {
    -webkit-appearance: -apple-pay-button; /* Essential for rendering as an Apple Pay button */
    -apple-pay-button-style: black; /* Or white, white-outline */
    -apple-pay-button-type: plain; /* Or buy, donate, etc. */
    --apple-pay-button-height: 45px;
    height: 45px;
    width: 100%;
}

.apple-pay-btn text {
    font-size: 13px !important;
}