Hi nyrt55,
I tried with link you sent and it redirected to the homepage, I do not find the login form anywhere.
In this case, you can try to open the wp-content/themes/Box/js/functions.js and fine the line 574.
Replace the following code:
jQuery(window).load(function () {
With the new code:
jQuery(window).on('load', function () {
Hope this helps!