body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 20px);
  width: calc(100vw - 20px);
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  background-image: url('../images/white_wall_hash.png');
  background-size: 500px 500px;
  background-repeat: repeat;
  font-size: 1.5rem;
}

#container, .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888888;
  padding: 1rem;
}

input {
  margin: 0.5px;
  padding: 0.25rem;
  border-radius: 4px;
  border-width: 1px;
  margin-top: 0.5rem;
  font-size: 1rem;
}

button.g-recaptcha {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

#register-form-container .register-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}