.navbar-brand{
    height: 60px;
    line-height: 60px;
    padding: 5px 10px;
    display: flex;
}
.header-img{
    height: 50px;
}
.header-title{
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    margin-left: 6px;
    color: #000000;
}

.nav > li > a {
    padding: 15px 10px;
    font-size: 16px;
}
main.content {
    padding: 15px;
    padding-top: 20px;
    height: calc(100vh - 110px);
    background-color: #f1f4fd;
    background: #a1d9f0 url(../img/bd_login.jpg) no-repeat center bottom;
    position: relative;
    background-size: contain;
}
.contentFrame{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.logoPic{
    width: 200px;
}
.bigLogo{
    width: 100%;
}
#login-form {
    padding: 40px 30px;
    position: relative;
    z-index: 99;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 430px;
    margin: 150px 150px 0;
    background-color: #f1f4fd;
    float: right;
}
#login-form .input-group {
    margin-bottom: 20px;
}
.form-control {
    height: 40px;
    line-height: 1.42857143;
}
#login-form .form-btn {
    height: 32px;
    line-height: 1.42857143;
}
#register-form {
    padding: 40px 30px;
    position: relative;
    z-index: 99;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 430px;
    margin: 150px 150px 0;
    background-color: #f1f4fd;
    float: right;
}
#register-form .input-group {
    margin-bottom: 20px;
}
#register-form .form-btn {
    height: 32px;
    line-height: 1.42857143;
}
#register-form .btn-captcha{
    margin-left: 3px;
}
.msg-box.n-right{
    display: none;
}
footer.footer {
    margin-top: 0;
}
