main {
  justify-content: center;
  align-items: center;
}
main form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 80vw;
  height: auto;
  margin: auto;
  margin-top: 10%;
  padding: 25px 50px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #e3e3e3;
}
main form * {
  padding: 5px;
}
main form div {
  display: flex;
  flex-direction: column;
}
main form div label {
  font-size: smaller;
}
main form div input {
  border: 1px #33363a solid;
}
main form W input[type=submit] {
  margin-top: 10%;
  border: none;
  color: white;
  background-color: #111;
}

.errorMessage {
  color: red;
}/*# sourceMappingURL=loginAndRegister.css.map */