body{
    background-image: url('../img/admin_login_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-box{
    width: 1200px;
    height: 100%;
    margin-top: 150px;
    display: flex;
}
.login-left{
    width: 550px;
    height: 400px;
    background-image: url("../img/admin_login_left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-right{
    width: 650px;
    height: 400px;
    padding-left: 150px;
}
.login-main{
    width: 450px;
    height: 450px;
    background-image: url("../img/admin_login_right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
}
.title{
    text-align: center;
    font-size: 25px;
    padding-top: 80px;
    color: #fff0f6;
}
#login-form{
    width: 280px;
    margin: auto;
    margin-top: 20px;
}
.input-group{
    background-color: #1c4a70;
    margin-bottom: 20px;
}
.input-group .input-group-addon{
    background-color: #1c4a70;
    border: 1px solid #156da6;
    border-right: none;
}
.input-group .glyphicon{
    color: #4aabfe;
    font-size: 16px;
}
.input-group input{
    background-color: #1c4a70;
    border: 1px solid #156da6;
    border-left: none;
    height: 35px;
    color: #fff;
    font-size: 14px;
}
.captcha{
    width: 100px;
}
.checkbox{
    margin-top: 0px;
}
.inline{
    color: #fff;
    font-size: 14px;
}
.inline .text{
    position: absolute;
}
.btn-success-login{
    width: 100%;
    height: 35px;
    line-height: 0px;
}