.login-wrap > h1{
	text-align: center;
}
.login-wrap{
	margin-bottom: 300px;
	margin-top: 180px;
}
.login-wrap .dept-input-wrap{
	display:block;
	text-align: center;
}
.login-wrap .dept-input-wrap > span{
	display: inline-block;
	width: 100px;
}
.login-wrap .dept-input-wrap input{
	width: 290px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	color: #686868;
	font-weight: normal;
}
.login-wrap .dept-input-wrap input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	color: #686868;
	font-weight: normal;
}
.login-wrap .dept-login-btn{
	width: 300px;
}
.login-wrap .dept-btn-wrap{
	text-align: center;
	margin-top: 25px;
}
.login-log{
	background: url(../img/login-log.png) no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block; 
	margin-bottom: 25px;
}
.login-content-wrap{
	width: 290px;
	margin: auto;
	text-align: right;
}