/* 登录页 开始*/
html, body {
    height: 100%;
    overflow: auto;
    font-family: "Microsoft YaHei";
    display: flex;
    flex-direction: column;
    justify-content:center;
}

#login-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#login-top {
    text-align: center;
    height: 164px;
    background-image: url("../../images/login/login-bac-header.png");
    flex-shrink: 0;
    background-position: bottom;
    background-repeat: repeat-x;
}

.sys-login-title, .sys-login-jiuhe {
    display: none;
}
/* 安图久和 is start */
.sys-login-jiuhe {
    box-sizing: border-box;
    height: 126px;
    line-height: 126px;
    padding: 16px 50px 0 54px;
}
.sys-login-jiuhe .login-title-line {
    width: 50px;
    height: 1px;
    background: #1dc8b2;
    display: inline-block;
}
.sys-login-jiuhe .login-title {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    margin: 0 30px;
}
/* 安图久和 is end */
#logo {
    margin-top: 84px;
}

#login-center {
    height: calc(100% - 220px);
    display: flex;
    justify-content: center;
    background-image: url("../../images/login/login-bac-main.png");
    background-position: 50% 50%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

#login-content-wrapper {
    width: 975px;
    display: flex;
}

#login-content-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#login-content-left #login-product-img {
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
    border: 0;
}

#login-content-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 81px;
}

#loginForm {
    width: 400px;
    height: 61%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: rgba(225, 225, 225, 0.3);*/
    border-radius: 10px;
    box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    margin-bottom: 0;
    max-height: 440px;
    min-height: 400px;
}

body .login_input {
    background-color: #e3e3e3;
    border: 1px solid #68baaa;
    height: 38px;
    line-height: 38px;
    width: 292px;
    padding: 0 0 0 15px;
    margin-bottom: 18px;
    color: #333;
    font-size: 14px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

body .login_input:focus {
    background-color: #fff;
}

#login_btn {
    cursor: pointer;
    width: 292px;
    border: none;
    height: 36px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    background-color: #00d5a5;
    margin-top: 22px;

}

#login-bottom {
    height: 195px;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    background-image: url("../../images/login/login-bac-bottom.png");
    background-repeat:repeat-x;
}
#login-form .alert{
    margin-bottom: 5px;
}

.footer-strong {
    color: #333;
}

#messageBox {
    width: 292px;
    padding: 0px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    left:50%;
    bottom: -10px;
    transform:translate(-50%);
    border-radius: 4px;
    margin-bottom: 10px;
    color: #bd4247;
    background-color: #f2bdb1;
    border: 1px solid #f0a5a4;
}
#messageBox .error {
    background: url('./../../images/login/unchecked.gif') no-repeat 0 4px;
    padding-left: 18px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #ea5200;
    margin-left: 10px;
}

#messageBox label {
    display: block;
    height: 24px;
    line-height: 24px;
    float: left;
    clear: both;
    font-size: 12px !important;
}

label.error {
    background-position: left center;
    padding-bottom: 0;
}
.login_input_div {
    width: 100%;
    text-align: center;
}
.login_margin {
    margin-left: 26%;
    text-align: left;
}
.login_margin .login_input {
    vertical-align: unset !important;
    width: 50%;
}
.login_margin img {
    border-radius: 4px;
    vertical-align: middle;
    border: none;
}
.window-shadow {
    background: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*登录页  结束*/