I forgot how to do this. I just want to link this button to another page.
<button style="background-position: center top;" type="submit" value="Login Now!" onmouseover="this.style.backgroundPosition='bottom';" onmouseout="this.style.backgroundPosition='top';">Login Now!</button>
<button style="background-position: center top;" type="submit" value="Login Now!" onmouseover="this.style.backgroundPosition='bottom';" onmouseout="this.style.backgroundPosition='top';">Login Now!</button>