body{
    background: url("../images/loginBackground.gif");
    background-size: cover;
    background-repeat: no-repeat;
}
#logo .row{
    margin-top: 5%;
}

#register-box {
    margin: 10px;
    padding: 0px;
}
#register-box .row{
    color: #000000;
}
#register-box #form-box{
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px #888888;
}
#register-box .form-horizontal{
    font-family: 黑体;
    color: #a9a7a7;
}
#getCodeBtn{
    text-align: center;
    height: 32px;
    display: block;
    background-color: red;
    color: white;
    text-decoration:none;
    padding-top: 6px;
    border-radius: 2px;
}
#getCodeBtn1{
    text-align: center;
    height: 32px;
    display: block;
    background-color: red;
    color: white;
    text-decoration:none;
    padding-top: 6px;
    border-radius: 2px;
}
.registerBtn{
    background-color: #f73c3c;
    color: #fff;
    border: 1px solid;
    font-family: 黑体;
}
.haveUsername{
    font-family: 宋体;
    color: #6f687be8;
}
.haveUsername a{
    color: #f73c3c;
    font-weight: bold;
}
/* .form-horizontal .form-group{
    margin: 0px;
} */

/*超小屏幕*/
#register-box .row{
    margin-top: 5%;
}
#register-box #form-box{
    padding: 20px 10px 10px 10px;
}
#register-box .form-horizontal{
    font-size: 14px;
}
#usernameLabel,#passwordLabel,#codeLabel{
    margin-top: 6px;
    padding-right: 0px;
}
#codeLabel{
    /* padding:0px 0px 0px 0px; */
}
#getCodeBtn{
    width: 100%;
    font-size: 14px;
    padding: 6px 6px;
}
#xieYiCheck{
    margin: 0px;
    width: 13px;
    height: 13px;
    float: left;
    margin-top: 4px;
}
#xieYiLabel{
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.registerBtn{
    border-radius: 30px;
    font-size: 16px;
    padding: 5px 18px;
    /* letter-spacing: 5px; */
}
#haveUserDiv{
    padding: 0px 8px;
}
.haveUsername{
    font-size: 14px;
}
.haveUsername a{
    font-size: 14px;
}

/*大屏幕和中屏幕和小屏幕*/
@media screen and (min-width: 768px){
    #register-box .row{
        margin-top: 10%;
    }
    #register-box .form-horizontal{
        font-size: 16px;
    }
    #usernameLabel,#passwordLabel,#codeLabel{
        /* margin-top: 6px; */
    }
    #codeLabel{
        /* padding:0px 15px 0px 0px; */
    }
    /* #getCodeBtn{
        font-size: 16px;
        padding: 4px 12px;
    } */
    #xieYiCheck{
        margin: 0px;
        width: 14px;
        height: 14px;
        float: left;
        margin-top: 4px;
    }
    #xieYiLabel{
        font-size: 14px;
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .registerBtn{
        border-radius: 30px;
        font-size: 18px;
        padding: 5px 20px;
        /* letter-spacing: 5px; */
    }
    .haveUsername{
        font-size: 14px;
    }
    .haveUsername a{
        font-size: 14px;
    }
}
/*大屏幕表单*/
@media  screen and (min-width: 1200px) {
    #register-box #form-box{
        padding: 70px 60px 60px 60px;
    }
}
/*中屏幕表单*/
@media screen and (min-width: 992px) and (max-width: 1200px){
    #register-box #form-box{
        padding: 50px 50px 40px 50px;
    }
}
/*小屏幕表单*/
@media screen and (min-width: 768px) and (max-width: 992px){
    #register-box .row{
        margin: 5% 10%;
    }
    #register-box #form-box{
        padding: 50px 50px 40px 50px;
    }
    #getCodeBtn{
        font-size: 14px;
        padding: 4px 11px;
    }
}


