The submit button will not be vertical with other fields on the same line

Can someone shed some light on why this submit button will not align vertically with other form fields on the line?

http://www.e-fluential.com/offline/castoff/

+3
source share
4 answers

add css style to send the button as follows:

.submit {float: right; profitability-top: -2px}

and configure margin-right for your needs, then

+1
source

Does it help vertical-align: middleor vertical-align: text-bottom?

I always have a nightmare with vertically aligning form fields.

+3
source

div

0

style = "float: left" .

0