#stripe-payment-form {
    padding: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
}

.p-BillingAddressForm {
    display: none;
}

.Input {
    border-radius: 15px;
}