.section { padding: 0 0 30px; }
.section > h2 { margin: 0 0 .5em; font-size: 20px; }
.form-section{ display: none; }
.form-section.current{ display: block; }
.loan-application > div { margin-bottom: 1rem; }

.serverResponse { background-color: #ffebe8; border: 1px solid red; margin: 15px 20px 20px; padding: 12px; }
.serverResponse p { color: #F00000; }

.button-row {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

#ui-datepicker-div { z-index: 5 !important; }