V🍏
Size: a a a
V🍏
ЕФ
S
PD
S
GG
S
NY
GG
NY
S
NY
GG
i
NY
VS
VS
и
R
GZ
.login{
display: flex;
justify-content: center;
align-items: center;
}
html:<div class="login">
<form class="login_form" method="post">
{% csrf_token %}
{{ form.username }}
{{ form.password }}
<input id="user_submit" type="submit" value="Войти">
</form>
</div>