form input { 
    margin: 0.5em 0; 
}

.jumbotron form, .jumbotron .thankyou { 
    text-align: left; 
}

.jumbotron label { 
    margin: 1.3rem 0 0 0; 
}

#f-name-error, #l-name-error, #payment-error {
    color: red; 
    display: none;
}

.input-error {
    border-color: red !important;
}

.container-error {
    border: 1px solid red !important;
}

.jumbotron p.lead {
    font-size: 20px;
}

.success-check {
    float: left; 
    margin-right: 1em;
}
.receipt-container {
    clear: left;
    margin-top: 20px;
}

.logo-img { float: left; }