This project is a simple UI demonstration of a Login interface built using C# .NET WinForms.
The goal of this project is purely visual — to display a stylish and modern Login UI with the following features:
- Beautiful and clean UI inspired by modern mobile design.
- Interactive mouse-hover effects that change color on UI elements.
- No authentication or database logic — purely a visual prototype.
- C# .NET (WinForms)
- Custom graphics and controls
- Basic event handling (Mouse Hover / Mouse Leave)
- Smooth color transitions when hovering over:
- Login button
- Input fields
- Other interactive elements
- Elegant layout and background illustrations
- Open the project in Visual Studio.
- Build and run the application (
F5). - Move your mouse over the UI to see the interactive hover effects.
This is not a functional login system. It is intended for design demonstration only.
Feel free to clone and customize it for your own projects!