.container{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}
.header{
    position: relative;
    width: 100%;
    height: 15%;
    margin: 0;
}
.center{
    width: 100%;
    /* height: 51%; */
    height: 550px;
    background: url(./../images/login_bar.png) center center no-repeat #010078;
}
.footer{
    width: 100%;
    padding-bottom: 25px;
}

.loginHeader{
    position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loginHeader>.clearFloatLine{
    padding-right: 9.375%;
}
.loginFormBox{
    position: relative;
    height: 100%;
}
.loginForm{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9.375%;
    margin: auto;
    width: 29.68%;
    height: 80%;
    padding: 0 3.9%;
    background: #f2f2f5;
    font-size: 14px;
}
.formTitle{
    font-size: 20px;
    margin: 14.285% 0 10.715%;
    text-align: center;
    font-weight: bold;
    line-height: 26px
}
.inputLabel{
    width: 100%;
    height: 100%;
    /*min-height: 14px;*/
    /*margin-bottom: 4.5%;*/
    padding-left: 18px;
    border: 1px solid #dfdfdf;
    /* display: block; */
}
.loginForm .submitBtn{
    width: 100%;
    height: 11.3%;
    line-height: 11.3%;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}
.loginForm p{
    text-align: center;
    color: #999999;
}
.additionalLine{
    color: #666;
    line-height: 1em;
    margin-top: 7px;
    margin-bottom: 35px;
}
.additionalLine input{
    vertical-align: bottom;
    margin-right: 10px;
}
.footer .bottonCharacter{
    text-align: center;
    padding: 62px 4.8% 0;
    overflow: hidden;
}
.characterBox{
    width: 20%;
}
.characterItem{
    margin: 0 auto;
    font-size: 18px;
    color: #666666;
}
.characterItem img{
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 24px;
}
.brBar{
    width: 600px;
    height: 1px;
    background: #eeeeee;
    margin:44px auto 25px;
}
.bottomTxt{
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    color: #999999;
    letter-spacing: 0.06em;
    padding: 8px 0;
}
.inputStyleLogin{
    position:relative;
    height:50px;
    margin-bottom:20px;
}