|
@@ -1,6 +1,15 @@
|
|
|
{% extends "base.html" %}
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
{% block content %}
|
|
|
|
|
+<style>
|
|
|
|
|
+body{
|
|
|
|
|
+ color: #1a202c;
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ background-color: #e2e8f0;
|
|
|
|
|
+ padding-top: 80px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
<div class="container py-3 h-100">
|
|
<div class="container py-3 h-100">
|
|
|
<div class="row d-flex justify-content-center align-items-center h-100">
|
|
<div class="row d-flex justify-content-center align-items-center h-100">
|
|
|
<div class="col col-xl-10">
|
|
<div class="col col-xl-10">
|