#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
#bg canvas {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.lgbak {
    text-align: center;
    background-image: url('/images/lg_background.jpg');
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}
.top-menu {
    text-align: left;
    color: white;
    line-height: 80px;
}
.top-logo img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.top-logo {
    font-family: "Kaiti SC";
    font-size: 32px;
}
.top-logo a, .sm-active a:hover, .sm-active a:focus{
    color: black;
    text-decoration: none;
}
.bottom-text {
    color: white;
    font-size: 14px;
    width: 100%;
    bottom: 0;
    position: fixed;
    padding-bottom: 40px;
}
.lg {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 80px auto 130px auto;
    text-align: left;
    box-shadow: #ddd 0 0 10px;
}
.lg div {
    display: inline-block;
}
.lg-box {
    float: none;
    width: 100%;
    padding: 20px 40px 60px 40px;
}
.lg-tt {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #6bbaa7;
    padding: 40px 40px 16px 40px;
    width: 100%;
}
.lg-tt-main {
    float: left;
    font-size: 18px;
    margin: 0px;
}
.lg-tt-sec {
    float: right;
}
.lg-tt-sec a {
    color: #ed6d52;
}
.lg-form {
    float: left;
    width: 100%;
}
.formlg > table {
    width: 100%;
    margin: 5px 0;
}
.formlg td {
    padding: 10px 0;
}
.lg-small-font {
    font-size: 12px;
}
@media screen and (max-width: 568px) {
    .lg {
        margin: 40px auto 60px auto;
    }
}
/*--------------------------------------
 Login
--------------------------------------*/
.login {
    width: 100%;
    max-width: 400px;
}
.login-3rd {
    width: 100%;
    margin-top: 5px;
}
.login-3rd a {
    margin: 0 10px;
}
/*--------------------------------------
 Register
--------------------------------------*/
.register {
    width: 100%;
    max-width: 780px;
}
.register-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}
.register-form div {
    display: block;
}
.register-form label {
    margin: 0;
    padding: 0;
}
.register-form > div > div {
    padding: 0;
}