"Forgot password forget password"
Bootstrap 4.1.1 Snippet by nileshkardate

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="https://scocre.com/assets/img/forgot.png" class="img-fluid" alt="">
</div>
<div class="col-md-9" style="padding-top:100px">
<h2 class="font-weight-light">Forgot your password?</h2>
Not to worry. Just enter your email address below and we'll send you an instruction email for recovery.
<form target="_blank" action="https://www.samacharvideo.com" class="mt-3">
<input class="form-control form-control-lg" type="email" placeholder="Your email address">
<div class="text-right my-3">
<button type="submit" class="btn btn-lg btn-success">Reset Password</button>
</div>
</form>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: