@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

#all {
	width: 600px;  

	border: 1px solid #429bc7; 
/* 	background-color : #72baee;  */
	background-color : #429bc7;
	
}
.incenter{
	 position: absolute;   
     top: 30%;   
     left: 50%; 
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

#all2 {
	border: 1px solid #429bc7; /
	background-color : #429bc7;
	position:absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	position: absolute;
}

#header {
	
}

/* #header img{
	width:30px;
	height:30px;
} */
#header h3 {
	font-size: 20px;
	color: white;
}

#login {
	background-color: white;
}

#left {
	float: left;
	/*border: dotted;*/
	border-right: 1px solid gray;
	width:33%;
	box-sizing: border-box;
}

#left ul {
	margin: 10px;
	list-style-type: none;
}

#left ul li {
	line-height: 2em;
	font-size: 18px;
	font-family:STXihei;
}

#right {
	float: left;
	/* 	margin-left: 10PX; */
	padding-left: 10px;
	padding-right: 10px;
	/*text-align:center;*/
	width:67%;
	box-sizing: border-box;
}

#right h3 {
	color: red;
	font-size: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

#right form {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

#right form table {
	width: 100%;
}

input[type='text'], input[type='password'] {
	width: 100%;
/* 	margin-left: -15px; */
}

input[type='submit'] {
	width: 100%;
	background-color: #72baee;
	font-size: 18px;
}

#form-login {
	margin-top:3px;
	margin-left: -10px;
	margin-right:-10px;
	background-color: #429bc7;
	font-size: 18px;
	text-align: center;
}

#form-login:hover{
	cursor: pointer;
	color:red;
}

#form-login a {

	text-decoration: none;
	color:white;
	font-weight: bold;
}