π Glassmorphism Login Form A modern, responsive login form designed with HTML and CSS, featuring glassmorphism styling and icon support via Boxicons. This project can be used as a template or starting point for user authentication UI in personal or commercial web projects.
π Features Glassmorphism design (blurred translucent background)
Responsive layout centered in viewport
Stylish input fields with icons
Remember Me checkbox
Forgot Password and Register links
Smooth hover and focus interactions
πΈ Preview (You can include a screenshot or GIF here of the login form in the browser.)
π Technologies Used HTML5
CSS3 (Flexbox, transitions, pseudo-elements)
Boxicons for user/password icons
Google Fonts: Poppins (via CSS import or browser default)
π Project Structure bash Copy code project/ β βββ index.html # Main login form markup βββ styles.css # Styling with glassmorphism effects βββ 214384.gif # Background image (optional, if present locally) βοΈ Usage Clone or download the repo.
Make sure the background image (214384.gif) is in the root directory or adjust the background CSS if using a URL.
Open index.html in any browser.
You can link the form to a backend endpoint using the action attribute in the
tag.π οΈ Customization Tips Replace the background GIF with your own in the CSS body rule.
Add form validation or JavaScript for interactivity.
Hook up the form to real authentication logic with a backend.
π§ Known Issues The tag has an empty action=""; for full functionality, connect it to a server or authentication script.
β To Do Add input validation (JavaScript)
Connect to backend (e.g., Firebase, Node.js)
