<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head xmlns="http://www.w3.org/1999/xhtml">
  <meta charset="utf-8" />

  <!-- jquery has no associated stylesheet. -->
  <link rel="stylesheet" href="/styles/bootstrap.min.css" />
  <link rel="stylesheet" href="/styles/bootstrap-theme.min.css" />
  <link rel="stylesheet" href="/styles/main.css" />
  <link rel="stylesheet" href="/styles/font.css" />
  <link rel="stylesheet" href="/styles/background.css" />

  <link rel="shortcut icon" type="image/png" href="/dashboard_images/favicon-16x16.png" />

  <script src="/bower_components/jquery-3.3.1.min.js"></script>
  <script src="/bower_components/bootstrap.min.js"></script>
  <!-- A custom script would go here. -->

  <title>Constructionomics</title>
</head>
<body>

<div xmlns="http://www.w3.org/1999/xhtml">
  <div class="row logo-container">
      <img alt="logo" style="float:right; height: 100%; max-height: 120px; margin-right: 10px" src="/dashboard_images/logo-400h.png" />
      <div class="clear-floats"></div>
  </div>
</div>

<form class="container cp-form" method="post" action="/login">

  <div class="row">
    <div class="col-sm-6 cp-form__form-fields">

      <div class="form-group construction-form__entry construction-form__entry__small-margin-below">
        <label class="control-label">Email:</label>
        <input class="form-control" name="username" type="text" />
      </div>
      <div class="form-group construction-form__entry construction-form__entry__small-margin-below">
        <label class="control-label">Password:</label>
        <input class="form-control" name="password" type="password" />
      </div>
      <div class="form-group construction-form__entry">
        <button class="btn btn-default" type="submit">Sign In</button>
      </div>
      <a href="/forgot">Forgotten your password?</a>

    </div>
    <div class="col-sm-6 cp-form__form-narrative">

      
      
      
      
      

      

      <h1 class=".form-narrative__title">Welcome to Constructionomics</h1>
      <p>Welcome to the Constructionomics log&#8209;in page. Please sign&#8209;in using your e&#8209;mail address and password.</p>

    </div>
  </div>

<input type="hidden" name="_csrf" value="5afa8971-e270-4a94-8d17-80d3c2483727" /></form>


</body></html>