.loginform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
}
.loginform .text {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 30px;
}
.loginform .input {
  width: 80%;
  height: 30px;
  padding: 0 10px;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 5vw;
}
.loginform .button {
  width: 40%;
  height: 50px;
  margin: 30px 0 0 0;
  background-color: black;
  color: white;
  border-radius: 10px;
}

.errorcode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  font-size: 5vw;
  font-weight: bold;
}/*# sourceMappingURL=(m)css-login.css.map */