File: /home/imensosw/www/imenso.co/learn2chat/reset_password.php
<!doctype html>
<html lang="en">
<head>
<title>Learn Chat</title>
<?php include 'inc/header.php'; ?>
</head>
<body>
<div class="login bg_9 h_100 position-relative">
<!-- <div class="childer-imgs">
<div class="chil_img1">
<img src="img/pencil_child.png" />
</div>
<div class="chil_img2">
<img src="img/laptop_girl.png" />
</div>
<div class="chil_img3">
<img src="img/half_book.png" />
</div>
<div class="chil_img4">
<img src="img/book_readign.png" />
</div>
</div> -->
<div class="container">
<div class="col-sm-6 col-12 m-auto">
<div class="card position-relative">
<div class="sky_top"><img src="img/sky_white.png" /> </div>
<div class="sky_bottom"><img src="img/sky_white.png" /> </div>
<div class="logo text-center"> <img src="img/logo2.png" /> </div>
<h5 class="text-center">Reset Password</h5>
<p class="text-muted text-center w-75 m-auto mb-5">Enter your email address below to receive a Password Reset link</p>
<form>
<div class="mb-5 ">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input placeholder="" type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<button type="submit" class="btn btn-danger w-100 mt-5">Reset Password</button>
</form>
</div>
</div>
</div>
</div>
<?php include 'inc/footer.php'; ?>
</body>
</html>