﻿/*登录界面CSS*/
html { overflow:hidden; 
}
body {
    background-image:url(../images/login-bg.png)!important;
	background-repeat:repeat-x;
	border:#666 solid 0px;
	padding:0px;
	margin:0px;
	font:"宋体";

}
.bgImg{
 background-image:url(../images/login-bgimage.png)!important;
 background-position:top; 
 background-repeat:no-repeat; 
 border:#666 solid 0px;
 width:100%;
 padding:0px;
 margin:0px; 
 height:670px;
 overflow:auto;

}
.title{
   #background-image:url(../images/login-logo.png);
   background-image:url(../images/login-logo.png);
   background-repeat:no-repeat;
   border:#666 solid 0px;
   z-index:1;
   height:70px;
   width:100%;
   margin-top:180px;
   background-position:center;

}
.input{
background-image:url(../images/login-log.png);
background-repeat:no-repeat;
background-position:center;
height:180px;
width:100%;
margin-top:30px;
font-size:14px;
color:#303233;
}
.shadow{
 background-image:url(../images/login-shadow.png);
 background-position:center;
 background-repeat:no-repeat;
 width:100%;
 margin-top:0px;
 height:50px;
}
.font{
height:20px;
text-align:center; 
border:#666 solid 0px;
}
.bottomFont{
text-align:justify;
font-size:12px;
margin-top:2px;
color:#0a2a56;
}
form{
color:#303233;
font-size:14px;
text-align:center;
}
.text{
width:240px;
}
.imgButton{
width:69px;
height:70px; 
margin-left:17px;
margin-top:7px;
cursor:hand;
z-index:2;
}

.formTable{
	padding:5px;
	width:100%;
	height:150px;
	text-align:left; 
	z-index:2;
	background-image:url(../images/login-log.png);
	background-repeat:no-repeat;
	background-position:center;
}