html, body {
    height: 100%;
    margin-bottom: auto;
}
section {
    padding: 9rem 0 !important;
}

legend.required:after, label.required:after {
    content: "* ";
    font-size: 1.5rem;

    color: #ff4804;
}