Release : 14.4
Component : IdentityMinder(Identity Manager)
Currently it is not possible to reorder the tabs/forms but it is possible to hide the "Request Information" tab through the Branding Tab:
Hide the tab:
md-pagination-wrapper md-tab-item:nth-of-type(1)
Display: none
Reference below screenshot to disable the form:
md-tabs-content md-tab-content:nth-of-type(1)
Display: none
This comes with a caveate though.
As normally the first tab is loaded with the above changes this will no longer happen. The user will need to click on the desired tab.