.auth_form {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: auto;
  justify-content: center;
  align-items: center;
}
form {
  display: flex;
  flex-direction: column;
  background-color: powderblue;
  padding: 15px;
  border-radius: 5%;
  align-items: center;
}
button {
  align-self: center;
}
