-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreset-your password.html
More file actions
124 lines (107 loc) · 6.52 KB
/
reset-your password.html
File metadata and controls
124 lines (107 loc) · 6.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Flexxi-Reset-your-Password</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Shreethemes" />
<meta name="email" content="" />
<meta name="website" content="" />
<meta name="Version" content="v3.2.0" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
<!-- Main Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader -->
<!-- <div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div> -->
<!-- Loader -->
<!-- Navbar STart -->
<header id="topnav" class="defaultscroll sticky col-12 px-5 py-3">
<div class="container-fluid d-flex justify-content-between flex-wrap align-items-center">
<!-- Logo container-->
<a class="logo text-light d-inline-flex align-items-center " href="index.html">
<img src="images/logo.png" height="60" class="logo-light-mode ml-5" alt="">
<!-- <img src="images/logo-light.png" height="24" class="logo-dark-mode" alt=""> -->
</a>
<div>
<a href="index.html" target="_blank" class="text-secondary ml-5 cancel">Cancel</a>
</div>
<!-- End Logo container-->
</div><!--end container-->
</header><!--end header-->
<!-- Navbar End -->
<!-- Hero Start -->
<section class="cover-user bg-grey">
<div class="container-fluid px-0">
<div class="row g-0 position-relative d-flex justify-content-center">
<div class="col-lg-5 cover-my-30 cover-my order-2">
<div class=" cover-user-image d-flex align-items-center reset-form">
<div class="row padding-top">
<div class="col-12">
<div class="card login-page border-0" style="z-index: 1">
<div class="card-body">
<h2 class="card-title text-left">Reset Your Password</h2>
<h4 class="card-title text-left">Enter a new password</h4>
<form class="login-form mt-4">
<div class="row">
<div class="col-md-12">
<div class="mb-3">
<label class="form-label">Password <span class="text-danger">*</span></label>
<div class="form-icon position-relative">
<input type="password" class="form-control" placeholder="Type Your Password" required="">
<p class="mb-0"><small class="text-secondary me-2">Must be atleast 6 characters and in lowercase</small></p>
</div>
</div>
</div><!--end col-->
<div class="col-md-12">
<div class="mb-3">
<label class="form-label">Password <span class="text-danger">*</span></label>
<div class="form-icon position-relative">
<input type="password" class="form-control" placeholder="Type Your Password" required="">
<p class="mb-0"><small class="text-secondary me-2">Must be atleast 6 characters and in lowercase</small></p>
</div>
</div>
</div><!--end col-->
<div class="col-lg-12 mb-0">
<div class="d-grid">
<button class="btn btn-primary"><a href="login.html" class="text-light">save</a></button>
</div>
</div><!--end col-->
</div><!--end row-->
</form>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div> <!-- end about detail -->
</div> <!-- end col -->
</div><!--end row-->
</div><!--end container fluid-->
</section><!--end section-->
<!-- Hero End -->
<!-- javascript -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/plugins.init.js"></script><!--Note: All init js like tiny slider, counter, countdown, maintenance, lightbox, gallery, swiper slider, aos animation etc.-->
<script src="js/app.js"></script><!--Note: All important javascript like page loader, menu, sticky menu, menu-toggler, one page menu etc. -->
</body>
</html>