

<html>
  <head lang="en">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
    <title>ARA</title>
    <link rel="apple-touch-icon" sizes="57x57" href="/static/img/ico/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/static/img/ico/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/static/img/ico/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/static/img/ico/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/static/img/ico/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/static/img/ico/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/static/img/ico/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/static/img/ico/apple-touch-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/static/img/ico/apple-touch-icon-180x180.png">
    <link rel="icon" type="image/png" href="/static/img/ico/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/static/img/ico/favicon-194x194.png" sizes="194x194">
    <link rel="icon" type="image/png" href="/static/img/ico/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="/static/img/ico/android-chrome-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="/static/img/ico/favicon-16x16.png" sizes="16x16">
    <link rel="manifest" href="/static/img/ico/manifest.json">
    <meta name="msapplication-TileColor" content="#2b5797">
    <meta name="msapplication-TileImage" content="/static/img/ico/mstile-144x144.png">
    <meta name="theme-color" content="#ffffff">

    <!-- CSS  -->
    <link rel="stylesheet" href="/static/css/bootstrap.min.css">
    <link href="/static/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
    <!-- styles -->
    <script type="text/javascript">
      // DEAR USER, PLEASE DO NOT DISCLOSE THIS SECRET SECURITY TOKEN
      var csrftoken = "1749305047##2614f0d6a541049520540345aff62f361ca32814";
    </script>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js">
    </script>
    <script src="https://apis.google.com/js/client:platform.js?onload=start" async defer>
    </script>
  </head>
  <body id="login_body">
    <div class="login-sec">
      <div class="card card-container">
        <img id="profile-img" class="profile-img-card" src="/static/img/PropertyServices_Full_Colour_Dark.png" />
        <p id="profile-name" class="profile-name-card"></p>
        <form class="form-signin" method=post action="/">
          <span id="reauth-email" class="reauth-email"></span>
          <input type="text" id="email" name="email" class="form-control"  placeholder="Username" autofocus>
          <input type="password" id="password" name="password" class="form-control" placeholder="Password">
          <input type="hidden" name="csrf_token" value="1749305047##2614f0d6a541049520540345aff62f361ca32814" />
          <button class="btn btn-lg btn-primary btn-block btn-signin" type="submit">Login</button>

        </form>
      </div>
    </div>
  </body>
</html>