
.register-top{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../img/bgLayer1.png);
    background-size: 100% 100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.register-title{
    text-align: center;
    margin-top: 6%;
}
.register-context{
    height:450px;
    margin-top: 8%;
}

.register-title span{
    font-size: 65px;
    font-family: 华文行楷;
    color: #1954bd;
}


.register-land{
    width: 720px;
    margin: 0 auto;
}


.register-body{
    width: 100%;
    height: 100%;
    position: relative;
}


.register-img{
    display: inline-block;
    width: 40%;
    height: 100%;
    float: left;
    background-image: url("../img/left.png");
}
.img-span{
    display: block;
    text-align: center;
    font-family: 微软雅黑;
    color: #ffffff;
    font-size: 1.8rem;
}

.register-details{
    width: 52%;
    height: 100%;
    background-color:#fff;
    display: inline-block;
    float: left;
    padding: 60px 0px;
}


#username, #password{
    font-family: 微软雅黑;
    color: #c7ceda;
    font-size: 18px;
    border: 0px;
    border-bottom: 1px #006666 solid;
}
.register-details button{
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    -khtml-border-radius: 30px; /* for old Konqueror browsers */
    height: 44px;
    font-size: 22px;
    color: #FFFFFF;
}
.but-login{
    font-family: 微软雅黑;
    background-color: #006666 !important;
}
.register-details button a{
    color: #fff;
    display: block;
}
.register-che .checkbox{
    float: left;
}
.register-che{
    line-height: 15px;
    color: #aaa;
}
.register-che input{
    float: left;
}
label {
    font-size: 12px;
}
.register-che span{
    float: right;
    padding-left: 10px;
}

.register-ecode{
    width: 55%;
    margin: 0 auto;
    margin-top: 106px;
    margin-bottom: 30px;
    display: block;
}


.form-control{
    border: 0;
}
.imp-color{
    font-family: 微软雅黑;
    color: #009999!important;
    font-size: 14px;
}
#username::placeholder, #password::placeholder{
    color: #c7ceda ;
}
#loginhide{
    width: 75%;
    margin: 0 auto;
}
#username{
    margin-top: 50px;
    background-color: transparent!important;;
}
#password{
    margin-top:20px;
    background-color: transparent!important;
}
label {
    font-size: 14px;
    color: red;
    position: relative;
}

label[for='username'],label[for='password']{
    position: absolute;
    bottom: 0px;
    right: 19px;
}

.register-details{
    position: relative;
}

.register-login{
    position: absolute;
    bottom:40px;
    left:10%;
    width: 80%;
}

@media screen and (min-width: 1920px){
    .register-context{
        margin-top: 15%;
    }
    .register-title{
        margin-top: 6%;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1919px){
    .register-context{
        margin-top: 4%;
    }
    .register-title{
        margin-top: 5%;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1679px){
    .register-context{
        margin-top: 0%;
    }
    .register-title{
        margin-top: 4%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    .register-context{
        margin-top: 0%;
    }
    .register-title{
        margin-top: 4%;
    }
}
@media screen and (max-width: 1279px) {
    .register-context{
        margin-top: 0%;
    }
    .register-title{
        margin-top: 4%;
    }
}

