body {
  padding: .5em;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}
form {
  margin-bottom: 1em;
}
.text-red {
  color: red;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.footer-hr {
  height: 2px;
  background-color: #ffaa00;
  border: none;
  color: #ff0000;
}
.login-box {
  display: inline-block;
  text-align: left;
  margin-bottom: .5em;
}
footer {
  margin-top: .5em;
}
.footer-text {
}
.link-box {
  margin-top: 2em;
  text-align: left;
}
a {
  color: #ffaa00;
}
.title {
  color: #ff9900;
  font-weight: bold;
}
.error {
  color: red;
  font-weight: bold;
}