<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/main.css" />
<div class="container container-table"">
<div class="row vertical-center-row">
<form class="col-md-4 form-signin col-md-offset-4 col-sm-8 col-xs-12" method='post' action='/login_check'>    <label for="inputName" class="sr-only">User Name</label>
    <input type="text" id="inputName" name='login' class="form-control" placeholder="User Name" required autofocus>
    <label for="inputPassword" class="sr-only">Password</label>
    <input type="password" id="inputPassword" name="password" class="form-control" placeholder="Password" required>
    <button class="btn btn-lg btn-primary btn-block" type="submit">Login</button>
    <a  href='recover_password' class="btn btn-lg  btn-block" type="button">Recover password</a>
</form>
</div>
</div>
