@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

body{
	margin:0px;
	font-family: 'Noto Sans'; 
}

#bodyDiv img{
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	position: fixed;
}
#sqiSoftLogo{
	position: fixed; 
	width: 300px; 
	height: 100px; 
	right: 50px; 
	bottom: 25px;
}
#sqiSoftLogo img{
	width: 100%;
	height: 100%;
}

#logInDiv{
	text-align: center;
	margin: 20px 20px auto auto;
	height: 350px;
	width: 270px;
	/*margin: 200px auto;
	height:440px;
	width:390px;*/
	opacity: 0.9;
	filter: alpha(opacity=90);
	background:white;
}

#logoDiv{
	margin: 35px 0 20px 0;
	width:120px;
	height:30px;
	/*margin:75px 0px 27px 0px;
	width:136px;
	height:35px;*/
	display: inline-block;
}
#logoDiv img{
	width:100%;
	height:100%;
}

#inputDiv #email{
	width:195px;
	/*width:145px;*/
}

#inputDiv input{
	border:0;
	border-bottom:1px solid #cccccc;
	font-size: 12pt;
	width:195px;
	/*font-size: 14pt;
	width:250px;*/
	height:30px;
	font-family: 'Noto Sans';
	outline: none;
}

#inputDiv input:first-child{
	margin-bottom: 14px 	
}

#logInBtn{
	text-align:center;
	background:#0099ff;
	color:white;
	width:180px;
	height:38px;
	/*width:250px;
	height:40px;*/
	border-radius:5px;
	border:0;
	font-size: 2.5ex;
	margin-top: 25px;
	margin-bottom: 70px;
}

#tips{
	color:gray;
	font-size: 10pt;
	/*font-size: 11pt;*/
	margin-bottom: 30px;
	/*margin-bottom: 45px;*/
}

.warningDiv{
	color:red;
	font-size: 10pt;
}

