Hello, how would I click a button if there's no ID for it? This is the button I'm trying to click
how would I put it into something like this
I've tried searching on Google but I can't find anything. Is this possible? Thanks for the help 
Code:
<button class="loginBnt" type="submit"></button>
Code:
WebBrowser1.Document.GetElementById("").InvokeMember("click")