#login{
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../images/login_bg.png) center no-repeat;
	background-size:cover;
	}
.login_con_box_item input
{
    background:none;  
    color:#fff; 
    padding-left:10px;
 }
.login_con{
	padding:8rem 4rem 0 ;	
}
.login_con p{
	font-size:1.4rem;
	color: #fff;
}
.login_con p text{
	font-weight: 600;
}
.login_con_box{
	margin-top:4rem;
	
}
.login_con_box_item{
	margin-top: 1rem;
	border-bottom:1px solid #fff;
	padding: 0.5rem 0;
	display: flex;
}
.con_box_father{
	
}
.box_item_left{
	width: 1.5rem;
	height: 1.5rem;
	
}
.box_item_left img{
	width: 100%;
	height: 100%;
}
#user_name , #user_password{
	margin-left: 10px;
	width: 80%;
	border: none;
	background: none;
	outline: none;
	color: #fff;
	font-size: 1rem;
}
.login_btn_box{
	background: #fff;
	border-radius: 50px;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: 600;
	color: #63cfef;
	text-align: center;
	margin-top: 2rem;
}
.forget{
	margin-top: 1.9rem;
	color:#fff;
	font-weight: 1rem;	
}			
.forget text{
	font-size: 1.2rem;
}