{% form_theme form 'bootstrap_4_layout.html.twig' %}
{% include 'headerlogin.html.twig' %}
<body>
<div class="container-scroller">
<div class="container-fluid page-body-wrapper full-page-wrapper inscription">
<div class="row flex-grow">
<div class="col-lg-4 mx-auto" style="margin-right: 10%; background: #e8eff4;">
</div>
<div class="col-lg-8 mx-auto" style="margin-right: 10%; background: white;">
<div class="card-body " style="background-color : white; width : 95%; margin-top : 5%; margin-left : 2%;">
<p> <img style="width : 40%; margin-left : 30%;" src="{{asset('images/icones/logo.jpeg')}}"> </p>
<h2 class="font-weight-bold" style="color : #3673bc;"> J'ADHERE AU CNC </h2>
<div class="row" style="font-weight : bold;">
<div class="col-md-12">
{{form((form))}}
</div>
<div class="col-md-6 ml-auto mr-auto">
<div id="worldMap" style="height: 300px;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- content-wrapper ends -->
</div>
<!-- page-body-wrapper ends -->
{#
Uncomment this section and add a remember_me option below your firewall to activate remember me functionality.
See https://symfony.com/doc/current/security/remember_me.html
<div class="checkbox mb-3">
<label>
<input type="checkbox" name="_remember_me"> Remember me
</label>
</div>
#}
{% include 'footer.html.twig' %}