@import url("common.css");

#container .page-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#container .page-title span:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #fcd10d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pw-link {
  margin-top: 30px;
}
.pw-link span {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.error-ment {
  color: #ff3a3a;
}
