🧠 Description
This project presents a dark-themed animated login form designed using pure HTML and CSS, enhanced with glowing input effects and smooth transitions.
When users focus on input fields, a neon-green glow animation activates, providing instant visual feedback and a futuristic UI feel. The layout is clean, centered, and minimal — ideal for modern dashboards, admin panels, and authentication screens.
The design uses Font Awesome icons, gradient backgrounds, and CSS keyframes to create an engaging yet lightweight login experience.
💻 HTML Code
HTML Structure Explanation
.login-form acts as the main card container.
.text displays the form title.
Each .field wraps an icon and input together for aligned styling.
Font Awesome icons visually represent email and password fields.
A simple CTA button and signup link complete the authentication UI.
This structure keeps the markup semantic, clean, and easy to style.
🎨 CSS Code
CSS Breakdown
Dark Theme
Uses dark gradients and subtle borders for a modern UI look.
Glowing Input Animation
@keyframes glow creates a pulsing neon effect on focus.
Enhances accessibility by clearly indicating active fields.
Icon Integration
Icons are styled as part of the input group for seamless alignment.
Hover & Focus States
Button hover effects and input focus styles add polish without JS.
The result is a smooth, visually rich login form powered entirely by CSS.
