mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
30 lines
1.8 KiB
HTML
30 lines
1.8 KiB
HTML
<!-- From Uiverse.io by emmanuelh-dev - Tags: form, register, acounts -->
|
|
<section>
|
|
<div class="bg-white relative items-center w-full px-5 py-12 mx-auto md:px-12 lg:px-20 max-w-7xl">
|
|
<div class="w-full max-w-md mx-auto md:max-w-sm md:px-0 md:w-96 sm:px-4">
|
|
<div class="flex flex-col">
|
|
<div>
|
|
<h2 class="text-4xl text-black">Reset password</h2>
|
|
</div>
|
|
</div>
|
|
<form>
|
|
<input value="https://jamstacker.studio/thankyou" type="hidden" name="_redirect">
|
|
<div class="mt-4 space-y-6">
|
|
<div class="col-span-full">
|
|
<label class="block mb-3 text-sm font-medium text-gray-600"> Password </label>
|
|
<input type="password" placeholder="******" class="block w-full px-6 py-3 text-black bg-white border border-gray-200 rounded-full appearance-none placeholder:text-gray-400 focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm">
|
|
</div>
|
|
<div class="col-span-full">
|
|
<label class="block mb-3 text-sm font-medium text-gray-600"> Confirm passord </label>
|
|
<input type="password" placeholder="******" class="block w-full px-6 py-3 text-black bg-white border border-gray-200 rounded-full appearance-none placeholder:text-gray-400 focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm">
|
|
</div>
|
|
|
|
<div class="col-span-full">
|
|
<button type="submit" class="items-center justify-center w-full px-6 py-2.5 text-center text-white duration-200 bg-black border-2 border-black rounded-full nline-flex hover:bg-transparent hover:border-black hover:text-black focus:outline-none focus-visible:outline-black text-sm focus-visible:ring-black"> Submit your request </button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|