<!DOCTYPE html>
<html lang="en">
<title> Request New Password </title>
<head>
{% block stylesheets %}
<link rel="icon" href="/plugins/metric/dist/assets/images/icon.png">
<link rel="shortcut icon" href="/images/logoheader.jpg">
<link href="/plugins/metric/dist/assets/plugins/dragula/dragula.min.css" rel="stylesheet" type="text/css" />
<link href="/plugins/metric/dist/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="/plugins/metric/dist/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="/plugins/metric/dist/assets/css/app.min.css" rel="stylesheet" type="text/css" />
<link href="/plugins/metric/dist/assets/css/app.css" rel="stylesheet" type="text/css" />
{% endblock %}
</head>
<body id="body" class="auth-page" style="background-image: url('/plugins/metric/dist/assets/images/p-1.png'); background-size: cover; background-position: center center;">
<!-- Log In page -->
<div class="container">
<div class="row vh-100 d-flex justify-content-center">
<div class="col-12 align-self-center">
<div class="row">
<div class="col-lg-5 mx-auto">
<div class="card">
<div class="card-body p-0 auth-header-box" style="background-color: #608E34; border-color: #608E34">
<div class="text-center">
<a href="/login" class="logo logo-admin">
<img src="/plugins/metric/dist/assets/images/logo.png" height="160" alt="logo" class="auth-logo">
</a>
</div>
</div>
<div class="card-body pt-0">
<form class="my-4" method="POST" action="/resetpassword">
<div class="form-group mb-3">
<div style="margin:auto; width:100%; text-align: center">
<p class="mt-3 mb-1 fw-semibold font-18">Reset Password</p>
<p style="color: black">Enter your Email and instructions will be sent to you!</p>
</div>
<label class="form-label" for="username">Email</label>
<input class="form-control" type="email" name="email"> </input>
<br>
</div><!--end form-group-->
<div class="form-group mb-0 row">
<div class="col-12">
<button class="btn btn-primary w-100" style="background-color: #608E34; border-color: #608E34" type="submit">Reset <i class="fas fa-sign-in-alt ms-1"></i></button>
</div><!--end col-->
</div> <!--end form-group-->
</form><!--end form-->
<div class="text-center text-muted">
<p class="mb-1">Remember It ? <a href="/login" style="color: #608E34">Sign in here</a></p>
</div>
</div><!--end card-->
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<!-- App js -->
<script src="assets/js/app.js"></script>
</body>
</html>