body {
  background: #0a0d12;
}

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

.header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.wrap {
  background: #0a0d12;
  padding: 40px;
  box-shadow: 2px 2px 0 #aaa;
  border: 1px solid #aaa;
}

.button {
  background: #cc334f;
}

form button.button[type="submit"] {
  display: block;
  margin: 0 auto;
}

form .captcha {
  display: flex;
  justify-content: center;
  color: rgb(255, 255, 255);
}

form label {
  color: rgb(255, 255, 255);
}

section a:not(.button) {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

section a:not(.button):hover {
  border-bottom: 2px solid #e82561;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

footer a {
  color: #7c7c7c;
}
footer a:hover {
  color: #111;
}