@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-color: #ffffff;
    font-family: 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.login-top, .reg-top {
    height: 180px;
    background: url("../images/login_top.jpg") center no-repeat;
    background-size: cover;
}

.login-top .title, .reg-top .title {
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    padding-top: 50px;
}
.login-top .title .welcome {
    font-size: 20px;
}

.login-form, .reg-form {
    width: 80%;
    margin: 0 auto;
}

.login-form .form-inner, .reg-form .form-inner {
    max-width: 330px;
    margin: 0 auto;
    padding: 40px 0px;
}

.login-form .login-tip {
	text-align: center;
	margin-top: -20px;
	padding: 10px;
	height:40px;
	
}

.login-form .login-tip .error {
	color: #ff0000;
	font-size:16px;
}

.login-form .form-inner form, .reg-form .form-inner form {
    padding: 0 15px;
}

.login-form .horizontal-line, .reg-form .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 30px;
    margin-top: 10px;
}

.login-form .button, .reg-form .button {
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.button-royal, .button-royal-flat {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #FFF;
}
.button-rounded {
    border-radius: 4px;
    opacity: 0.8;
}

.button {
	font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    border: none;
}


