File: /mnt/data/smarthr-co-in/demo/codeigniter/template/app/Views/email-verification-2.php
<?= $this->extend('layouts/mainlayout') ?>
<?= $this->section('content') ?>
<!-- ========================
Start Page Content
========================= -->
<div class="container-fuild">
<div class="w-100 overflow-hidden position-relative flex-wrap d-block vh-100">
<div class="row">
<div class="col-lg-5">
<div class="d-lg-flex align-items-center justify-content-center d-none flex-wrap vh-100 bg-primary-transparent">
<div>
<img src="<?php echo base_url(); ?>assets/img/bg/authentication-bg-05.svg" alt="Img">
</div>
</div>
</div>
<div class="col-lg-7 col-md-12 col-sm-12">
<div class="row justify-content-center align-items-center vh-100 overflow-auto flex-wrap ">
<div class="col-md-7 mx-auto p-4">
<form action="<?php echo base_url(); ?>reset-password-2" class="digit-group">
<div>
<div class=" mx-auto mb-5 text-center">
<img src="<?php echo base_url(); ?>assets/img/logo.svg"
class="img-fluid" alt="Logo">
</div>
<div class="">
<div class="text-center mb-3">
<h2 class="mb-2">Email OTP Verification</h2>
<p class="mb-0">Please enter the OTP received to confirm your account ownership. A code has been send to ******[email protected]</p>
</div>
<div class="text-center otp-input">
<div class="d-flex align-items-center mb-3">
<input type="text" class=" rounded w-100 py-sm-3 py-2 text-center fs-26 fw-bold me-3" id="digit-1" name="digit-1" data-next="digit-2" maxlength="1">
<input type="text" class=" rounded w-100 py-sm-3 py-2 text-center fs-26 fw-bold me-3" id="digit-2" name="digit-2" data-next="digit-3" data-previous="digit-1" maxlength="1">
<input type="text" class=" rounded w-100 py-sm-3 py-2 text-center fs-26 fw-bold me-3" id="digit-3" name="digit-3" data-next="digit-4" data-previous="digit-2" maxlength="1">
<input type="text" class=" rounded w-100 py-sm-3 py-2 text-center fs-26 fw-bold" id="digit-4" name="digit-4" data-next="digit-5" data-previous="digit-3" maxlength="1">
</div>
<div>
<div class="badge bg-danger-transparent mb-3">
<p class="d-flex align-items-center "><i class="ti ti-clock me-1"></i>09:59</p>
</div>
<div class="mb-3 d-flex justify-content-center">
<p class="text-gray-9">Didn't get the OTP? <a href="javascript:void(0);" class="text-primary">Resend OTP</a></p>
</div>
</div>
</div>
<div class="mb-3">
<button type="submit" class="btn btn-primary w-100">Verify & Proceed</button>
</div>
</div>
<div class="mt-5 text-center">
<p class="mb-0 text-gray-9">Copyright © 2024 - Smarthr</p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ========================
End Page Content
========================= -->
<?= $this->endSection() ?>