
html,body,#app{
	margin:0;
	padding:20;
	height:100%;
	font-family: 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', 'STHeiti', 'simsun', 'sans-serif';
    font-size: 14px;
    min-height: 500px;
}

.login-container p{
	padding:0;
	margin:0;
	
}
.login-container{
	width:100%;
	height:100%;
	background-color: #374654;
	border-radius: 3px;
	background-image: url('/static/authority/image/login_bg.png') ;
	background-position: right bottom;
	background-repeat: no-repeat;;
	overflow:hidden;
}
.login-container .login-bg{
	position:absolute;
	right:0px;
	bottom:0px;
	width:476px;
	height:249px;
	background: url('/static/authority/image/login_bg.png') no-repeat right bottom;
}
.login-container .login-dialog{
	position: absolute;
	left:50%;
	top:50%;
	margin:-235px 0 0 -180px;
	width:360px;
	height:470px;

	background-color: #fff;
	box-shadow: 3px 3px  5px #374654;
	z-index: 2;
}
.login-container .title{
	margin-top: 25px;
    margin-left: -5px;
    width: 370px;
    height: 54px;
    background: url('/static/authority/image/login_title.png') no-repeat right bottom;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	
}
.login-container .login{
	width: 320px;
    margin: auto;
}
.login-container .login-label{
    text-align: left;
    padding: 20px 0 0 0;
    line-height: normal;
    font-size:14px;
}
.login-container .input-box{
	position:relative;
	margin:10px 0 0 0;
	width:318px;
	height:38px;
	border:1px solid #e8e8e8;
	border-radius: 3px;
	
}
.login-container .input-box input{
    width: 270px;
    position: absolute;
    right: 6px;
    top: 6px;
    outline: none;
    border: none; 
    height: 22px;
    cursor: text;

}
.login-container  .code-box{
	position:relative;
	margin-top: 10px;
	overflow: hidden;
}
.login-container .login  .code-input{
	margin:0;
	width:178px;
}
.login-container .login  .code-input input{
	width:135px;
}
.login-container .send-btn{
	position:absolute;
	right:0;
	top:0px;
	display:block;
	float:right;
	width:118px;
	height:38px;
	border:1px solid #4b9be6;
	border-radius: 2px;
	color:#4b9be6;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	text-decoration: none
}
.login-container .sending{
	border:none;
	background: #eceded;
	color:#999;
	cursor:default;
}
.login-container .icon{
	width:16px;
	height:14px;
	background:url('/static/authority/image/login_icon.png') no-repeat;
}
.login-container .u-icon,.login-container .p-icon,.login-container .c-icon{
	position:absolute;
    top: 11px;
    left: 10px;
}
.login-container .p-icon{
		height:18px;
	background-position: 0 -18px;
}
.login-container .c-icon{
	background-position: 0 -39px;
}
.login-container .error-tips{
	height:50px;
	line-height: 50px;
	text-align: center;
	color:#fe512f;
	font-size:12px;
}
.login-container .login-btn{
	display:block;
	height:40px;
	line-height: 40px;
	color:#fff;
	border-radius: 3px;
	font-size:16px;
	text-align: center;
	font-family: bold;
	background-color: #4b9be6;
}



.admin-index{
	width: 100%;
	text-align: center;

}
.admin-index img{
	width: 100%;
	max-width: 776px;
	max-height: 575px;
		
}












