13 lines
851 B
HTML
13 lines
851 B
HTML
<div class="col-8 mx-auto p-4 rounded shadow-sm mb-5 context-main-bg mt-4 text-center">
|
|
<form action="" method="post">
|
|
<legend class=" my-2">Lost and Found</legend>
|
|
<p class="col-8 offset-2">You can begin the process of recovering your account here. Provide your username, or email address and instructions for ressetting your password will be mailed to you shortly.</p>
|
|
<fieldset>
|
|
<div data-mdb-input-init class="form-outline mb-4 col-2 offset-5">
|
|
<input name="entry" type="text" id="entry" class="form-control" placeholder="Username or Email" />
|
|
</div>
|
|
</fieldset>
|
|
<input type="hidden" name="token" value="{TOKEN}">
|
|
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Reset Password</button><br>
|
|
</form>
|
|
</div> |