:root {
  --vh: 100vh;
}

h1 {
  margin-bottom: 67px;
}

.subtitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .subtitle {
    margin-bottom: 30px;
  }
}

.login-form {
  max-width: 700px;
}

.form-group.closer {
  margin-bottom: 10px;
}