I see you're using the Modern theme, which doesn't have an option to hide the Login button.
To remove it from the footer you could add the following style to your custom CSS:
#footerLogin { display: none;}
Thanks
Joe - Voice Admin
Thank you! :)