.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  & form {
    width: 100%;
    max-width: 300px;
    margin: auto;
    & fieldset {
      margin: 1rem 0;
      padding: 0;
      border: none;
      display: flex;
      flex-direction: column;
    }
  }
}
