/* Form Element Styles */

input {
    border-radius: 5pt;
    margin: 1pt;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

select {
    border-radius: 5pt;
    margin: 1pt;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

.form-container .row {
    margin-bottom: 0.75em;
}

.section-header {
    margin-top: 1.5em;
    font-weight: 700;
    border-bottom: solid 2.5pt;
}

.section {
    display: none;
}

.section.active {
    display: block;
}