Unified Login
Based on the current design, the login system for the Hungry Hub Partner Portal needs to be simplified as the system already automatically identifies whether an account is for individual restaurant management or group restaurant management.

Current State Analysis
The current interface shows a toggle between "Individual Login" and "Group Login" options, but this is redundant since:
- The system already identifies account types automatically
- There are no redundant accounts between individual and group types
- The toggle creates an unnecessary step in the login flow
Requirements for Unified Login System
User Authentication Requirements
- Implement a single login form that accepts email and password credentials
- Remove the Individual/Group toggle button from the interface
- Maintain the others
System Behavior Requirements
- System must automatically detect account type (individual or group) upon login
- After authentication, direct users to the appropriate dashboard:
- Individual restaurant
- Group restaurant
- Maintain existing security protocols for authentication