.container .content .top {
  background: #f1eee9 url('/images/signin/bg375.png') no-repeat center -50px;
}
.container .content .top .box.signin {
  min-height: 337px;
}
.container .content .top .box a.password-forgot {
  padding: 26px 0 40px 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9fa090;
}

/************************* 576px *************************/
@media screen and (min-width:376px) {
  .container .content .top {
    background: #f1eee9 url('/images/signin/bg576.svg') no-repeat center 0;
  }
}
@media screen and (min-width:575px) {
}