The login page is protected with a csrf token, so any attempt to embed it from any other location (except iframe) will result in a security error when the form is posted.
Best would be to simply add a login button and make it redirect to the form page.