@charset "utf-8";
/* CSS Document */
.login-background{
	width:100%;
	height:auto !important;
    min-height:600px;
	position:relative;
	overflow:hidden;
	background:#fff url(../images/login.jpg) no-repeat 0px -82px;
	background-size:100%;
}
.login{
	position:absolute;
	width:402px;
	height:302px;
    margin-top:-146px;
    margin-left:-201px;
    left:50%;
    top:50%;
}
.login-bg{
	position:absolute;
	width:400px;
	height:300px;
    margin-top:-150px;
    margin-left:-201px;
    left:50%;
    top:50%;
}
.login-bg{
	filter:Alpha(opacity=80);
    opacity:.8;
    background:#fff;
    border:solid 1px #e0e2e7;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.login-form{
	position:relative;
    padding:0 45px;
}
.login-form .title{
	text-align:center;
    height:60px;
    line-height:75px;
    font-size:20px;
}
.login-form .colomn{
	position:relative;
    border-radius:2px;
    margin:8px 0;
    padding:0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border:solid 1px #c0c0c0;
}
.login-form .usernamebg{
	background:#fff url(../images/ReportServer.png) no-repeat 17px 10px;
}
.login-form .passwordbg{
	background:#fff url(../images/ReportServer.png) no-repeat 17px -50px;
}
.login-form .colomn input{
    position:relative;
    margin:0 0 0 55px;
    padding:0;
    outline:0;    
    border:0;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
	vertical-align:middle;
    font-size:16px;
	width:253px;
    height:42px;
	line-height:42px;
}
.login-form .btcolomn{
	margin-top:26px;
}
.login-form .btcolomn .btn{
	display:block;
	width:310px;
    height:42px;
	border:none;    
    background:#47a8ea;
    color:#fff;
    text-align:center;
    line-height:42px;
    font-size:20px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    cursor:pointer!important;
    outline:0;
}
.login-form .colomn .colomn_l{
	width:96px;
	height:42px;
	line-height:42px;
	font-size:16px;
	float:left;
	text-align:center;
}
.login-form .colomn .colomn_r{
	width:214px;
	height:42px;
	float:left;
}
.login-form .colomn .colomn_r input{
	padding:0px;
	margin:11px 0px;
	width:154px;
	height:20px;
	outline:none;
}
.login-form .colomn .colomn_r_l{
	width:110px;
	height:42px;
	float:left;
}
.login-form .colomn .colomn_r_l .verify{
	width:110px;
	height:30px;
	line-height:30px;
	padding:6px 0px;
	margin:0px;
}
.login-form .colomn .colomn_r_r{
	width:104px;
	height:42px;
	overflow:hidden;
	float:right;
}
.login-form .colomn .colomn_r_r #captcha_img{
	margin-left:-16px;
	cursor:pointer;
}
.clear{
	clear:both;
}
