-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount-password-recovery.html
209 lines (187 loc) · 7.18 KB
/
account-password-recovery.html
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
<!-- SEO meta tags -->
<title>Around | Account - Password Recovery</title>
<meta name="description" content="Around - Multipurpose Bootstrap HTML Template">
<meta name="keywords" content="bootstrap, business, corporate, coworking space, services, creative agency, dashboard, e-commerce, mobile app showcase, saas, multipurpose, product landing, shop, software, ui kit, web studio, landing, light and dark mode, html5, css3, javascript, gallery, slider, touch, creative">
<meta name="author" content="Createx Studio">
<!-- Webmanifest + Favicon / App icons -->
<link rel="manifest" href="/manifest.json">
<link rel="icon" type="image/png" href="assets/app-icons/icon-32x32.png" sizes="32x32">
<link rel="apple-touch-icon" href="assets/app-icons/icon-180x180.png">
<!-- Theme switcher (color modes) -->
<script src="assets/js/theme-switcher.js"></script>
<!-- Import Google font (Inter) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" id="google-font">
<!-- Font icons -->
<link rel="stylesheet" href="assets/icons/around-icons.min.css">
<!-- Theme styles + Bootstrap -->
<link rel="stylesheet" media="screen" href="assets/css/theme.min.css">
<!-- Page loading styles -->
<style>
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .4s .2s ease-in-out;
transition: all .4s .2s ease-in-out;
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
background-color: #121519;
}
.page-loading.active {
opacity: 1;
visibility: visible;
}
.page-loading-inner {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
opacity: 0;
}
.page-loading.active > .page-loading-inner {
opacity: 1;
}
.page-loading-inner > span {
display: block;
font-family: "Inter", sans-serif;
font-size: 1rem;
font-weight: normal;
color: #6f788b;
}
[data-bs-theme="dark"] .page-loading-inner > span {
color: #fff;
opacity: .6;
}
.page-spinner {
display: inline-block;
width: 2.75rem;
height: 2.75rem;
margin-bottom: .75rem;
vertical-align: text-bottom;
background-color: #d7dde2;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner .75s linear infinite;
animation: spinner .75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
background-color: rgba(255,255,255,.25);
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes spinner {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
</style>
<!-- Page loading scripts -->
<script>
(function () {
window.onload = function () {
const preloader = document.querySelector('.page-loading')
preloader.classList.remove('active')
setTimeout(function () {
preloader.remove()
}, 1500)
}
})()
</script>
</head>
<!-- Body -->
<body>
<!-- Page loading spinner -->
<div class="page-loading active">
<div class="page-loading-inner">
<div class="page-spinner"></div>
<span>Loading...</span>
</div>
</div>
<!-- Page wrapper -->
<main class="page-wrapper">
<div class="d-flex flex-column align-items-center position-relative h-100 px-3 pt-5">
<!-- Home button -->
<a class="text-nav btn btn-icon bg-light border rounded-circle position-absolute top-0 end-0 z-2 p-0 mt-3 me-3 mt-sm-4 me-sm-4" href="index.html" data-bs-toggle="tooltip" data-bs-placement="left" title="Back to home" aria-label="Back to home">
<i class="ai-home"></i>
</a>
<!-- Content -->
<div class="mt-auto" style="max-width: 700px;">
<h1 class="pt-3 pb-2 pb-lg-3">Forgot your password?</h1>
<p class="pb-2">Change your password in three easy steps. This helps to keep your new password secure.</p>
<ul class="list-unstyled pb-2 pb-lg-0 mb-4 mb-lg-5">
<li class="d-flex mb-2">
<span class="text-primary fw-semibold me-2">1.</span>
Fill in your email address below.
</li>
<li class="d-flex mb-2">
<span class="text-primary fw-semibold me-2">2.</span>
We'll email you a temporary code.
</li>
<li class="d-flex mb-2">
<span class="text-primary fw-semibold me-2">3.</span>
Use the code to change your password on our secure website.
</li>
</ul>
<div class="card border-0 bg-primary" data-bs-theme="dark">
<form class="card-body">
<div class="mb-4">
<div class="position-relative">
<i class="ai-mail fs-lg position-absolute top-50 start-0 translate-middle-y text-light opacity-80 ms-3"></i>
<input class="form-control form-control-lg ps-5" type="email" placeholder="Email address" required>
</div>
</div>
<button class="btn btn-light" type="submit">Get new password</button>
</form>
</div>
</div>
<!-- Copyright -->
<p class="nav w-100 fs-sm pt-5 mt-auto mb-5" style="max-width: 700px;"><span class="text-body-secondary">© All rights reserved. Made by</span><a class="nav-link d-inline-block p-0 ms-1" href="https://createx.studio/" target="_blank" rel="noopener">Createx Studio</a></p>
</div>
</main>
<!-- Back to top button -->
<a class="btn-scroll-top" href="#top" data-scroll aria-label="Scroll back to top">
<svg viewBox="0 0 40 40" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="19" fill="none" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></circle>
</svg>
<i class="ai-arrow-up"></i>
</a>
<!-- Bootstrap + Theme scripts -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>