@charset "utf-8";
/* CSS Document */
.admin-login-box{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	min-width: 1000px;
	z-index:-10;
	zoom: 1;
	background:url(../img/admin_login_bg_image_0.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
  }
.Login{width: 400px;margin: 200px auto;text-align: center;}
.Login h2 {color: #fff; text-align: center; font-size: 2.6em; font-weight: 300;}
.Login .line{ position: relative;}
.Login .line  span { position: absolute; top: 10%; left: 30%; background: #5b5c61; height: 1px;width: 40%;}
.LoginR{padding: 0% 1%;}
.ButDiv{margin: 1em 0;}
.Input{
	color: #858282;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom:1px;  
	height:30px; 
	padding-left:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px; 
	vertical-align:middle;
	line-height:30px\9;
}
.Input:hover{ 
	border-color:#6699CC;
}
.name{
	width: 81.2%;
	padding: 1em 1em 1em 3em;
	color: #858282;
	font-size: 16px;
	outline: none;
	background: #fff;
	font-weight: 500;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit- border-radius: 0.3em;
	margin: 0.7em 0;
	background: url("../img/icons-login.png") no-repeat 14px 16px;
	border: 3px solid #FFF;
}
.pas{
	width: 80%;
	padding: 1em 1em 1em 3em;
	color: #858282;
	font-size: 16px;
	outline: none;
	background: #fff;
	font-weight: 500;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit- border-radius: 0.3em;
	margin: 0.7em 0;
	background: url("../img/icons-login.png") no-repeat 13px -61px;
	border: 3px solid #FFF;
}
.code{
	padding: 1em 1em 1em 3em;
    color: #858282;
    font-size: 16px;
    outline: none;
    background: none;
    font-weight: 500;
    border: 3px solid #FFF;
    width: 40%;
    border-radius: 0.3em;
}
.Div {
	width: 100%;
	padding-left: 0.8em;
}
.InDiv{ 
	width:50%;
	float:left;
	padding: 1.1em 1em 1.1em 1em;
	color: #858282;
	font-size: 16px;
	outline: none;
	background: #474a55;
	font-weight: 500;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit- border-radius: 0.3em;
	margin: 0.7em 0;
}
.W100{ 
	width:60%;
	background: #474a55;
}
.loginbut{
	font-size: 2.6em;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 5px 15px;
	width: 100%;
	border: 3px solid #3C86C5;
	background: #3C86C5;
	border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.loginbut:hover{
  background:none;
  border: 3px solid #3C86C5;
  color: #3C86C5;

}