File: /mnt/data/smarthr-co-in/demo/tailwind/template/src/register-3.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="description" content="Smarthr - Bootstrap Admin Template">
<meta name="keywords" content="admin, estimates, bootstrap, business, html5, responsive, Projects">
<meta name="author" content="Dreams technologies - Bootstrap Admin Template">
<meta name="robots" content="noindex, nofollow">
<title>Smarthr Admin Template</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<!-- Feather CSS -->
<link rel="stylesheet" href="assets/plugins/icons/feather/feather.css">
<!-- Flowbite CSS -->
<link rel="stylesheet" href="assets/css/flowbite.min.css">
<!-- Tabler Icon CSS -->
<link rel="stylesheet" href="assets/plugins/tabler-icons/tabler-icons.min.css">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="../dist/style.css">
</head>
<body class="bg-[linear-gradient(115.43deg,_#FFFFFF_0.45%,_#FFF3ED_100%)]">
<div id="global-loader" style="display: none;">
<div class="page-loader"></div>
</div>
<!-- Main Wrapper -->
<div class="main-wrapper">
<div class="container-fuild">
<div class="w-full overflow-hidden relative block h-screen">
<div class="grid grid-cols-1 lg:grid-cols-1 gap-x-6 w-full">
<div class="lg:col-span-7 overflow-auto">
<div class="max-w-md mx-auto">
<div class="w-full h-screen">
<form action="index.html" class="h-screen">
<div class="h-screen flex flex-col justify-between p-6 pb-0">
<div class=" mx-auto mb-8 text-center">
<img src="assets/img/logo.svg"
class="img-fluid mx-auto" alt="Logo">
</div>
<div class="">
<div class="text-center mb-3">
<h2 class="mb-2">Sign In</h2>
<p class="mb-0">Please enter your details to sign in</p>
</div>
<div class="mb-3">
<label class="block mb-1 text-sm leading-normal font-medium text-title">Name</label>
<div class="relative">
<input type="text" class="bg-white border-borderColor text-gray-900 text-sm rounded-input block w-full py-2 px-2.5 h-[38px] placeholder:text-gray-400">
<span class="absolute top-[10px] right-[10px] border-start-0">
<i class="ti ti-user"></i>
</span>
</div>
</div>
<div class="mb-3">
<label class="block mb-1 text-sm leading-normal font-medium text-title">Email Address</label>
<div class="relative">
<input type="email" class="bg-white border-borderColor text-gray-900 text-sm rounded-input block w-full py-2 px-2.5 h-[38px] placeholder:text-gray-400">
<span class="absolute top-[10px] right-[10px] border-start-0">
<i class="ti ti-mail"></i>
</span>
</div>
</div>
<div class="mb-3 ">
<label class="block mb-1 text-sm leading-normal font-medium text-title">Password</label>
<div class="pass-group relative">
<input type="password" class="pass-input form-control bg-white border-borderColor text-gray-900 text-sm rounded-input block w-full py-2 px-2.5 h-[38px] placeholder:text-gray-400">
<div class="absolute inset-y-0 end-2 flex items-center">
<span class="ti toggle-password ti-eye-off text-base leading-normal"></span>
</div>
</div>
</div>
<div class="mb-3 ">
<label class="block mb-1 text-sm leading-normal font-medium text-title">Confirm Password</label>
<div class="pass-group relative">
<input type="password" class="pass-inputs form-control bg-white border-borderColor text-gray-900 text-sm rounded-input block w-full py-2 px-2.5 h-[38px] placeholder:text-gray-400">
<div class="absolute inset-y-0 end-2 flex items-center">
<span class="ti toggle-passwords ti-eye-off text-base leading-normal"></span>
</div>
</div>
</div>
<div class="flex items-center justify-between mb-3">
<div class="flex items-center">
<div class="form-check form-check-md mb-0">
<input class="size-4 bg-white border border-borderColor rounded text-primary focus:ring-0" type="checkbox">
<label class="text-dark mt-0 ml-2">
Agree to <span class="text-primary">Terms & Privacy</span>
</label>
</div>
</div>
</div>
<div class="mb-3">
<button type="submit" class="btn btn-primary w-full bg-primary text-white">Sign In</button>
</div>
<div class="text-center">
<h6 class="font-normal text-dark mb-0">Already have an account?
<a href="login.html" class="hover-a text-primary"> Sign In</a>
</h6>
</div>
<div class="login-or relative text-center my-1 py-2 before:border-t before:border-borderColor before:w-full before:absolute before:left-[0px] before:top-[17px]">
<span class="bg-white relative inline-block px-3 z-1">Or</span>
</div>
<div class="mt-2">
<div class="flex items-center justify-center flex-wrap">
<div class="text-center me-2 flex-1">
<a href="javascript:void(0);"
class="br-10 p-2 btn bg-info flex items-center justify-center">
<img class="img-fluid m-1" src="assets/img/icons/facebook-logo.svg" alt="Facebook">
</a>
</div>
<div class="text-center me-2 flex-1">
<a href="javascript:void(0);"
class="br-10 p-2 btn bg-outline-light border flex items-center justify-center">
<img class="img-fluid m-1" src="assets/img/icons/google-logo.svg" alt="Facebook">
</a>
</div>
<div class="text-center flex-1">
<a href="javascript:void(0);"
class="bg-dark br-10 p-2 btn bg-dark flex items-center justify-center">
<img class="img-fluid m-1" src="assets/img/icons/apple-logo.svg" alt="Apple">
</a>
</div>
</div>
</div>
</div>
<div class="mt-8 pb-4 text-center">
<p class="mb-0 text-gray-9">Copyright © 2024 - Smarthr</p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Main Wrapper -->
<!-- jQuery -->
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!-- Flowbite JS -->
<script src="assets/js/flowbite.min.js"></script>
<!-- Feather Icon JS -->
<script src="assets/js/feather.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/script.js"></script>
</body>
</html>