PNG %k25u25%fgd5n!
<!DOCTYPE html>
<html lang="en" dir="ltr" data-startbar="dark" data-bs-theme="light">
<head>
<meta charset="utf-8" />
<title>Forexo | Forexo - Admin & Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
<meta content="" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
</head>
<!-- Top Bar Start -->
<body>
<div class="container-fluid">
<div class="row vh-100 d-flex justify-content-center">
<div class="col-12 align-self-center">
<div class="card-body">
<div class="row">
<div class="col-md-6 col-lg-4 col-xl-3 mx-auto">
<div class="card">
<div class="card-body p-0 bg-black auth-header-box rounded-top">
<div class="text-center p-3">
<a href="index.html" class="logo logo-admin">
<img src="assets/images/logo-sm.png" height="50" alt="logo" class="auth-logo">
</a>
<h4 class="mt-3 mb-1 fw-semibold text-white fs-18">Create an account</h4>
<p class="text-muted fw-medium mb-0">Enter your detail to Create your account today.</p>
</div>
</div>
<div class="card-body pt-0">
<form class="my-4" action="index.html">
<div class="form-group mb-2">
<label class="form-label" for="username">Username</label>
<input type="text" class="form-control" id="username" name="username" placeholder="Enter username">
</div><!--end form-group-->
<div class="form-group mb-2">
<label class="form-label" for="useremail">Email</label>
<input type="email" class="form-control" id="useremail" name="user email" placeholder="Enter email">
</div><!--end form-group-->
<div class="form-group mb-2">
<label class="form-label" for="userpassword">Password</label>
<input type="password" class="form-control" name="password" id="userpassword" placeholder="Enter password">
</div><!--end form-group-->
<div class="form-group mb-2">
<label class="form-label" for="Confirmpassword">ConfirmPassword</label>
<input type="password" class="form-control" name="password" id="Confirmpassword" placeholder="Enter Confirm password">
</div><!--end form-group-->
<div class="form-group mb-2">
<label class="form-label" for="mobileNo">Mobile Number</label>
<input type="text" class="form-control" id="mobileNo" name="mobile number" placeholder="Enter Mobile Number">
</div><!--end form-group-->
<div class="form-group row mt-3">
<div class="col-12">
<div class="form-check form-switch form-switch-success">
<input class="form-check-input" type="checkbox" id="customSwitchSuccess">
<label class="form-check-label" for="customSwitchSuccess">By registering you agree to the Forexo <a href="#" class="text-primary">Terms of Use</a></label>
</div>
</div><!--end col-->
</div><!--end form-group-->
<div class="form-group mb-0 row">
<div class="col-12">
<div class="d-grid mt-3">
<button class="btn btn-primary" type="button">Log In <i class="fas fa-sign-in-alt ms-1"></i></button>
</div>
</div><!--end col-->
</div> <!--end form-group-->
</form><!--end form-->
<div class="text-center">
<p class="text-muted">Already have an account ? <a href="auth-login.html" class="text-primary ms-2">Log in</a></p>
</div>
</div><!--end card-body-->
</div><!--end card-->
</div><!--end col-->
</div><!--end row-->
</div><!--end card-body-->
</div><!--end col-->
</div><!--end row-->
</div><!-- container -->
</body>
<!--end body-->
</html>