MIF_E31222756/template/DB/page-lock-screen.html

102 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lock Screen | Adminox - Responsive Bootstrap 4 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" id="bootstrap-stylesheet" />
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="app-stylesheet" />
</head>
<body class="authentication-bg bg-primary authentication-bg-pattern d-flex align-items-center pb-0 vh-100">
<div class="home-btn d-none d-sm-block">
<a href="index.html"><i class="fas fa-home h2 text-white"></i></a>
</div>
<div class="account-pages w-100 mt-5 mb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<div class="card mb-0">
<div class="card-body p-4">
<div class="account-box">
<div class="account-logo-box">
<div class="text-center">
<a href="index.html">
<img src="assets/images/logo-dark.png" alt="" height="30">
</a>
</div>
</div>
<div class="account-content mt-4">
<div class="text-center mb-3">
<div class="mb-3">
<img src="assets/images/users/avatar-5.jpg" class="rounded-circle img-thumbnail avatar-lg" alt="thumbnail">
</div>
<p class="text-muted mb-0 font-13">Enter your password to access the admin. </p>
</div>
<form class="form-horizontal" action="#">
<div class="form-group row">
<div class="col-12">
<label for="password">Password</label>
<input class="form-control" type="password" required="" id="password" placeholder="Enter your password">
</div>
</div>
<div class="form-group row text-center mt-2">
<div class="col-12">
<button class="btn btn-md btn-block btn-primary waves-effect waves-light" type="submit">Log In</button>
</div>
</div>
</form>
<div class="clearfix"></div>
<div class="row mt-3">
<div class="col-sm-12 text-center">
<p class="text-muted mb-0">Not you? return<a href="page-login.html" class="text-dark ml-1"><b>Sign In</b></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end card-body -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>