@charset "UTF-8";
.header {
    border-bottom: 3px solid #52a1ec;
    height: 67px;
    background: #52a1ec;
}
.header h2{
	color: #fff;
    font-size: 30px;
    line-height: 67px;
}
.header p{
    color: #fff;
    font-size: 20px;
    line-height: 74px;
    margin-left: 8px;
}
.header a{
	color: #fff;
    float: right;
    font-size: 14px;
    line-height: 87px;
    display: block;
    padding: 0 10px;
    margin-right: 20px;
}

.content{
	position: relative;
}

.content .content-header {
    margin: 15px 60px 0;
    padding: 10px;
    border-bottom: 1px solid #52a1ec;
    font-size: 24px;
    color:#000;
    font-weight: 600;
}
.content-login-lf{
	float:left;
	width: 300px;
    padding: 50px 100px 60px;
    border-right: 1px solid #e5e5e5;
}

.content-login-lf .input-box{
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
.content-login-lf .error-box{
	font-size:12px;
    padding: 6px 4px;
    background-color: #FFF6EC;
    border: 1px #FFD9CA solid;
    margin-bottom: 8px;
    border-radius: 2px;
    display:none;
}
.input-box input{
	color: #333;
    border: 1px solid #ccc;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 32px;
    height: 40px;
    width: 100%;
    max-width: none;
    font-size: 15px;
    line-height: 24px;
}
.input-box input:focus{
	border: 1px solid #52a1ec;
}
.input-box i{
	position: absolute;
    top: 8px;
    left: 12px;
    height: 24px;
    line-height: 24px;
    color: #ccc;
}
.login-button{
    width: 100%;
    background: #52a1ec;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top:30px;
    font-size: 14px;
    border-radius: 4px;	
}
.login-button:hover{
	text-decoration: none;
    background: #6bb0f3;
    color: #fff;
}
.content-login-rf{
    float: left;
    text-align: center;
    padding: 10px 20px;
    width: 400px;
    margin-top: 80px;
}
.content-login-rf h3{
	font-size: 22px;
    color: #52a1ec;
    padding: 10px 0;
    margin-top:10px;
}
.content-login-rf img{
	width: 180px;
	margin-top:10px;
}
.content-login-rf p{
	color: #aaa;
    font-size: 14px;
    margin-top: 14px;
}
.footer{
    background: #faf9f9;
    border-top: 2px solid #52a1ec;
    padding: 25px 0 39px;
    text-align: center;
}
.footer h3{
	font-size: 16px;
}
.footer p{
    color: #aaa;
    margin-top: 14px;	
}