{% extends "layout_admin.html.twig" %}{% block layout_header %}{% endblock %}{% block stylesheets %}<meta name="apple-itunes-app" content="app-id=1476364449"><meta name="google-play-app" content="app-id=com.ctlf.userapp"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/bootstrap.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/materialadmin.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/font-awesome.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/material-design-iconic-font.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/libs/select2/select2.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/libs/bootstrap-datepicker/datepicker3.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/libs/typeahead/typeahead.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/libs/jquery-ui/jquery-ui-theme.css') }}"/><link rel="stylesheet" href="{{ asset('bundles/admin/css/layout.css') }}"/><style>.dim {opacity: .7;}.fs-12 {font-size: 12px;}.fs-16 {font-size: 16px;}.floating-label .form-control ~ label {top: 15px;padding-left: 5px;font-size: 16px;}.justify-center {display: flex;justify-content: center;align-items: center;}.social-btn {width: 60%;color: #0aa89e;border-color: #0aa89e;background-color: transparent;display: flex;justify-content: center;vertical-align: middle;}.btn-primary:active, .btn-primary.active {color: #ffffff;background-color: #077871;border-color: #077871;}.social-logo {width: 18px;height: 18px;margin-right: 10px;display: flex;margin-top: 2px;}.social-logo.google {background: url("{{ asset('google_logo.svg') }}") no-repeat;}.social-logo.facebook {background: url("{{ asset('facebook_logo.svg') }}") no-repeat;}.social-logo.apple {background: url("{{ asset('apple_logo.svg') }}") no-repeat;}.links {display: block;width: 100%;padding-left: 0;padding-right: 0;}.bottom-line {margin-bottom: 5px;padding-bottom: 5px;}.top-line {padding-top: 10px;}.bottom-line:after, .top-line:before {content: '';position: absolute;left: 5%;width: 90%;}.bottom-line:after {bottom: 0;border-bottom: 1px solid rgba(12, 12, 12, 0.12);}.top-line:before {top: 0;border-top: 1px solid rgba(12, 12, 12, 0.12);}.apps {width: 100%;margin-top: 20px;display: inline-block;}@media (max-width: 768px) {.bottom-line:after, .top-line:before {border:0 !important;}.bottom-line {margin-bottom: 0;padding-bottom: 0;}.top-line {padding-top: 0;}}</style>{% endblock %}{% block javascripts %}<script src="{{ asset('bundles/admin/js/libs/jquery/jquery-1.11.2.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/jquery-ui/jquery-ui.min.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/jquery/jquery-migrate-1.2.1.min.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/bootstrap/bootstrap.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/spin.js/spin.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/DataTables/jquery.dataTables.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/App.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppNavigation.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppOffcanvas.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppCard.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppForm.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppNavSearch.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/AppDesign/AppVendor.js') }}"></script><script src="{{ asset('bundles/admin/js/libs/bootstrap-datepicker/bootstrap-datepicker.js') }}"></script>{% endblock %}{% block notice %}{% endblock %}{% block content %}<section class="section-account"><div class="img-backdrop" style="background-image: url('{{ asset(settings_service.loginCover) }}')"></div><div class="spacer"></div><div class="card contain-sm style-transparent"><div class="card-body"><div class="row"><div class="col-sm-offset-2 col-sm-8"><br/><span class="text-lg text-bold text-primary align-center" style="font-size: 125%;">CLIENT ACCESS - {% block auth_title %}{% endblock %}</span>{% for type, flashMessages in app.session.flashbag.all() %}{% for message in flashMessages %}<div class="alert alert-{{ type }} alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>{{ message | raw }}</div>{% endfor %}{% endfor %}{% block auth_form %}{% endblock %}</div></div></div></div><br/><p class="text-center"><a href="{{ path('privacy') }}">Privacy Policy</a></p></section>{% endblock %}