.login-form {
  width: 400px;
  position: relative;
  top: 10%;
  left: calc(50% - 200px);
  max-height: 35rem;
  padding: 1rem;
}

.login-form form input {
  height: 52px;
}

.login-form form h2 {
  color: #e31837;
  font-size: 28px;
}

.without-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  color: #e31837;
  border: 1px solid #e31837;
  padding: 0;
}

.with-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
