html,body{
	height:100%;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -30px;
    overflow: hidden;
    background:url(../img/bg-login.png)  center center no-repeat;
    background-size:100% 100%;
}
.page-wrap:after {
    content: "";
    display: block;
}
#footer{
    height: 30px;
    line-height: 2.5;
    color:#fff;text-align:center;
    font-size:12px;
    background:#000;
}
.content{
	position:absolute;
	top:50%;left:50%;
	margin-top:-220px;
	margin-left:-186px;
	padding: 10px 0;
	width:373px;
	height:392px;
}
.logo-login{
	display:table;
	background:#ffffff;
	height:147px;width:100%;
	text-align: center;
}
.login-form{
	background:#ECF7FA;
	width:373px;
	height:245px;
	overflow: hidden;
}
.login-form>form{
	width:284px;
	margin:30px auto;
}
.form-password,.form-name{
	padding-left:5px;
	border:1px solid #dadada;
	border-left:none;
	width:237px;height:43px;
	font-size:16px;
	color:#333;
	line-height:1.5;
}
input:-webkit-autofill {
	background-color: #fff !important;
	background-image: none;
	color: #333;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.ico-user{
	background: url(../img/account.png) #fff center center no-repeat !important;
}
.ico-pass{
	background: url(../img/password.png) #fff center center no-repeat !important;;
}
.table-cell{
	display: table-cell;
	vertical-align:middle;
}
.pdl50{
	padding-left:50px;
}

.disabled{
	background:#b7b7b7 !important;
}

input::-ms-clear { display: none; }
#btn-login{
	margin-top:10px;
	background:#1f84ff;
	width:286px;
	height:45px;
	font-size:20px;
	color:#fff;
}
#btn-login[disabled]{
	cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.logoname{
	font-size:20px;
	color:#333333;
    font-weight: 500;
}
.error{
	font-size:12px;
	color:red;
	height:10px;
	display: inline-block;
}
.form-group{
	margin-bottom: 0;
}
.ico{
	width:50px;height:43px;
	border:1px solid #dadada;
	border-right:none;
}
.form-table{
	display:table;
}
.table-cell{
	display:table-cell;
}
.form-table:focus{
	 border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
