@charset "UTF-8";

body,
html {
  height: 100%;
  margin: 0;
}

body {
  font-feature-settings: "tnum";
}

/* form */
.error {
  color: #ff0000;
  font-size: 70%;
  margin-top: 5px;
  margin-bottom: 0;
}

.page-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
