@charset "UTF-8";

.login-form {
  width: 500px;
  margin: 50px auto 0;
  text-align: center;
}

.login-form-notice {
  font-size: 12px;
  color: #f00;
}

.page-header {
  height: 70px;
  line-height: 70px;
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  margin: 0px /*line-height: 30px;*/;
}
