@charset "utf-8";

.fullBg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}

#web-bg {
    z-index: -2;
}

#div-bg {
    z-index: -1;
    position: absolute;
    top:120px;
    left: 280px;
}

.content {
    width: 800px;
    height: 350px;
    margin: 120px 0 0 280px;
}

#reg_content {
    width: 400px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
}

#logForm {
    margin: 30px 0 0 30px;
}

#codeModal .modal-dialog{
    top: 100px;
    width: 30%;
}

.text-red {
    color: red;
}

.input-group-addon .btn {
    padding: 0;
    line-height: inherit;
    color: #333 ;
    background-color: #eee;
    border: none;
}

#phoneCard, #emailCard {
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #BFBFBF;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
}

#phoneCard.active, #emailCard.active {
    background-color: #bfbfbf;
    color: #fff;
}

#yiyi .loginDiv {
    width:64%;
    margin-left: 27%;
}

.switchBtn{
    width: 20%;
    height: 32px;
    float: right;
    margin-top: 50px;
    margin-right: 15%;
    border: 1px solid #337ab7;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #337ab7;
    font-size: 13px;
    cursor: pointer;
}

.switchBtn:hover{
    border: 1px solid #286090;
    color: #286090;
}
#administrators{
    font-size: 20px;
    color: #86c8fa;
    padding-top: 20px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}
.btn.btn-primary{
    background-color: #4492eb !important;
}
.btn.btn-primary:active{
    background-color: #4492eb !important;
}
.btn.btn-primary:hover{
    background-color: #4492eb !important;
}