<div class="viewport-content scroll">
<div class="content-main container-fluid">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<!-- USE HTML FROM HERE ONLY -->
<div class="content-wrapper">
<div class="state start" data-state="auth">
<h1>Welcome to PAA Alliance app</h1>
<p>Authenticate your email address below to gain access to the app.</p>
<div class="form-group">
<input type="email" name="verify-email" class="form-control" id="verify_email" placeholder="Enter your email">
<p class="email-error">Please enter a valid email.</p>
</div>
<button class="buttonControl ui-button link-button-primary verify-identity" id="">Authenticate</button>
<button class="buttonControl ui-button link-text have-code">I already have a pin code</button>
</div>
<div class="state future" data-state="verify-code">
<h2>Verify your email address</h2>
<p>Enter the pin code that was sent to <span id="input-email">[email protected]</span>.</p>
<div class="form-group input-wrapper">
<input type="text" id="verify_pin" class="form-control" placeholder="Enter pin code" />
<span class="glyphicon glyphicon-chevron-left back"></span>
<p class="pin-error">You entered the wrong pin code or it might have expired.<br>Try again or tap <i>Resend pin code</i>.</p>
</div>
<button class="buttonControl ui-button link-button-primary verify-code">Verify</button>
<button class="buttonControl ui-button link-text resend-code">Resend pin code</button>
<p class="pin-resent text-success">A new pin code was sent to your email.</p>
</div>
<div class="state future" data-state="confirmation">
<h1>Welcome to PAA Alliance app</h1>
<p>You have been authenticated and you can...