.auth-gate {
  width: min(380px, calc(100vw - 28px));
  border: 1px solid #dfe5e1;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 24px 70px rgba(24, 38, 31, 0.2);
}

.auth-gate::backdrop {
  background: rgba(20, 31, 26, 0.64);
}

.auth-gate form {
  padding: 26px;
  display: grid;
  gap: 16px;
}

.auth-gate h2 {
  margin: 0;
  font-size: 20px;
}

.auth-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #167c55;
  background: #e6f4ed;
  border-radius: 6px;
}

.auth-icon svg {
  width: 19px;
}

.auth-gate label {
  color: #66736d;
  font-size: 12px;
  font-weight: 700;
}

.auth-gate input {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  border: 1px solid #dfe5e1;
  border-radius: 6px;
  padding: 0 10px;
  font: inherit;
}
