body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo {
  width: 128px;
  height: 128px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 25%;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

footer {
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

.footer-notice {
  font-size: 12px;
  color: #999;
}
/*# sourceMappingURL=style.css.map */