This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
@@ -0,0 +1,67 @@
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
include ../../components/taptop
// page-wrapper Start
.page-wrapper
.container-fluid.p-0
.row
.col-12
.login-card
div
div
a.logo(href="index.html")
img.img-fluid.for-light(src="../assets/images/logo/logo.png" alt="looginpage" )
img.img-fluid.for-dark(src="../assets/images/logo/logo_dark.png" alt="looginpage" )
.login-main
form.theme-form
h4 Reset Your Password
.form-group
label.col-form-label Enter Your Mobile Number
.row
.col-4.col-sm-3
input.form-control.mb-1(type='text', value='+ 91')
.col-8.col-sm-9
input.form-control.mb-1(type='tel', value='000-000-0000')
.col-12
.text-end
button.btn.btn-primary.btn-block.m-t-10(type='submit') Send
.mt-4.mb-4
span.reset-password-link
| If don't receive OTP?  
a.btn-link.text-danger(href='#') Resend
.form-group
label.col-form-label.pt-0 Enter OTP
.row
.col
input.form-control.text-center.opt-text(type='text', value='00', maxlength='2')
.col
input.form-control.text-center.opt-text(type='text', value='00', maxlength='2')
.col
input.form-control.text-center.opt-text(type='text', value='00', maxlength='2')
h6.mt-4 Create Your Password
.form-group
label.col-form-label New Password
.form-input.position-relative
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
.show-hide
span.show
.form-group
label.col-form-label Retype Password
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
.form-group.mb-0
.checkbox.p-0
input#checkbox1(type='checkbox')
label.text-muted(for='checkbox1') Remember password
button.btn.btn-primary.btn-block.w-100(type='submit') Done
p.mt-4.mb-0.text-center Already have an password?
a.ms-2(href="login.html") Sign in
include ../../components/footer-files