1. Identified that you've created the login form page. (this was already done)
2. I then went to Toolset -> Access Control -> Post Group and created a post group for the login page where i've set the post group to allow any posts added to this group to only be visible to guests. I then added your login form page to the post group.
3. I then went to Appearance -> Menus and added the login form page to the main menu.
2. in login form doc there is no mention of adding the content template to a PAGE , am i right?
"so you didnt delete anything just re arranged the menu?"
Yes I had removed the duplicate menu items that was added.
Also your login form should now be displaying. The problem was that your theme was using a custom function to display the content so I had to enable the content template debug to see what your theme was using to display the content.
It was actually using "WP_Hook::apply_filters" which I applied to the content template debug section which should now allow you to display your custom content templates.
It was actually using "WP_Hook::apply_filters" which I applied to the content template debug section which should now allow you to display your custom content templates.