"Forgot password forget password"
Bootstrap 4.1.1 Snippet by nileshkardate

<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>

Related: See More


Questions / Comments: