.login_body{
	background: ${basePath}static/img/login.png;
	background-repeat:no-repeat;
}
.login_content{
	border: 1px solid darkgrey;
    float: right;
    right: 15%;
    position: relative;
    margin-top: 10%;
    width: 380px;
    height: 500px;
    border-radius: 10px;
    background: #ffffff;
}
 .login_content_top{
    margin: auto;
}
.login_font_show{
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
	color: #999999;
    
}
.login_font_show1{
	margin-top: 45px;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #999999;
    
}
.login_student_show{
	float: left;
    margin-left: 90px;
    color:	#cccccc;
}

.login_sthudent_tc{
	float: left;
    margin-left: 15px;
}
.login_form{
	float: left;
    margin-left: 80px;
}
.login_pass{
	margin-top: 72px;
}
.login_btn_sub{
	margin-top: 45px;
}
.login_forget_pass{
    float: right;
    margin-top: 20px;
}
.login_user{
	margin-top: 47px;
}
.login_input_user{
	height: 30px;
	width: 185px;
    margin-left: 10px;
}
.login_input_pass{
	height: 30px;
	width: 185px;
	margin-left: 10px;
}

.login_btn{
	height: 40px;
	width: 240px;
	outline: none;
	border-style: none;
	cursor:pointer
}
.login_forget_pass{
	color: #999999;
}

