Login Form
Use Case: User authentication page for web applications, admin panels, or member areas.
Key Features: Password field, remember me checkbox, links, social login buttons, responsive layout
[[ :logo: MyApp | Home | Features | Pricing ]]
---
::: hero
# Welcome Back
Sign in to your account to continue
:::
::: card
### Sign In
Email or Username
[_____________________________] {type:email required:true}
Password
[********] {type:password required:true}
- [x] Remember me for 30 days
[Sign In]*
[Forgot password?](https://example.com/reset)
---
### Or continue with
[[ :github: GitHub | :google: Google | :apple: Apple ]]
---
Don't have an account? [Create one here](https://example.com/signup)
:::
::: footer
[[ Privacy Policy | Terms of Service | Contact Support ]]
© 2025 MyApp Inc.
:::Style Variations:
sketch- Friendly, approachable login screenclean- Professional, modern authenticationwireframe- Minimal distraction focus on fieldstailwind- Vibrant purple accentsmaterial- Elevated card with shadowsbrutal- Bold, confident designnone- Unstyled for custom branding
Generate this example:
bash
wiremd login-form.md --style sketch
wiremd login-form.md --style tailwind -o login-tailwind.html