<html>
  <head>
    <title>Squarespace Dataviz - Login</title>
    <style>
      body {
        background-color: white;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      #logo {
        width: 100%;
        text-align: center;
        margin-bottom: -100px;
      }
      h1 {
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: black;
      font-weight: 300;
      font-size: 18px;
      bottom: 50px;
      width: 100%;
      text-align: center;
    }
    #login_form {
      width: 196px;
      margin: 100px auto;
    }

    #login_form div {
      height: 35px;
      margin-bottom: 5px;
    }
    #login_form label {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 1px;

    }
    #login_form input[type=submit] {
      float: right;
    }
    .error {
      padding: 4px 14px;
      z-index: 30010;
      font-family: 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-size: 11px;
      line-height: 17px;
      max-width: 300px;
      list-style-type: none;
    }

    </style>
  </head>
  <body>
    <!--<div id="logo"><img src="http://bizpipe.nyc.squarespace.net/dataviz/images/squarespace-logo-symbol-black.png"></div>-->
    <h1>DATAVIZ</h1>

    <div id="login_form">
  
      <form method="POST" action="/auth/">
        <ul class=errors>
          
          
        </ul>
        <input id="csrf_token" name="csrf_token" type="hidden" value="1395095567.32##f5eb3c64b676b58791d7c6f475c36a69b754b644">
        <div>
          <label for="username">username</label> <input id="username" name="username" size="20" type="text" value="">
        </div>
        <div>
          <label for="password">password</label> <input id="password" name="password" size="20" type="password" value="">
        </div>
        <input id="redirect" name="redirect" type="hidden" value="/services/rss.xml">
        <input type="submit" value="Login">
      </form>
    </div>
    <script type="text/javascript">
    document.getElementById("username").focus();
    </script>
  </body>
</html>