2021-01-20 20:01:46 +08:00
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > Business Login Form Responsive Widget Template :: w3layouts< / title >
<!-- Meta - Tags -->
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta charset = "utf-8" >
< meta name = "keywords" content = "Business Login Form a Responsive Web Template, Bootstrap Web Templates, Flat Web Templates, Android Compatible Web Template, Smartphone Compatible Web Template, Free Webdesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola Web Design" >
< script >
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
< / script >
<!-- //Meta - Tags -->
<!-- css files -->
2021-01-22 20:35:07 +08:00
< link rel = "stylesheet" href = "https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css" >
<!--
< link href = "static/login/css/font-awesome.min.css" rel = "stylesheet" type = "text/css" media = "all" >
-->
2021-01-20 20:01:46 +08:00
< link href = "static/login/css/style.css" rel = "stylesheet" type = "text/css" media = "all" / >
<!-- //css files -->
<!-- google fonts -->
2021-01-22 20:35:07 +08:00
< link href = "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel = "stylesheet" >
2021-01-20 20:01:46 +08:00
<!-- //google fonts -->
< / head >
< body >
< div class = "signupform" >
< div class = "container" >
<!-- main content -->
< div class = "agile_info" >
< div class = "w3l_form" >
< div class = "left_grid_info" >
< h1 > Manage Your Business Account< / h1 >
< p > Donec dictum nisl nec mi lacinia, sed maximus tellus eleifend. Proin molestie cursus sapien ac eleifend.< / p >
< img src = "static/login/images/image_login_1.jpg" alt = "" / >
< / div >
< / div >
< div class = "w3_info" >
< h2 > Login to your Account< / h2 >
< p > Enter your details to login.< / p >
< form action = "/login" method = "post" >
< label > User Name< / label >
< div class = "input-group" >
< span class = "fa fa-user" aria-hidden = "true" > < / span >
< input type = "username" placeholder = "User Name" name = "username" required = "" >
< / div >
< label > Password< / label >
< div class = "input-group" >
< span class = "fa fa-lock" aria-hidden = "true" > < / span >
< input type = "Password" placeholder = "Enter Password" name = "password" required = "" >
< / div >
<!--
< div class = "login-check" >
< label class = "checkbox" > < input type = "checkbox" name = "checkbox" checked = "" > < i > < / i > Remember me< / label >
< / div > -->
< button class = "btn btn-danger btn-block" type = "submit" > Login< / button >
< / form >
<!-- <p class="account">By clicking login, you agree to our <a href="#">Terms & Conditions!</a></p> -->
< p class = "account1" > Dont have an account? < a href = "register" > Register here< / a > < / p >
< / div >
< / div >
<!-- //main content -->
< / div >
<!-- footer -->
< div class = "footer" >
< p > © 2019 Business login form. All Rights Reserved | Design by < a href = "https://w3layouts.com/" target = "blank" > W3layouts< / a > < / p >
< / div >
<!-- footer -->
< / div >
< / body >
< / html >