/* Styles for the development access gate only. Kept separate so the gate
   never depends on the main stylesheet. */

body.gate-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #f5f2ec;
  font-family: Georgia, 'Times New Roman', serif;
}

.gate-form {
  width: min(90vw, 22rem);
  padding: 2rem;
  border: 1px solid #3a3a3a;
  text-align: center;
}

.gate-form h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
}

.gate-lede {
  color: #a9a29a;
  font-size: 0.9rem;
}

/* Says plainly that this is a shared site password, not an account login -
   otherwise it reads as a sign-in box and there is no way past it to the
   forgotten-password page. */
.gate-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #3a3a3a;
  color: #8a837b;
  font-size: 0.78rem;
  line-height: 1.5;
}

.gate-error {
  color: #e0908f;
}

.gate-form label {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.gate-form input {
  width: 100%;
  padding: 0.6rem;
  font: inherit;
  margin-bottom: 1rem;
}

.gate-form button {
  width: 100%;
  padding: 0.6rem;
  font: inherit;
  cursor: pointer;
  background: #7c1c2c;
  color: #fff;
  border: 0;
}
