*{
    font-family: "Roboto", sans-serif;
    
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-color: #3b82f6;
}
.StripeElement--invalid {
    border-color: #ef4444;
}