body {
  background-color: #f9f8f6;
}

.register-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 4rem;

  justify-content: center;
  align-items: center;
  background-color: #f9f8f6;
}

.register-container h2 {
  font-family: "Inknut Antiqua";
  font-size: 1.5rem;
}

#register-form {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#register-form input {
  padding: 10px;
  border: 2px solid;
  border-radius: 8px;
  margin-bottom: 2rem;
}

#register-form button {
  width: fit-content;
  margin: 1rem auto 0;
  display: block;
  border-radius: 8px;
  padding: 5px 40px;
  border: 2px solid;
  font-size: 1.5rem;
  background-color: white;
  margin-bottom: 2rem;
}

.error {
  color: #c62828;
  font-size: 0.9rem;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  min-height: 1.1rem;
}

#no-account {
  color: rgba(0, 0, 0, 0.44);

  font-family: "Patrick Hand";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.18px;
}
