@charset "utf-8";
/* CSS Document */

html, body {    width: 100%;    height: 100%;}
/*Bootstrap-overlay*/

body {
 overflow-x: hidden;
 margin:0 auto;
  font-family: Arial, "微软雅黑", "宋体", Tahoma, Helvetica, sans-serif;
  font-size:12px; color:#666;
  background:#f7feff url(../images/login/login_bg.png)   top  center;
   background-size:cover;
}
.center
{
	width:1077px;
	height:100%;
	margin:0 auto;
	/**background:url(../images/login/yd.png) 30px 80px no-repeat ;**/
	position:relative;
	text-align: left;
}

.yd-css{
	background: url(../images/login/yd.png);
	width:50%;
	height:50%;
	background-repeat: no-repeat;
	background-size:100%;
	position:absolute;
	top:20%;
	left:1%;
	z-index:200;
}

.logo
{
	margin-left:-200px;
	margin-top:30px;
	width: auto;
}
#loginbox h4
{
	
	margin-bottom:20px;
	font-weight: normal;
	color:#2472cd;
}
#loginbox { overflow: hidden !important; 
    text-align: left;  
    position:absolute;
    width:380px; height:400px;
    box-shadow:#666; 
    border-radius:5px; 
    top:130px; 
    right:10px; 
    padding-left:40px;
	background-color:rgb(66,146,221);	
}
#loginbox form{ width:100%;  position:relative; top:30px; left:0; }
#loginbox .login-actions { padding: 10px 40px 15px 0px; color:#fff;}
#loginbox .login-actions  a:hover
{
	color:#fff;
}
#loginbox form#loginform { z-index: 200; display:block;}
#loginbox form#recoverform { z-index: 100;     display:none;}
#loginbox form#recoverform .form-actions {    margin-top: 10px;}
#loginbox .main_input_box { margin:0 auto; text-align:center; font-size:12px; text-align:left; margin-bottom:20px;}

#loginbox .main_input_box .add-on{  padding:11px 18px; *line-height:31px; color:#fff; margin:0;}
#loginbox .form-control{ height:45px;   width:85%;      margin-top:50px; margin-bottom:0px;  }
#loginbox .help-block
{
	position:absolute;
	margin-top:5px;
}
.user
{
	background:url(../images/login/user.png) 5px center no-repeat;
	padding-left:35px;
	
}
.password
{
	background:url(../images/login/password.png) 5px center no-repeat;
	padding-left:35px;
}

.vnum
{
	padding-left:10px;
	width:160px !important;
	
	 margin-top:25px!important;
}
.vnumimg
{
	border:1px solid #e6e6e6;
	position: absolute;
	left:170px;
	top:0;
	
}
.btn-login{ display:inline-block; background-color:#11b738; color:#fff; line-height:50px; width:100%; text-align:center;
font-size:16px; border:none; margin-top: 60px;}
.info
{
	width:100%;
	color:#d7e6fb;
	position:absolute;
	bottom:5px;
	text-align:left;
	font-size:12px;
}
#authorized
{
	color:#a94442;

}