.section-form {
    background: #FFFFFF;
}

.asterisk {
    color: #FF0000;
}

.invalid-feedback, .form-text {
    font-size: 90%;
}

.invalid-feedback {
    font-weight: bold;
}

legend {
    font-family: 'Oswald', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 15px 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
    @media only screen and (min-width: 768px) {
        legend {
            letter-spacing: 2px;
        }
    }
    