38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
-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
|
|
form.theme-form.login-form
|
|
h4.mb-3 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 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 Don't have account?
|
|
a.ps-2(href="sign-up.html") Create Account
|
|
// page-wrapper end
|
|
include ../../components/footer-files |