/*注册*/
body{
    /*background-color: #1C1CC6 !important;*/
    background:url(../images/home/bg-login.png) no-repeat;
	background-size: 100% 100%; 
}
.container-fluid{
    height: 100vh;
}
.header-logo{
    margin:2em 2em 0em 2em;
}
.login{
    z-index: 2;
    width: 500px;
    border-radius: 5px;
    height: 455px;
    background: white;
    box-shadow: 0px 0px 5px #333333;
    position: absolute !important; 
    left: 50% !important; 
    top: 50% !important; 
    margin: -220px 0 0 -240px !important;
    transition: all 1s;
    -moz-transition: all 1s;   /* Firefox 4 */
    -webkit-transition: all 1s;  /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
.login-top{
    font-size:24px;
    font-family:Microsoft YaHei UI;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:48px;
    text-align: center;
    padding: 30px;
}
.login-center-input input{
    z-index: 2;
    transition: all 0.5s;
    height: 30px;
    border: 0;
    border-bottom: 1px solid rgba(170,170,170,1);
    box-sizing: border-box;
    outline: none;
    width: 80%;
    margin-left: 10%;
    font-size:18px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(51,51,51,1);
}

.login-center-input input::placeholder {
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(153,153,153,1);
}

.forgetpwd{
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(102,102,102,1);
    float: right;
    margin-right: 10%;
    margin-top: 10px;
}

.pass_input{
    margin-top: 40px;
}

.button{
    cursor: pointer;
    text-align: center;
    padding: 12px;
    border-radius: 2px;
    margin: 0 auto;
    width: 80%;
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
}

.login_btn{
    background-color: rgba(0,0,255,1);
    color:rgba(81,227,52,1);
    margin-top: 4em;
}

.reg_btn{
    border: 1px solid rgba(170,170,170,1);
    margin-top: 1em;
}

.reg_btn a{
    color:rgba(102,102,102,1);
}

.reg_btn a:hover{
    color:rgba(102,102,102,1);
    text-decoration:none;
}

.footer{
    left: 50%;
    margin-left: -140px;
    position: absolute;
    bottom: 30px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.38;
}


/*首页*/
/*适配笔记本电脑*/
@media screen and (max-width: 1366px) {


}
/*适配笔记本电脑*/
/*适配手机端*/
@media screen and (max-width: 768px) {
    .header-pglogo{
        width: 160px;
        height: auto;
    }
    .header-logo{
        margin:2em 2em 0em 1em;
    }

}
/*适配手机端*/