Your IP : 3.149.27.153
<?php
session_start(); ob_start();
include("lib/connect.inc.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords" content="Covis Club Internation. Passionate about financial empowerment" />
<meta name="description" content="Covis Club Internation. Passionate about financial empowerment" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Forgot password</title>
<link rel="shortcut icon" href="../img/fav.png" />
<!-- Favicon -->
<link rel="shortcut icon" href="../img/fav.png" />
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i&display=swap">
<!-- CSS Global Compulsory (Do not remove)-->
<link rel="stylesheet" href="../css/font-awesome/all.min.css" />
<link rel="stylesheet" href="../css/flaticon/flaticon.css" />
<link rel="stylesheet" href="../css/bootstrap/bootstrap.min.css" />
<!-- Page CSS Implementing Plugins (Remove the plugin CSS here if site does not use that feature)-->
<link rel="stylesheet" href="../css/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="../css/animate/animate.min.css"/>
<link rel="stylesheet" href="../css/magnific-popup/magnific-popup.css" />
<!-- Template Style -->
<link rel="stylesheet" href="../css/style.css" />
</head>
<body>
<!--=================================
header -->
<?php include("../header.php") ?>
<?php if(isset($report)){$covis->Alert(); } ?>
<!--=================================
header -->
<!--=================================
Contat Form -->
<section class="space-ptb">
<div class="container">
<div class="row justify-content-lg-around position-relative pt-5">
<div class="col-lg-7 col-md-7 pr-lg-5">
<div class="p-4 p-md-5 bg-white shadow">
<h5>Forgot Password</h5>
<form class="mt-4" method="post">
<div class="input-group mb-3">
<input type="email" class="form-control" placeholder="Enter Email Address" name="email">
<div class="input-group-append">
<div class="input-group-text">
<span class="fas fa-envelope"></span>
</div>
</div>
</div>
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Enter Username" name="username">
<div class="input-group-append">
<div class="input-group-text">
<span class="fas fa-user"></span>
</div>
</div>
</div>
<div class="col-7">
<button type="submit" class="btn btn-primary btn-block" name="ForgertPassword">Request New Password</button>
</div>
</form>
<!-- <p class="mb-0">
<a href="../signup.php" class="btn-primary">Submit</a>
</p> -->
</div>
</div>
<div class="contact-bg-logo">
<i class="fas fa-comment"></i>
</div>
</div>
</div>
</section>
<!--=================================
Contat Form -->
<!--=================================
Contat Form info -->
<!--=================================
Contat Form info-->
<!--=================================
footer-->
<?php include('../footer.php'); ?>
<!--=================================
Javascript -->
<!-- JS Global Compulsory (Do not remove)-->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper/popper.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- Page JS Implementing Plugins (Remove the plugin script here if site does not use that feature)-->
<script src="js/jquery.appear.js"></script>
<script src="js/counter/jquery.countTo.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jarallax/jarallax.min.js"></script>
<script src="js/jarallax/jarallax-video.min.js"></script>
<script src="js/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/horizontal-timeline/horizontal-timeline.js"></script>
<script src="js/shuffle/shuffle.min.js"></script>
<!-- Template Scripts (Do not remove)-->
<script src="js/custom.js"></script>
</body>
</html>