/*登录页面*/
.g-doc{
	height: 100%;
}
.g-bg-pic{
	position: absolute;
	_position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	z-index: -10;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
}
.g-login{
	width: 500px;
	height: 320px;
	background-color: rgba(244,244,244,1);
	position: absolute;
	bottom:30px;right:50px;
	margin-top: -125px;
	margin-left: -255px;
		
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
    
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, .5); 
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, .5);  
   	box-shadow:0 2px 3px rgba(0, 0, 0, .5);
	opacity: 0.6;
}

.g-system-name{
	position: absolute;
	width: 100%;
	height:108px;
	top:18%;
	text-align: center;
}


.g-title{
	height:50px;
	border-bottom:1px solid #dedede;
	background-color: rgba(255,255,255,1);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.g-title h1{
	padding-left:25px;
	line-height: 50px;
	font-size: 22px;
	color: #000000;
	letter-spacing:3px;
	font-weight: normal;
	opacity: 1;
}
.g-title i{
	width: 30px;
	text-align: center;
	height:30px;
	line-height: 30px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
	
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius:15px;
}
.g-title i:hover{
	background-color: rgba(235,235,235,.3);
}

.g-form{
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
}
.g-form div{
	padding-top:5px;
	padding-bottom:5px;
}
.g-form input{
	height:46px;
	line-height: 46px;
	width: 376px;
	padding:0px 10px;
	font-size: 16px;
	border:2px solid #dedede;
	color: #000000;
	opacity: 1;
}
.g-form button{
	border:0px none;
	height:40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	background-color: #274782;
	color:#FFFFFF;
	font-size: 16px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
	-moz-box-shadow:0 1px 2px rgba(0, 25, 70, .5); 
	-webkit-box-shadow:0 1px 2px rgba(0, 25, 70, .5);  
   	box-shadow:0 1px 2px rgba(0, 25, 70, .5);
   	opacity: 1;
}

/*.g-form button:hover{
	-moz-box-shadow:0 0 2px rgba(255, 255, 255, .5) inset; 
	-webkit-box-shadow:0 0 2px rgba(255, 255, 255, .5) inset;  
   	box-shadow:0 0 2px rgba(255, 255, 255, .5) inset;
}*/

.g-login-msg{
	height:50px;
	line-height: 50px;
	text-align: center;
}

.g-company{
	position: absolute;
	width: 550px;
	height:30px;
	line-height: 30px;
	bottom:-30px;
	text-align: center;
	color: #002e33;
}
.g-company a{line-height: 30px;color: #002e33;}
.g-company a:hover{ color: #000000; }