Can I create a second login page for wholesale accounts?

I want to add a second login page that is just for wholesale accounts. This page will include content that is not on the standard login page.
Is there code that I can add to the page content editor to embed the login form on another page? Or do I need to create a new liquid page layout?

It looks like I can copy this HTML from the standard login page. This includes both the Login form and the Recover Password form. I don’t mind including both. I think that is a nice feature.


Are there any reasons this would not work or cause some page errors?

In my initial page testing, I noticed that this code causes the Recover Password form to appear instead of the Login form. I can get to the Login form by clicking on the Back to Login link. But I would prefer that the Login form appear first. Is there something in this code that is causing the wrong form to appear first? Maybe an anchor or some other code on the page that is not part of this form?