<!DOCTYPE html>
<html lang="en">
<head>
{% include('base_components/base_head.html.twig') %}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body class="nav-fixed">
<div id="layoutAuthentication" class="login-background">
<div id="layoutAuthentication_content">
<main>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
{% block body %}
{% endblock %}
</div>
</div>
</div>
</main>
</div>
{% include('base_components/base_footer.html.twig') %}
</div>
</body>
</html>