<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="Plateforme affiliation">
    <meta name="author" content="VIATORI SAS">
    <title></title>
    <!-- Favicon Icon -->
    <link rel="icon" type="image/png" href="http://easydashboard.fr/img/favicon.png">
    <!-- Bootstrap core CSS-->
    <link href="http://easydashboard.fr/css/mix.css" rel="stylesheet">
</head>
<body class="login-main-body">
<section class="login-main-wrapper">
    <div class="container-fluid pl-0 pr-0">
        <div class="row no-gutters">
            <div class="col-md-5 p-5 bg-white full-height">
                <div class="login-main-left">
                    <div class="text-center mb-5 login-main-left-header pt-4">
                        <img src="http://easydashboard.fr/img/favicon.png" class="img-fluid" alt="LOGO">
                        <h5 class="mt-3 mb-3">Welcome to affil.io</h5>
                        <p>Plateforme d'Affiliation <br> ZERO BULLSHIT</p>
                    </div>
                    <form action="http://easydashboard.fr/index.php/login">
                        <div class="form-group">
                            <input id="email" type="email" class="form-control" placeholder="john@doe.com" name="email" value="" required autofocus>

                                                    </div>
                        <div class="form-group">
                            <label>Password</label>
                            <input id="password" type="password" class="form-control" placeholder="Mot de passe" name="password" required>
                                                    </div>
                        <div class="mt-4">
                            <div class="row">
                                <div class="col-12">
                                    <button type="submit" class="btn btn-outline-primary btn-block btn-lg">Connexion</button>
                                </div>
                            </div>
                        </div>
                    </form>
                    <div class="text-center mt-5">
                        <p class="light-gray">Pas encore de compte ? <a href="http://easydashboard.fr/index.php/register">Enregistrez-vous</a></p>
                    </div>
                </div>
            </div>
            <div class="col-md-7">
                <div class="login-main-right bg-white p-5 mt-5 mb-5">
                    <div class="owl-carousel owl-carousel-login">
                        <div class="item">
                            <div class="carousel-login-card text-center">
                                <img src="http://easydashboard.fr/img/login.png" class="img-fluid" alt="LOGO">
                                <h5 class="mt-5 mb-3">​Watch videos offline</h5>
                                <p class="mb-4">when an unknown printer took a galley of type and scrambled<br> it to make a type specimen book. It has survived not <br>only five centuries</p>
                            </div>
                        </div>
                        <div class="item">
                            <div class="carousel-login-card text-center">
                                <img src="http://easydashboard.fr/img/login.png" class="img-fluid" alt="LOGO">
                                <h5 class="mt-5 mb-3">Download videos effortlessly</h5>
                                <p class="mb-4">when an unknown printer took a galley of type and scrambled<br> it to make a type specimen book. It has survived not <br>only five centuries</p>
                            </div>
                        </div>
                        <div class="item">
                            <div class="carousel-login-card text-center">
                                <img src="http://easydashboard.fr/img/login.png" class="img-fluid" alt="LOGO">
                                <h5 class="mt-5 mb-3">Create GIFs</h5>
                                <p class="mb-4">when an unknown printer took a galley of type and scrambled<br> it to make a type specimen book. It has survived not <br>only five centuries</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- Bootstrap core JavaScript-->
<script src="http://easydashboard.fr/vendor/jquery/jquery.min.js"></script>
<script src="http://easydashboard.fr/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="http://easydashboard.fr/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Owl Carousel -->
<script src="http://easydashboard.fr/vendor/owl-carousel/owl.carousel.js"></script>
<!-- Custom scripts for all pages-->
<script src="http://easydashboard.fr/js/custom.js"></script>
</body>
</html>