body{
	font-size: 62.5%;
	background-color: #fff;
	width: 100vw;
}

.userLogin{
  width: 80%;
  margin:0 auto;
  height:50px;
  border-bottom: 1px solid #000;
  display: flex;
}
.userLogin>text{
  color:#888;
  min-width: 104px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  font-size: 16px;
}
.userLogin>input{
  width: 150px;
  height:50px;
}
.psdLogin{
  width: 80%;
  margin:0 auto;
  height:50px;
  border-bottom: 1px solid #000;
  display: flex;
}
.psdLogin>text{
  font-size: 16px;
  color:#888;
  width: 100px;
  line-height: 50px;
  height: 50px;
  text-align: left;
}
.psdLogin>input{
  flex:1;
  height:50px;
}
.forgetPsd{
  width: 80%;
  margin: 0 auto;
  text-align: right;
  
  font-size: 18px;
  padding-top: 8px;
}
.forgetPsd>a{
	color:#888;
	font-size: 14px;
}
button{
   margin-top: 20px;
  text-align: center;
  width: 80%;
  height:40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 10%;
  font-size: 18px;
  color:#000;
  background-color: #3eb354;
}
input{
	border: hidden;
}
