.mian{
	
}
.back_img{
	width: 100%;
	position: absolute;
}
.login{
	
	width: 100%;
	padding: 25px;
	position: absolute;
	top: 180px;
	border-radius: 20px 20px 0 0;
	background-color: #FFF;
	

}
.login .title{
	color: #5a41d0;
	font-size: 25px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.login form{
	margin-top: 20px;
}

.login input{
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #eff0fb;
	color: rgba(0,0,0,.85);
	border-radius: 36px;
	margin-bottom: 20px;
}


.layui-btn-primary {
	border-radius: 30px;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color:#637bff!important;
  box-shadow:0 0 0 3px rgba(22,183,119,.08)
}


.other{
	
}
.other_title{
	color: gray;
	text-align: center;
	padding: 0 21px 0 6px;
	
}
.other_icon{
	display: flex;
	justify-content: space-around;
	padding: 20px;
}
.other_icon i{
	font-size: 35px;
}