# Login Form A complete login form using Graffiti's base form styles. No custom CSS needed. ## Example ```html
``` ## Key Classes Used - `.stack` - Vertical layout with consistent spacing - `.split` - Flexbox with space-between (checkbox left, link right) - `.primary` - Primary action button style ## Notes - Form inputs are styled automatically (no classes needed on inputs) - Labels automatically get proper spacing - Use `.error`, `.success`, `.warning` classes on inputs for validation states - Add `Message` after inputs for validation messages