.page-content {
  background-color: transparent;
  justify-content: center;
}

.login-box {
  background-color: #1f2125;
  border: 1px solid;
  border-color: #494e5a;
  margin-top: 35vh;
  width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.login-button-steam {
  margin: 20px;
}

.countdown-timer {
  top: 10vh !important;
}
