booking/assets/pug/pages/theme/forget-password.pug
2025-03-24 22:58:00 +03:00

62 lines
2.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-var sweetalert2 = true ;
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
// page-wrapper Start
section
.container-fluid.p-0
.row.m-0
.col-12.p-0
.login-card
.login-main
form.theme-form.login-form
h4.mb-3 Reset Your Password
.form-group
label Enter Your Mobile Number
.row
.col-4.col-sm-3
input.form-control(type='text', value='+ 91')
.col-8.col-sm-9
input.form-control(type='tel', value='000-000-0000')
.form-group
button.btn.btn-primary.btn-block(type='submit') Send
.form-group
span.reset-password-link
| If don't receive OTP?  
a.btn-link.text-danger(href='javascript:void(0)') Resend
.form-group
label 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 Create Your Password
.form-group
label New Password
.input-group
span(class="input-group-text")
i.icon-lock
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
.show-hide
span.show
.form-group
label Retype Password
.input-group
span(class="input-group-text")
i.icon-lock
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
.form-group
.checkbox
input#checkbox1(type='checkbox')
label.text-muted(for='checkbox1') Remember password
.form-group
button.btn.btn-primary.btn-block(type='submit') Done
p Already have an password?
a.ms-2(href="login.html") Sign in
// page-wrapper end
include ../../components/footer-files