This project is a custom static login page built using HTML, CSS, and JavaScript. It features a two-section layout:
Left Section: A welcome message and description.
Right Section: Login form with:
Username and password inputs
Password hint
"Remember me" option
Captcha verification
Links for new users and password recovery
The form includes client-side validation for credentials and captcha. This project is intended for learning and practicing web development, form validation, and basic UI design.