@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html,body {
	width: 100%;
	height: 100%;
}
body  {
	background-color:white;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}
#container {
	height: 100%;
}
#bg {
	width:100%;
	height:624px;
	position:absolute;
	top:50%;margin-top:-312px;
}
#bg>div {
	height:430px;
	margin-top:78px;
	background-image: url("../image/bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}
.center1 {
	width:1120px;
	height:624px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-610px;
	margin-top:-312px;
}
#title {
	height: 58px;
	padding-bottom: 20px;
}
#title>img {
	height: 58px;
	float: left;
	background: #426ffe;
}
#title>div {
	float: left;
	clear: right;
	margin-left: 24px;
	color: #426ffe;
}
#title>div>div:first-child {
	font-size: 23px;
}
#title>div>div:nth-child(2) {
	font-size: 16px;
	margin-top: 8px;
}
#main {
	padding-top: 48px;
}
#slogan {
	width: 499px;
	float: left;
	margin-top: 99px;
	color: #426ffe;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:5px;
}
#slogan>p:nth-child(2) {
	margin-left: 89px;
	margin-top: 20px;
}

#slogan-text {
	float: left;
	width: 600px;
	height: 100px;
	background-image: url("../image/slogan.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#form-container {
	width: 380px;
	float: left;
	margin-left: 180px;
	background-color: white;
}
#form-container>hr{
	border:none;
	height:4px;
	margin-top:-7px;
	padding:0px;
	border-top: 4px solid #426ffe;
	border-bottom: 0px;
}
#form-container>div{
	padding-left: 32px;
	padding-right: 30px;
}
#form-label {
	padding-top: 25px;
	padding-bottom: 28px;
	font-size: 12px;
	color: #426ffe;
}
#loginForm>div{
	height: 40px;
	border: 1px solid #b0b0b0;
}
#loginForm>div:nth-child(2){
	margin-top: 15px;
}
#loginForm>div:nth-child(3){
	margin-top: 15px;
}
.margin-top15 {
	margin-top: 15px;
}
#loginForm>div>img:not([id="img-validate"]){
	margin-top: 5px;
	float: left;
	padding: 6px;
}
.form-icon{
	float: left;
	padding: 10px;
}
#loginForm>div>input{
	height: 32px;
	width: 260px;
	margin-top: 4px;
	font-size: 14px;
	float: left;
	clear: right;
	border: 0px;
	outline:none;
	margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow:none;
}
#img-validate {
	float: right;
	width: 100px;
	height: 36px;
	margin-top: 2px;
}
#loginForm>div>input::-moz-placeholder {
	color:#666666;
}
#loginForm>div>input:-moz-placeholder {
	color:#666666;
}
#loginForm>div>input::-webkit-input-placeholder  {
	color:#666666;
}
#loginForm>div>input:-ms-input-placeholder {
	color:#666666;
}

#loginForm input[type="submit"] {
	width: 100%;
	height: 40px;
	margin-top: 36px;
	margin-bottom: 31px;
	border-radius: 0px;
	border-width: 0px;
	background-color: #426ffe;
	color: white;
	font-size: 15px;
}
.header {
	height: 60px;
	padding-top: 30px;
}
.alert {
	position: relative;
	width: 300px;
	margin: 0 auto;
	*padding-bottom: 0px;
}

label.error {
	background: none;
	padding: 2px;
	font-weight: normal;
	color: inherit;
	margin: 0;
}
