<div class="lightbox gone"></div>

<section class="login modal box gone">
  <h3>
    Gimme your credentials
    <s class="spinner right gone"></s>
    <a href="#" class="close ss-delete"></a>
  </h3>

  <p>
    Log in below to your Nodejitsu account and start rocking.
    Or <a href="/signup">sign up</a> if you have no account yet.
  </p>

  <div data-pagelet="notice"></div>
  <form method="POST" action="/signin">
    <input type="hidden" name="redirect">
    <label>
      Username
      <input name="username" placeholder="username" autofocus="autofocus" />
    </label>

    <label>
      Password
      <input name="password" placeholder="password" type="password" />
    </label>

    <span data-pagelet="submit"></span>

    <a href="#" class="forgotten">Forgot password?</a>
  </form>
</section>

<script type="plates/cortex" id="plates-forgot">
  <h3>
    Forgot your password?
    <a href="#" class="close ss-delete"></a>
  </h3>

  <p>Tell us your username and we will reset it for you.</p>

  <div data-pagelet="error"></div>
  <div data-pagelet="success"></div>

  <form method="POST" action="/forgot">
    <label>
      Username
      <input name="username" placeholder="username" autofocus="autofocus" />
    </label>

    <section data-pagelet="password"></section>
  </form>
</script>