body,html{/*display:none;*/
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";
	height: 100%;
}
#container{
	width:100%;
	height: 100%;
	background:url(../../../Img/Admin/login_bg_2.png) no-repeat left top;
    background-size: 100% 100%;
	position:relative;
}

#login_box{
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-300px;
	background-color:rgba(255,255,255,0.9);
	width:600px;
	height:auto;
	padding:20px 0px;
	padding-bottom: 30px;
	font-size: 14px;
}
#login1{
	font-size:50px;
	color:#0bad61;
	margin-top:20px;
	font-famliy:"Microsoft  YaHei";
}
.error_box{
	font-size: 12px;
	color:red;
	padding:3px 8px;
}
#tit{
  margin:0px 0 0 0;
}
#tit img{
	border:0;
	width:70%;
}
#title{
	width:600px;
	height:80px;
	line-height:80px;
	color:#fff;
	font-size:50px;
	position:absolute;
	top:17%;
	right:20%;

}
#title img{
	border:0;
	width:70%;
}
#username{
	margin:10px 0 0 0;
}
#username input{
	/*font-size:14px;*/
	/*color:black;*/
	padding:8px 0 8px 40px;
	width:calc(100% - 40px);
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	background:url(../../../Img/Admin/name.png) no-repeat 8px center;


    /*height: 48px;*/
    /*background: #FAFBFC;*/
    border: 1px solid #D3D7DE;
    border-radius: 2px;
}
#username input:focus,#password input:focus{
	outline-color: #0bad61
}
#password{
	margin:20px 0 0 0;
}
#password input{
    /*font-size:14px;*/
    /*color:black;*/
    padding:8px 0 8px 40px;
    width:calc(100% - 40px);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;


    /*height: 48px;*/
    /*background: #FAFBFC;*/
    border: 1px solid #D3D7DE;
    border-radius: 2px;
	background:url(../../../Img/Admin/code.png) no-repeat 8px center;
}
#school_id{
	margin:20px 0 0 0;
}
#school_id select{
    /*font-size:14px;*/
    /*color:black;*/
    padding:8px 0 8px 40px;
    width:100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;


    /*height: 48px;*/
    /*background: #FAFBFC;*/
    border: 1px solid #D3D7DE;
    border-radius: 2px;
	background:url(../../../Img/Admin/school.png) no-repeat 8px center;
}
#submit_btn{
	margin:20px 0 0 0;
}
#submit_btn input{
	/*width:335px;*/
	/*font-size:20px;*/
	/*color:#fff;*/
	/*font-weight: bold;*/
	/*padding:10px 0;*/
	/*background-color: #0bad61;*/
	border: 0;
    -moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px;   /* Webkit browsers */
	/*border-radius:3px;            !* W3C syntax *!*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	cursor: pointer;

    width: 100%;
    /*height: 8%;*/
    background: #EDEFF2;
    border-radius: 2px;
    padding: 3% 0;
    /*opacity: 0.3;*/
    color: #bfc2c6;
}

.login2{
    
}
