Password Reset Component
A responsive password reset component with a monospace/developer design, autumn color scheme, and terminal aesthetics, suitable for e-commerce applications. Includes dark mode support.
HTML Code
<div class="flex min-h-screen items-center justify-center bg-stone-100 p-4 dark:bg-zinc-900 font-mono">
<div class="w-full max-w-md rounded-lg border border-stone-300 bg-stone-50 p-6 shadow-xl dark:border-zinc-700 dark:bg-zinc-800 md:p-8">
<div class="mb-6 flex items-center justify-between">
<h2 class="text-2xl font-bold text-orange-800 dark:text-orange-400">Reset Password</h2>
<span class="text-sm text-stone-600 dark:text-zinc-400">< KeyVault /></span>
</div>
<p class="mb-6 text-sm leading-relaxed text-stone-700 dark:text-zinc-300">
Forgot your password? No problem. Enter your account email below and we'll send you a password reset link.
</p>
<form action="#" method="POST">
<div class="mb-4">
<label for="email" class="mb-2 block text-sm font-medium text-stone-700 dark:text-zinc-300">
<span class="text-orange-700 dark:text-orange-500">guest@</span>your-store:<span class="text-amber-700 dark:text-amber-500">~</span><span class="animate-pulse">_</span> Enter Email
</label>
<input
type="email"
id="email"
name="email"
autocomplete="email"
required
placeholder="[email protected]"
class="w-full rounded-md border border-stone-400 bg-stone-200 px-3 py-2 text-stone-900 placeholder:text-stone-500 focus:border-orange-600 focus:outline-none focus:ring-1 focus:ring-orange-600 dark:border-zinc-600 dark:bg-zinc-700 dark:text-zinc-100 dark:placeholder:text-zinc-400 dark:focus:border-orange-500 dark:focus:ring-orange-500 text-sm md:text-base"
/>
</div>
<div class="mb-6 flex items-center justify-between text-xs md:text-sm">
<div class="flex items-center">
<input
id="remember-me"
name="remember-me"
type="checkbox"
class="h-4 w-4 rounded border-stone-500 bg-stone-300 text-orange-600 focus:ring-orange-500 dark:border-zinc-500 dark:bg-zinc-600 dark:checked:bg-orange-600"
/>
<label for="remember-me" class="ml-2 text-stone-700 dark:text-zinc-300">
<span class="text-orange-700 dark:text-orange-500">root@</span>cache:<span class="text-amber-700 dark:text-amber-500">/var/log</span> Remember Device
</label>
</div>
<a href="#" class="font-medium text-orange-700 hover:text-orange-600 dark:text-orange-500 dark:hover:text-orange-400">
<span class="text-orange-700 dark:text-orange-500">sudo</span> View Log
</a>
</div>
<button
type="submit"
class="w-full rounded-md bg-orange-700 px-4 py-2 font-semibold text-white shadow-sm hover:bg-orange-600 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-orange-700 transition-colors dark:bg-orange-600 dark:hover:bg-orange-500 text-sm md:text-base"
>
<span class="text-amber-200">./</span>send-reset-link.sh
</button>
</form>
<div class="mt-8 border-t border-stone-300 pt-6 text-center text-sm dark:border-zinc-700">
<p class="text-stone-700 dark:text-zinc-300">
<span class="text-orange-700 dark:text-orange-500">$</span> Already have an account?
<a href="#" class="font-medium text-orange-700 hover:text-orange-600 dark:text-orange-500 dark:hover:text-orange-400">Login instead</a>
</p>
<p class="mt-2 text-stone-600 dark:text-zinc-400">
<span class="text-orange-700 dark:text-orange-500">~</span> Need assistance? <a href="#" class="font-medium text-orange-700 hover:text-orange-600 dark:text-orange-500 dark:hover:text-orange-400">Ping Support</a>
</p>
</div>
</div>
</div>
Related Components
Password Reset Component
Minimalist/Flat design password reset component with earth tones, suitable for real estate platforms. It features a responsive layout, dark mode support, and multiple input fields for a complex interface.
Password Reset Component
A responsive password reset component with a dark mode UI, using an analogous color scheme. Designed for e-commerce applications.
Password Reset Component
A 3D-styled, vibrant Password Reset component for blogs and content consumption. It supports dark theme and is rich in interactive elements.