You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1.5 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/Account.Master" AutoEventWireup="true" CodeBehind="ForgetPassword.aspx.cs" Inherits="JMEAgentSystem.WebPages.Account.ForgetPassword" %>
<asp:Content ID="Content1" ContentPlaceHolderID="AccountContent" runat="server">
<div class="panel panel-color panel-primary panel-pages">
<div class="panel-body">
<h3 class="text-center m-t-0 m-b-15"><span>
<img src="../../ui/images/jme.png" class="img-responsive" /></span></h3>
<h4 class="text-muted text-center m-t-0"><b>Reset Password</b></h4>
<div class="form-horizontal m-t-20">
<div class="alert alert-info alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Enter your <b>Email</b> and instructions will be sent to you!
</div>
<div class="form-group">
<div class="col-xs-12">
<input class="form-control" type="email" required="" placeholder="Email">
</div>
</div>
<div class="form-group text-center m-t-30 m-b-0">
<div class="col-xs-12">
<button class="btn btn-primary btn-block btn-lg waves-effect waves-light" type="submit">Send Mail</button>
</div>
</div>
</div>
</div>
</div>
</asp:Content>