body {
  background: url(../images/login_bg.jpg) #f3f6f8 no-repeat top;
  background-size: contain;
  height: 100%;
}

.h1 {
  padding: .3rem 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 0.5rem;
}
.h1 p {
  font-size: 0.30rem;
  color: #ffffff;
  font-weight: 200;
}
.h1 img {
  margin-right: 0.1rem;
  height: 0.55rem;
  vertical-align: sub;
}

.title {
  font-size: 0.36rem;
  color: #121d28;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.login {
  width: 5rem;
  background: #ffffff;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 10px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 9px 13px rgba(201, 201, 201, 0.06);
  border-radius: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  margin: 0px auto;
}
.form dl dd input::placeholder {
  color: #ddd;
}
.login .form {
  padding: 0.2rem .3rem;
}

.xieyi{
  padding-top: .4rem;;
  font-size:.26rem;
  padding-bottom: .15rem;
  line-height: .3rem;

}

.xieyi a{
  color:#2257f8;
}

.xieyi .checkbox{
  vertical-align: sub;
  background: url('../images/checkbox.png') no-repeat left center;
  display: inline-block;
  height:.3rem;
  width: .3rem;
  background-size: contain;
  cursor: pointer;
  margin-right: .1rem;
}

.xieyi .checkbox.active{
  background: url('../images/checkbox-selected.png') no-repeat left center;
  background-size: contain;
}

button {
  width: 100%;
  height: 0.88rem;
  background: #2257f8;
  box-shadow: 0px 4px 14px 4px rgba(17, 47, 140, 0.23);
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.3rem;
  border: none;
  display: block;
}

button[disabled="disabled"] {
  background: #d2d2d2;
  border-color: #d2d2d2 !important;
  box-shadow: 0px 4px 14px 4px rgba(161, 161, 161, 0.23) !important;
  color: #000 !important;
  opacity: 0.5;
}

.remember{
    padding-top: .2rem;;
    font-size:.26rem;
    padding-bottom: .15rem;
    line-height: .3rem;

}

.remember a{
    color:#2257f8;
}

.remember .checkboxMe{
    vertical-align: sub;
    background: url('../images/checkbox.png') no-repeat left center;
    display: inline-block;
    height:.3rem;
    width: .3rem;
    background-size: contain;
    cursor: pointer;
    margin-right: .1rem;
}

.remember .checkboxMe.active{
    background: url('../images/checkbox-selected.png') no-repeat left center;
    background-size: contain;
}
