@charset "utf-8";

* { margin: 0; padding: 0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Calibri", "microsoft yahei";}
html ,body	{height: 100%;   font-size: 14px;	line-height: 1.6em; 	font-family: "Calibri", "microsoft yahei";}
body,input, a,input,button,select,textarea{ color: #333; font-family: "Calibri", "microsoft yahei";}
body{word-wrap:break-word; color: #333; }
table { border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
img	{ border: none; vertical-align:top; }
body {
	background:  url("images/loginBg.jpg") center no-repeat;
	background-size: 100% 100%;
}
#tipbox {
	width: 220px;
	height: 80px;
	border: 1px solid red;
	position: absolute;
	top: 120px;
	left: 20px;
}
#loginBox {
	width: 302px;
	height: 302px;
	position: fixed;
	top: auto;
	left: auto;
	right: 15.625%;
	top: 33vh;
	margin: auto;
	text-align: center;
	background: rgba(234,247,255,0.9);
	border-bottom: 4px solid #347aa3;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
}
#loginBox header {
	width: 100%;
	height: 60px;
	color: #daeaf5;
	font-size: 24px;
	line-height: 60px;
	background: #3a5261;
	margin-bottom: 25px;
}
#loginBox form {
	position: relative;
}
#loginBox form:before {
	content: " ";
	width: 45px;
	height: 24px;
	border-right: 1px solid #f1f1f1;
	background: url("images/icon-user.png")  center  no-repeat;
	position: absolute;
	left: 32px;
	top: 14px;
	z-index: 2;
}
#loginBox form:after {
	content: " ";
	width: 45px;
	height: 24px;
	border-right: 1px solid #f1f1f1;
	background: url("images/icon-lock.png")  center  no-repeat;
	position: absolute;
	left: 32px;
	top: 80px;
}
#loginBox input {
	width: 244px;
	height: 50px;
	display: block;
	color: #525252;
	margin: 15px auto;
	position: relative;
	padding: 0 24px 0 55px;
	border: 1px solid #e1e1e1;
	background: #fffffff;
	border-left: 5px solid #3d85af;
	transition: 0.2s all;
	position: relative;
	transitiion: 0.2s all;
}
#loginBox input:focus {
	border: 1px solid #b1b1b1;
	border-left: 5px solid #3d85af;
}
#loginBox button {
	color: #fff;
	width: 244px;
	height: 50px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 48px;
	background: #ef921b;
	border-radius: 5px;
	border-bottom: 2px solid #bc7c00;
	transition: 0.2s all;
}
#loginBox button:hover {
	background: #bc7c00;
	border-bottom: 2px solid #ef921b;
}
#loginBox:after {
	content: attr(data-info);
	width: 392px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: -30px;
	bottom: -40px;
}
#footer {
	color: #fff;
	width: 100%;
	height: 32px;
	font-size: 1rem;
	text-align: center;
	line-height: 32px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(132, 157, 162, 0.17);
}
#footer:before {
	content: attr(data-text);
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
	text-align: center;
	color: #fff;
}
.schoolLogo{
	position: fixed;
	top: 50px;
	left: 280px;
	height: 75px;
}
.school_logo_div{
	width: 100%;
	height: 100%;
	text-align: center;
}
.logo_name_span{line-height: 45px;}

#error{
	width: 100%;
	color: red;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 54px;
}

#loginHeader {
	display: table;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}
#loginHeader > a {
	float: left;
	width: 300px;
	min-height: 72px;
	display: inline-block;
	margin: 0 12px 0 32px;
	background:url("images/head_logo_yx.png")  no-repeat;
	background-size: auto 100% ;
}
body{
	overflow: hidden;
}