.registry-service-content {
  margin: 49px 0 0 79px;
  float: left;
  width: 350px;
}
.registry-service-content .login-input {
  position: relative;
  margin: -1px 0 15px 0;
  padding: 0px 0px 0px 51px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.registry-service-content .login-input .icon_login {
  position: absolute;
  left: 12px;
  top: 7px;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
}
.registry-service-content .login-input .un {
  background: url('/images/page_login_w.png') 0px 0px no-repeat;
}
.registry-service-content .login-input .pwd {
  background: url('/images/page_login_w.png') 3px -31px no-repeat;
}
.registry-service-content .login-input input {
  padding: 12px 0px 11px 0px;
  vertical-align: middle;
  width: 98%;
  color: #ddd;
  font-size: 0.12rem;
  outline: none;
  border: 0;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.registry-service-content button {
  margin: 18px 0 14px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  height: 54px;
  line-height: 54px;
  width: 350px;
  background: #5b8bd9;
  font-size: 0.18rem;
  border: none;
}
.notifications {
  margin: 5px;
  color: #eb1d37;
  font-size: 0.13rem;
}
.registry-service-top {
  width: 100%;
  height: 90px;
  background: #5b8bd9;
}
.registry-service-top h1 {
  float: left;
  padding-top: 43px;
  font-size: 0.24rem;
  font-weight: 100;
  margin-left: 76px;
  width: 276px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  line-height: 28px;
}
.registry-service-login {
  clear: both;
  width: 100%;
  height: auto;
}
