body{
    padding: 0px;
    margin: 0px;
    /* background: url('../images/backgroundBig.jpg') center center / cover no-repeat fixed; */
    background-size: 100% 100%;
}
.containerBox{
    color: #fff;
}
.logoImgBox{
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
}
.titleBox{
    width: 100%;
    text-align: center;
    height: 100px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.avatarImg{
    width: 35%;
    margin: 10px auto;
    margin-top: -20px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.loginBox{
    width: 100%;
    height: 100%;
}

.box{
    width: 360px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    background: rgba(255,255,255, 0.2);
    border: 1px solid #ccc;
    border-radius: 5px;
}

.containerBox a,.containerBox a:hover{
    color: #fff;
    text-decoration: none;
}
.loginBtn,.loginBtn:hover{
    color: #fff !important;
    background: #354a70;
    outline: none;
}
.footerBox{
    position: absolute;
    bottom: 20px;
    height: 132px;
}
.updateInfo{
    background: #ffff;
    letter-spacing: 2px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    color: #555;
    opacity: 0.5;
}
.updateInfo li{
    cursor: pointer;
}
.comganyInfo,.updateInfo{
    padding: 10px 20px;
}
.spanRight{
    margin: 10px 0 0 20px;
    width: 2px !important;
    height: 100px;
    background: #fff;
}
#errorCodeStr{
    color: red;
}
a:hover,a:active,a:visited{
    color: #fff;
}

#showArrModal{
    color: #3365ab;
}

#showArrModal .modal-body{
    min-height: 400px;
    text-indent: 4px;
    overflow: auto;
}
#showArrModal .modal-header{
    border-bottom:3px solid #39557c;
}
.titleBox .row{
    width: 100%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.titlePr{
    position: relative;
}
.titlePr h2{
    position: absolute;
    right: 0;
}

.login-screen {
    max-width:400px;
    padding:0;
    margin:0 auto 0 auto;

}
.login-screen .well {
    border: 1px solid #948a8a;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}