.page-login {
  display: flex;
  height: 100%;
  padding-bottom: 200px;
  flex-direction: column;
  justify-content: center;
}
.page-login__title {
  font-size: 24px;
  margin-bottom: 18px;
}