Password Reset Component
A responsive password reset component with a dark mode UI, using an analogous color scheme. Designed for e-commerce applications.
HTML Code
<div class="min-h-screen flex items-center justify-center bg-gray-900">
<div class="bg-gray-800 p-8 rounded-lg shadow-xl w-96">
<h2 class="text-3xl font-bold text-teal-400 mb-6 text-center">Reset Password</h2>
<form>
<div class="mb-4">
<label for="email" class="block text-gray-300 text-sm font-semibold mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Enter your email">
</div>
<div class="mb-6">
<label for="password" class="block text-gray-300 text-sm font-semibold mb-2">New Password</label>
<input type="password" id="password" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Enter new password">
</div>
<div class="mb-6">
<label for="confirm-password" class="block text-gray-300 text-sm font-semibold mb-2">Confirm New Password</label>
<input type="password" id="confirm-password" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Confirm new password">
</div>
<button type="submit" class="w-full bg-teal-600 text-white py-3 rounded-lg font-semibold hover:bg-teal-700 transition duration-300">Reset Password</button>
</form>
</div>
</div>
Related Components
Password Reset Component
A minimalist, responsive password reset component with sunset/warm tones, suitable for food/restaurant websites, including dark mode support.
Password Reset Component
A responsive password reset component with a 'paper/print-inspired' design, 'candy/sweet colors', and dark mode support, suitable for industrial and manufacturing companies.
Password Reset Component
Password Reset Component with Retro/Vintage design, Earth tones color scheme, and Complex complexity level, for Business/Corporate purpose, using Tailwind CSS. Responsive design with dark theme support. No JavaScript code needed, only HTML with Tailwind classes. Using picsum.photos for images and randomuser.me for avatars.