.users {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 32px;
}

.users form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
}

.logo img {
  width: 400px;
  max-width: 100%;
}
