2018-01-07 04:55:48 +10:00
|
|
|
<div class="col-md-offset-4 col-md-4 col-lg-offset-4 col-lg-4" style="padding-top: 100px" >
|
|
|
|
<form class="form-signin" action="login_action" method="post" role="form" data-toggle="validator">
|
|
|
|
<input type="hidden" name="frm_referringUrl" value="{{referringUrl}}">
|
|
|
|
<h2 class="form-signin-heading">Please sign in</h2>
|
|
|
|
<div class="form-group">
|
2018-01-22 06:10:00 +10:00
|
|
|
<input type="email" name="email" class="form-control" placeholder="email address" required autofocus>
|
2018-01-07 04:55:48 +10:00
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2018-01-22 06:10:00 +10:00
|
|
|
<input type="password" name="password" class="form-control" placeholder="Password" required>
|
2018-01-07 04:55:48 +10:00
|
|
|
</div>
|
|
|
|
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
|
|
|
|
</form>
|
|
|
|
</div>
|