<!DOCTYPE html>
<!--
Author: Keenthemes
Product Name: Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net Core, Rails, Spring, Blazor, Django, Flask & Laravel Admin Dashboard Theme
Purchase: https://1.envato.market/EA4JP
Website: http://www.keenthemes.com
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keenthemes
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
-->
<html
lang="en">
<!--begin::Head-->
<head><base href="../../../"/>
<title>
{% block title %}Authentification
{% endblock %}
</title>
<meta charset="utf-8"/>
<meta name="description" content="AIRTEL CRM GARBAL"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<link
rel="shortcut icon" href="{{asset('assets/media/logos/logo.png')}}"/>
<!--begin::Fonts(mandatory for all pages)-->
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/> -->
<!--end::Fonts-->
<!--begin::Global Stylesheets Bundle(mandatory for all pages)-->
<link href="{{asset('assets/plugins/global/plugins.bundle.css')}}" rel="stylesheet" type="text/css"/> <link
href="{{asset('assets/css/style.bundle.css')}}" rel="stylesheet" type="text/css"/>
<!--end::Global Stylesheets Bundle-->
</head>
<!--end::Head-->
<!--begin::Body-->
<body
id="kt_body" class="app-blank bgi-size-cover bgi-position-center bgi-no-repeat" style="font-family:Calibri Light;">
<!--begin::Theme mode setup on page load-->
<script>
var defaultThemeMode = "light";
var themeMode;
if (document.documentElement) {
if (document.documentElement.hasAttribute("data-theme-mode")) {
themeMode = document.documentElement.getAttribute("data-theme-mode");
} else {
if (localStorage.getItem("data-theme") !== null) {
themeMode = localStorage.getItem("data-theme");
} else {
themeMode = defaultThemeMode;
}
}
if (themeMode === "system") {
themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
}
document.documentElement.setAttribute("data-theme", themeMode);
}
</script>
<!--end::Theme mode setup on page load-->
<!--begin::Main-->
<!--begin::Root-->
<div
class="d-flex flex-column flex-root"> <!--begin::Page bg image-->
<style>
body {
background-image: url('assets/media/auth/bg3.jpg');
}
[data-theme="dark"] body {
background-image: url('assets/media/auth/bg3-dark.jpg');
}
</style>
<!--end::Page bg image-->
<!--begin::Authentication - Sign-in -->
<div
class="d-flex flex-column flex-column-fluid flex-lg-row">
<!--begin::Aside-->
<div
class="d-flex flex-center w-lg-50 pt-15 pt-lg-0 px-10" style="margin-top: -50px;">
<!--begin::Aside-->
<div
class="d-flex flex-center flex-lg-start flex-column">
<!--begin::Logo-->
<a href="" class="mb-10">
<img alt="Logo" src="assets/media/logos/logo_crm1.png"/>
</a>
<!--end::Logo-->
<!--begin::Title-->
<h1 class="text-white fw-normal m-0">Solution digitale d’aide à la décision pour les exploitants agricoles et pastoraux au Niger</h1>
<!--end::Title-->
</div>
<!--begin::Aside-->
</div>
<!--begin::Aside-->
<!--begin::Body-->
<div
class="d-flex flex-center w-lg-50 p-10">
<!--begin::Card-->
<div
class="card rounded-3 w-md-550px">
<!--begin::Card body-->
<div
class="card-body p-10 p-lg-20">
<!--begin::Form-->
{% block body %}{% endblock %}
<!--end::Form-->
</div>
<!--end::Card body-->
</div>
<!--end::Card-->
</div>
<!--end::Body-->
</div>
<!--end::Authentication - Sign-in-->
</div>
<!--end::Root-->
<!--end::Main-->
<!--begin::Javascript-->
<script>
history.pushState(null, null, location.href);
window.onpopstate = function () {
history.go(1);
};
</script>
<script>
var hostUrl = "{{ asset('assets/') }}";
</script>
<!--begin::Global Javascript Bundle(mandatory for all pages)--><script src="{{asset('assets/plugins/global/plugins.bundle.js')}}"> </script>
<script src="{{asset('assets/js/scripts.bundle.js')}}"></script>
<!--end::Global Javascript Bundle-->
<!--begin::Custom Javascript(used for this page only)-->
<script src="{{asset('assets/js/custom/authentication/sign-in/general.js')}}"></script>
<script src="{{asset('assets/js/custom/authentication/sign-in/two-steps.js')}}"></script>
<!--end::Custom Javascript-->
<!--end::Javascript-->
</body>
<!--end::Body-->
</html>