Currently, the labels for each of the form fields are inline with it's corresponding input. This is due to the inputs now being wrapped within a parent label HTML element. This is good practice, but requires a change to the CSS styles (input.css) to move the labels above the inputs.