<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Procfin web banking - management platform" />
<meta name="author" content="Procfin SA" />
<link rel="stylesheet" href="{{ asset('/assets/css/bootstrap-v5-3-3.min.css') }}">
<link rel="stylesheet" href="{{ asset('/assets/css/dashboard.css') }}">
<link rel="icon" href="{{ asset("assets/images/favicon.png") }}" type="image/x-icon">
<title>Procfin | Acceuil</title>
<link rel="stylesheet" href="{{ asset('assets/css/new_css.css') }}">
</head>
<body>
<div class="row" style="height: 10%">
<div class="col-sm-6">
<p style="opacity: 0.4!important;" class="left margin-home-logo home-picture-left"> <img src="{{ asset('assets/images/dollar_icon.svg') }}" height="80px" alt=""> </p>
</div>
<div class="col-sm-6">
<p style="opacity: 0.4!important;" class="right margin-home-logo home-picture-right"> <img src="{{ asset('assets/images/argent_icon.svg') }}" height="80px" alt=""> </p>
</div>
</div>
<div class="first-container-home">
<div class="container d-flex align-items-center justify-content-center">
<div class="login-container-home">
<div class="round margin-home" style="padding: 10px">
<div class="round" style="padding-top: 30px; padding-bottom: 30px">
<p style="text-align: center"><img src="{{ asset('assets/images/pco.svg') }}" height="90px" alt="icon"></p>
<p style="text-align: center; color: #171e45; font-size: 0.9em; font-weight: normal">Procurez-vous le meilleur</p>
</div>
</div>
<div style="text-align: center; margin-top: 10px">
<p>
<a href="{{ path('app_login') }}" class="btn" style="color: #171e45!important; background: #bb7f0f!important;border-radius: 16px; font-size: 0.9em!important;">Se connecter</a>
</p>
<p STYLE="font-weight: 600; font-size: 1em">VOTRE PLATEFORME DE GESTION</p>
</div>
</div>
</div>
</div>
<div class="second-container-home">
<div class="semi-circle-home"></div>
<div class="row" style="background: #171e45">
<div class="col-sm-4">
<p style="text-align: center; opacity: 2!important; color: black!important;" class=""> <img src="{{ asset('assets/images/euro_icon.svg') }}" height="200px" alt=""> </p>
</div>
</div>
<footer id="footer" class="fixed-bottom" style="background: #171e45">
<div>
<p style="color: #bb7f0f; font-size: 0.9em!important;padding-left: 10px"> Copyright © Procfin - All Rights Reserved. V.2.0</p>
</div>
</footer>
</div>
</body>
</html>