body {
  margin: 0;
  background: #060608;
  color: #f5f6f8;
  font: 16px system-ui;
  display: grid;
  min-height: 100vh;
  place-items: center;
}
main {
  width: min(85vw, 420px);
  padding: 32px;
  background: #0d0e12;
  border: 1px solid #30313a;
  border-radius: 12px;
}
label {
  display: block;
  margin: 24px 0;
}
label[hidden] {
  display: none;
}
input,
button {
  box-sizing: border-box;
  width: 100%;
  padding: 14px;
  border: 1px solid #454754;
  border-radius: 6px;
  font: inherit;
}
input {
  display: block;
  margin-top: 10px;
  background: #060608;
  color: white;
}
button {
  background: #3b5bff;
  color: white;
  cursor: pointer;
}
a {
  color: #8ca4ff;
}
#message {
  line-height: 1.5;
}
body {
  background: radial-gradient(ellipse at top, #262250, #080c17 65%);
  color: #eef0ff;
}
main {
  background: #111727;
  border-color: #333d60;
  border-radius: 20px;
  box-sizing: border-box;
  width: min(92vw, 480px);
}
main > p:first-child {
  color: #aaa1ff;
  font-size: 12px;
  letter-spacing: 2px;
}
h1 {
  font-size: 30px;
  letter-spacing: -1px;
}
#pageIntro,
#passwordHint {
  color: #b5bfd8;
  line-height: 1.6;
}
#passwordHint {
  font-size: 12px;
}
button,
.login-cta {
  background: #6255ee;
  border-radius: 10px;
}
.login-cta {
  display: block;
  text-align: center;
  padding: 15px;
  color: white;
  text-decoration: none;
  line-height: 1.5;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #b9b0ff;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
input {
  font-size: 16px;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
