@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-latin-600.woff2") format("woff2");
}
.gate {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f3faf5 0%, #ffffff 45%, #f3f8fc 100%);
  font-family: Inter, "Segoe UI", sans-serif;
  color: #2a4034;
}
.gate-card {
  width: min(26rem, calc(100% - 2rem));
}
.gate-card img {
  height: 48px;
  width: auto;
  margin-bottom: 1.4rem;
}
.gate-card h1 {
  font-size: 2rem;
  letter-spacing: -0.04em;
  margin: 0 0 0.5rem;
}
.gate-card p {
  color: #6e6e73;
  line-height: 1.5;
}
.gate-err {
  color: #b42318 !important;
}
label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 1rem 0 0.35rem;
}
input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  font: inherit;
}
button {
  margin-top: 1rem;
  background: #dff6e6;
  color: #1f6b36;
  border: 1px solid rgba(60, 154, 85, 0.22);
  border-radius: 980px;
  padding: 0.7rem 1.2rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
