I\'m trying to just nudge the email label and input down a little by assigning a class \'brtop\' to the label.
.brtop just adds a top margin.
.brtop
Do
is display: inline. If you add display: inline-block to .brtop it will respect the margin.
display: inline
display: inline-block