In my form, I put an asterisk (*) behind the label to mark it as important.
The problem is that by default it is vertically aligned as the top position. I hope there is a way in which I can vertically align it as an average.
Here's what it looks like: 
Please note that * will be aligned in height.
I tried this but it does not work
.imp { display: inline-table; vertical-align: middle; }
Steve source share