.login-input {
  width: 70%;
  height: 70px;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  border: gray 0px solid;
  border-radius: 10px;
  font-family: Spectral;
  outline: 0;
}

button.login {
  width: 300px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  border: 0px;
  background: var(--main-color);
  font-family: Spectral;
  cursor: pointer;
}

button.login:hover {
  transform: scale(1.05);
}

button.logout {
  width: 100px;
  height: 20px;
}