body{
	width: 100%;
	height: 100vh;
	background: url(../img/loginbg.png) no-repeat center;
	background-size: cover;
	display: table;
	text-align: center;
}
.content-box{
	display: table-cell;
    vertical-align: middle;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
.login-title{
	color: #fff;
	font-size: 46px;
	text-align: center;
	margin-bottom: 50px;
	background:url(../img/logoLong.png) no-repeat;
	background-size: 100% 100%;
	height: 90px;

}
.left_status{
	width: 500px;
    margin-right: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: left;
}

.left_status>p:last-child{
	text-indent: 47px;
}
.box{
	background: #fff;
	position: relative;
}
.content{
	width: 1100px;
	display: inline-block;
}
.con-box{
	width: 420px;
	height: 374px;
	padding: 40px;
}
.con-box-title{
	font-size: 24px;
	color: #666;
	font-weight: bold;
}
.show-btn,
.show-btn:hover{
	color: #00b0f0;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.tip-text{
	text-align: center;
	color: #666;
	padding: 60px 0;
}
.tip-text p{
	margin: 5px 0;
}
.con-box-group{
	margin-bottom: 20px;
}
.con-box .con-box-group:nth-of-type(3){
	margin-top: 40px;
	font-size: 14px !important;
}
.check-btn-box{
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #999;
}

.check-btn-box input{
	margin-right: 5px;
}
.ipt-group{
	border-bottom: 1px solid #cacaca;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	color: #999;
	height: 70px;
	text-align: left;
}
.ipt-group label{
	display: block;
	color: #999;
	padding: 5px 0;
}
.ipt-group input{
	font-size: 16px;
	color: #666;
	padding: 5px 0;
	width: 100%;
}
.ipt-group:nth-last-of-type(2) input{
	padding-top: 33px;
}
.ipt-group:nth-of-type(2){
	margin-top: 20px;
}
#login-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3598db;
	color: #fff;
	margin-top: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ipt-group-code input{
	width: 295px;
}
.ipt-group-code img{
	width: 75px;
    height: 28px;
    float: right;
    margin-top: 25px;
}
.title-color{
	color: #3598db !important;
}








