.atvi-agegate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
}
.atvi-agegate .form {
  position: relative;
  width: 80%;
  max-width: 600px;
  min-width: 400px;
  margin: auto;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .form {
    min-width: 320px;
    padding: 0;
  }
}
.atvi-agegate .field-label {
  display: none;
}
.atvi-agegate .field {
  display: inline-block;
  font-size: 20px;
  padding: .3em;
  text-align: center;
  margin-right: .5em;
}
.atvi-agegate .feedback-message {
  display: none;
  padding: 1em 0 0;
}
.atvi-agegate .submit-wrapper {
  margin: 2em 0 .5em;
  display: block;
}
.atvi-agegate .submit {
  padding: .5em 2em;
  background-color: #555;
  text-decoration: none;
}
.atvi-agegate .submit:hover {
  background-color: #777;
}

