.content {
  width: 100%;
  height: 100dvh;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  form {
    max-width: 26rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;

    fieldset {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }

    button {
      width: 100%;
    }
  }
}
