header,
section,
footer {
  font-size: .2rem;
}

body {
  background-color: #fff;
}

header {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  height: 1.5rem;
  background: url(../img/logos.png) no-repeat left top;
  background-size: 6.4rem 1.45rem;
}
header img {
  height: 100%;
}

section.user_login form .user_name {
  display: flex;
  line-height: .6rem;
  padding-top: .2rem;
  border-bottom: .02rem solid #ccc;
  margin: 0 .35rem;
}
section.user_login form .user_name span {
  text-align: center;
}
section.user_login form .user_name input.username {
  flex: 12;
  height: 0.6rem;
  padding-left: .15rem;
  font-size: 0.2rem;
  border: none;
  outline: none;
}
section.user_login form .user_name > span:nth-child(1) {
  width: 0.5rem;
  background: url(../img/20170331143205.png) no-repeat -0.2rem -2.95rem;
  background-size: 5rem 5rem;
}
section.user_login form .user_name > span:nth-child(3) {
  width: 0.55rem;
  background: url(../img/20170331143205.png) no-repeat -0.4rem -2.05rem;
  background-size: 5rem 5rem;
}
section.user_login form .user_password {
  display: flex;
  line-height: .6rem;
  padding-top: .2rem;
  border-bottom: .02rem solid #ccc;
  margin: 0 .35rem;
}
section.user_login form .user_password span {
  text-align: center;
}
section.user_login form .user_password > span:nth-child(1) {
  width: 0.5rem;
  background: url(../img/20170331143205.png) no-repeat -0.2rem -3.55rem;
  background-size: 5rem 5rem;
}
section.user_login form .user_password > span:nth-child(3) {
  width: 0.55rem;
  background: url(../img/20170331143205.png) no-repeat -0.4rem -2.45rem;
  background-size: 5rem 5rem;
}
section.user_login form .user_password input.password {
  flex: 10;
  height: 0.6rem;
  padding-left: .15rem;
  font-size: 0.2rem;
  border: none;
  outline: none;
}
section.user_login form .sub_btn {
  margin: 0 5%;
  margin-top: 5%;
  height: .6rem;
  line-height: .6rem;
  width: 90%;
  border: none;
  color: #fff;
  font-size: .3rem;
  border-radius: .04rem;
  background-color: #60CADB;
}
section.user_login form .reminder {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-indent: 0.3rem;
  color: #C53D3D;
}

/*# sourceMappingURL=login.css.map */
