.h1{
	font-size: 35px;
	letter-spacing: 5px;
	line-height:100px;
	text-align: center;
	color: #007BB6;
}
.login-box{
	width:600px;
	min-height:400px;
	box-shadow: 0 0 10px 1px #ddd;
	margin:100px auto;
	border-radius: 10px;
	overflow: hidden;
}
.tabBar{
	height:60px;
}
.tabBar li{
	width: 33.333%;
	height: 100%;
	line-height: 60px;
	background: #222;
	color: #fff;
	text-align: center;
	border-right: 1px #fff solid;
	cursor: pointer;
}
.tabBar li.active{
	background: #f3f3f3;
	color: #000;
}
.tabBar li:last-child{
	border-right:none;
}
.user-info{
	padding:20px;
}
.user-info label{
	width:150px;
	padding-left:20px;
}
.user-info .group,.ver-code{
	height:75px;
}
.user-info .group input{
	border: none;
	width:400px;
	height:40px;
}

.ver-code input{
	width:200px;
	height:40px;
}
.login-btn{
	display: block;
	width:88%;
	margin:0px auto 0 auto;
	font-size: 20px;
	letter-spacing: 10px;
	height: 50px;
	text-align: center;
    /* line-height: 50px; */
	background: #299EBA;
	/* background: linear-gradient(to right, #90caf9, #047edf 99%); */
    border: 0;
 /*   -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; */
    color: #fff;
    letter-spacing: 10px;
}
.avator{
	width: 140px!important;
	
}
.user-info .group, .ver-code{
    width: 88%;
	    height: auto;
	    margin:0px auto 20px;
	    border-bottom: 1px solid #666;
	
}
.ver-code input{
	    width: 145px;
		height: auto;
		border: none;
}
.user-pwd{
	position: relative;
}
#eyes{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
}