HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/pages/theme/login_two.pug
doctype html
html(lang='en')
    include ../../components/header-files
    body
        include ../../components/loader       

        // page-wrapper Start
        section
          .container-fluid
            .row
              .col-xl-5
                  img.bg-img-cover.bg-center(src="../assets/images/login/3.jpg" alt="looginpage" )
              .col-xl-7.p-0     
                .login-card
                  form.theme-form.login-form
                    h4 Login
                    h6 Welcome back! Log in to your account.
                    .form-group
                      label Email Address
                      .input-group
                        span(class="input-group-text")
                          i.icon-email
                        input.form-control(type='email', required='' placeholder='[email protected]')
                    .form-group
                      label 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
                      .checkbox
                        input#checkbox1(type='checkbox')
                        label.text-muted(for='checkbox1') Remember password
                      a.link(href='forget-password.html') Forgot password?
                    .form-group
                      a.btn.btn-primary.btn-block(href='index.html' type='submit') Sign in
                    .login-social-title                 
                      h5 Sign in with
                    .form-group
                      ul.login-social
                        li
                          a(href='https://www.linkedin.com/login' target='_blank')
                            i(data-feather="linkedin")
                        li
                          a(href='https://www.linkedin.com/login' target='_blank')
                            i(data-feather="twitter")
                        li
                          a(href='https://www.linkedin.com/login' target='_blank')
                            i(data-feather="facebook")
                        li
                          a(href='https://www.instagram.com/login' target='_blank')
                            i(data-feather="instagram")                   
                    p Don't have account?
                      a.ms-2(href="sign-up.html") Create Account
        // page-wrapper end

        include ../../components/footer-files