html,body {
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin: 0;
	padding:0;
	background: url('../images/bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
} 

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}


.cms{
/* 	width: 800px;  */
	margin: 0 auto;
	position: absolute;
	top: 45%;
    left: 50%;
    transform: translate(-50%,-50%); 
    z-index:99; 
}

.cms .logo {
	width: 50%;
	/* float: left; */
	margin: 10px auto 0 auto;
	text-align: center;
}

.cms .logo img {
	width: 100%;
}

.logo-text {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.cms .login { 
	width: 490px;   
	height: 460px;   
	float: left; 
	border-radius:5px; 
	background-color: #474a59;
	color:#fff;  
    filter:alpha(Opacity=80);
	-moz-opacity:0.85;
	opacity: 0.85;
}

.cms .login .hint {
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	height: 90px;
	line-height: 80px;
	/* float: left; */
}


.cms .login .hint .title { 
	height:90px; 
	float: left;
	font-weight: bold;
	font-size: 35px;  
	text-align: center;
    width: 100%;
}

.cms .login .row {
	width: 400px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	margin-top: 15px;
}

.row.submit-row {
	margin-top: 25px;
}

.cms .login .row .label {
	margin: 0 0 0 10px;
	width: 80px;
	float: left;
	text-align: right;
	line-height: 35px;
}

.cms .login .row .input {
	border: 0px;
    outline: 0px;
    border-bottom: 1px solid #dcdcdc;
    height: 35px;
    line-height: 35px;
    width: 250px;
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.cms .login .row .vcode {
	width: 150px !important;
}

.cms .login .row .vcode_img {
	width: 100px;
	height: 38px;
	background: #DDD;
}

.cms .login .row .submit {
	background: #2f6cb6;
    color: #ffffff;
    border: 0px;
    padding: 10px 80px 10px 80px;
    text-align: center;
    font-size: 18px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: left;
    margin-left: 100px;
    border-radius: 4px; 
}

.err-message { 
	color: red;
	height: 35px;
	line-height: 35px; 
	float: left;
	text-align: center;
	margin-top: 20px; 
	width: 100%;
	font-weight: bold;
}

.footer {width: 100%;text-align: center;position: absolute; bottom:0; padding-bottom: 5px;  font-size: 10px;
color:#fff;}
.footer div a{ color:#fff; text-decoration: none;}
.footer .ba-info {padding-bottom: 5px;}
.footer .ba-info img {width: 18px; vertical-align: bottom; padding-right: 5px;}

.bg_canvas {
	opacity: .2; 
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}