.invoice-container {
    width: 100%;
    max-width: 500px;
}

.chartered-surveyors {
    color: #fff;
    font-family: "Times New Roman",'Open Sans', serif;
    font-style: italic;
    font-size: 20px;
}

.bg-primary {
    background-color: #00411f!important
}

.StripeElement--focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}