Blame view

mustache/app/views/pages/partials/login/forgot_box.mustache 1.06 KB
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  <div id="forgot-box" class="forgot-box widget-box no-border">
  
  	<div class="widget-body">
  	 <div class="widget-main">
  		<h4 class="header red lighter bigger"><i class="ace-icon fa fa-key"></i> Retrieve Password</h4>
  		
  		<div class="space-6"></div>
  		
  		<p>
  			Enter your email and to receive instructions
  		</p>
  		<form>
  			 <fieldset>
  				<label class="block clearfix">
  					<span class="block input-icon input-icon-right">
  						<input type="email" class="form-control" placeholder="Email" />
  						<i class="ace-icon fa fa-envelope"></i>
  					</span>
  				</label>
  
  				<div class="clearfix">
  					<button type="button" class="width-35 pull-right btn btn-sm btn-danger">
  						<i class="ace-icon fa fa-lightbulb-o"></i>
  						<span class="bigger-110">Send Me!</span>
  					</button>
  				</div>
  			  </fieldset>
  		</form>
  	 </div><!-- /.widget-main -->
  	
  
  	 <div class="toolbar center">
  		<a href="#" data-target="#login-box" class="back-to-login-link">Back to login <i class="ace-icon fa fa-arrow-right"></i></a>
  	 </div>
  	</div><!-- /.widget-body -->
  
  </div><!-- /.forgot-box -->