.astrohas {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.astrohas:after {
content: "";
flex: auto;
}
<form class="form" method="POST" action="адрес куда нужно отправить">
{% csrf_token %}
<input type="text" placeholder="Логин" name="username">
<input type="password" placeholder="Пароль" name="password">
<button type="submit" id="login-button">Зайти</button>
</form>