body {
  background: oklch(21% 0.034 264.665);
  color: #f9f9f9;
}

label {
  color: #f9f9f9;
}

input[type="text"], input[type="email"], input[type="password"], select {
  box-shadow: none;
  background: oklch(37.3% 0.034 259.733);
  color: #f9f9f9;
  border-radius: 0.5rem;
}

.wrap {
  background: oklch(27.8% 0.033 256.848);
  border: 1px solid oklch(37.3% 0.034 259.733);
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}

.button {
  background: #CC4400;
  width: 100%;
  border-radius: 0.5rem;
}

.button:hover {
  background: #993300;
}

.captcha {
  display: flex;
  justify-content:center;
}

.lists {
  visibility: hidden;
  height: 0;
}

.logo {
  display:flex;
  justify-content: center;
}