#login {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo_box {
    padding-left: 160px;
    margin: 10px 0;
}

.content {
    background: url(../../img/indexDemo/bg.png) no-repeat center;
    background-size: cover;
    min-height: 450px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10%;
}

.login_page {
    width: 368px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 50px 20px;
}

.select_login_box {
    width: 100%;
}

.select_menu_box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.select_item_active {
    border-bottom: 2px solid #1890ff;
    color: #1890ff;
}

.select_item {
    width: 136px;
    text-align: center;
    padding-bottom: 14px;
    cursor: default;
    font-size: 18px;
    color: #666;
}

.acc_pas_box {
    margin-top: 24px;
}

.relative {
    position: relative;
}

#login .login_span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 56px;
    height: 48px;
    line-height: 48px;
}

.login_icon_new {
    margin-left: 3px;
    position: absolute;
    left: 0;
    width: 28px;
    height: 38px;
}

.icon_pwd_new {
    background: url(../../img/indexDemo/password.png) no-repeat center;
}

.icon_user_new {
    background: url(../../img/indexDemo/account.png) no-repeat center;
}

#login .login_input_new {
    padding-left: 30px;
    border-radius: 4px !important;
    height: 40px;
    font-size: 18px;
}

#login .checkbox {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
}

.login_btn_new, .login_btn_new:active, .login_btn_new:focus {
    border-radius: 4px !important;
    background-color: #1890ff;
    color: #fff;
    height: 40px;
    border-width: 0;
    font-size: 19px;
    font-family: Microsoft YaHei;
}

.index_footer {
    text-align: center;
    padding: 25px 0;
    box-shadow: none;
    background-color: #f2f2f2;
    font-size: 15px;
    color: #999999;
}

#login input[type=text]:-webkit-autofill, #login input[type=password]:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

.top_5 {
    top: 5px !important;
}

.top_10 {
    top: 10px !important;
}

.w_b_100 {
    width: 100%;
}

.background-default {
    background-color: #fff !important;
}
