<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}{{ 'login'|trans }}{% endblock %}</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="{{ asset('bundles/coreui/vendors/simplebar/css/simplebar.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/coreui/css/style.css') }}">
<link rel="stylesheet" href="{{ asset('assets/custom.css') }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism.css">
</head>
<body>
<div class="bg-dark d-flex flex-row align-items-center" style="min-height: 94.5vh !important;">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="card-group d-block d-md-flex row">
{% block body %}{% endblock %}
</div>
</div>
</div>
</div>
</div>
<script src="{{ asset('bundles/coreui/vendors/@coreui/coreui/js/coreui.bundle.min.js') }}"></script>
<script src="{{ asset('bundles/coreui/vendors/simplebar/js/simplebar.min.js') }}"></script>
</body>
</html>