2022-11-06 17:19:13 +00:00
{{define "main"}}
< html class = "h-full bg-gray-50" >
< head >
< title > PARCOURSMOB - Identification< / title >
2022-11-06 17:38:49 +00:00
< link rel = "stylesheet" href = "/public/css/main.css" / >
2022-11-06 17:19:13 +00:00
< / head >
< body class = "h-full" >
< form method = "post" >
< div class = "flex min-h-full flex-col justify-center py-12 sm:px-6 lg:px-8" >
< div class = "sm:mx-auto sm:w-full sm:max-w-md" >
<!-- <img class="mx - auto h - 12 w - auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company"> -->
< h2 class = "mt-6 text-center text-3xl font-bold tracking-tight text-gray-900" > Réinitialiser votre mot de passe PARCOURSMOB< / h2 >
< / div >
< div class = "mt-8 sm:mx-auto sm:w-full sm:max-w-md" >
< div class = "bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10" >
< div >
< label for = "email" class = "block text-sm font-medium text-gray-700" > Votre email< / label >
< div class = "mt-1" >
< input id = "email" name = "email" type = "text" autocomplete = "email" required class = "block w-full appearance-none rounded-2xl border border-gray-300 px-3 py-2 placeholder-gray-400 shadow-sm focus:border-co-blue focus:outline-none focus:ring-co-blue sm:text-sm" >
< / div >
< / div >
< p class = "p-4 text-gray-500 text-xs" > Si votre compte existe, vous allez recevoir un mot de passe par email contenant un lien pour réinitialiser votre mot de passe. Celui-ci sera actif pendant 72h.< / p >
< div >
< button type = "submit" class = "mt-2 flex w-full justify-center rounded-2xl border border-transparent bg-co-blue py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-co-blue focus:outline-none focus:ring-2 focus:ring-co-blue focus:ring-offset-2" > Recevoir un lien de réinitialisation< / button >
< / div >
< / div >
< / div >
< / div >
< / form >
< / body >
< / html >
{{end}}