<!DOCTYPE html>

<!-- version 3.5.5 -->

<html lang="cs">
<head>
<link rel="icon" type="image/png" href="data/img/default.png">
<meta charset="UTF-8">
<script src="/View/jquery-3.4.0.min.js"></script>
<script src="/View/bootstrap/js/bootstrap.min.js"></script>


<link href="/View/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/View/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/View/fonts/font-awesome/css/all.min.css" rel="stylesheet">
<link href="/View/css/main.css" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="Author" content="sm@etana.cz">

<title>Administrace - admin.simplycontrol.cz</title>
</head>
<body  style="height: 100%">
<br><br><br>
<center><img src="https://admin.simplycontrol.cz/img/sclogo.png"></center>
<br>
<div class="container-fluid">
    <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 white-frame" style="margin-top: 4em; background-color: #fcfcfcc4;">
        <form class="form-signin" method="post" action="/login">
            <h2 class="form-signin-heading">přihlášení</h2>
            <label for="inputText" class="sr-only">email</label>
            <input type="text" id="inputLogin" class="form-control input-lg" placeholder="email" name="mail" required autofocus>
            <label for="inputPassword" class="sr-only">heslo</label>
            <input type="password" id="inputPassword" class="form-control input-lg" placeholder="heslo" name="password" required>
<br><br>
            <button class="btn btn-lg btn-primary btn-block" type="submit">přihlásit</button>
        </form>
<br><div style="color:red; text-align: center; width: 100%"></div><br>
    </div>
</div>
<!-- /container -->

</body>
</html>
