/* 登录页 开始*/
html, body {
    height: 100%;
    overflow: auto;
    font-family: "Microsoft YaHei";
    display: flex;
    flex-direction: column;
    justify-content:center;
}

input[type="password"]::-ms-reveal{
    display: none;
}
input[type="password"]::-ms-clear{
    display: none;
}
input[type="password"]::-o-clear{
    display: none;
}
#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;
}

#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: 12px;
    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: 4px;

}

#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;
}
/*登录页  结束*/
.checkbox {
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #3fb8a9;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    vertical-align: middle;
    margin-left: -14px;
}
.checkbox-checked {
    background: #00d5a5;
}
.sys-select {
    margin-top: 15px;
}
.select-label {
    color: #7bd1c7;
    font-size: 14px;
    vertical-align: middle;
}
.atb-user:hover , .atb-secret:hover {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

/* 扫码下载 */
.atb-barcodeDownload{
    position: relative;
    text-align: center;
    margin-top: 15px;
    color: #7bd1c7;
    display: none;
}
#iosBarCode, #androidBarCode {
    display: none;
}
.atb-barcodeDownload .sys-saomiao {
    vertical-align: middle;
}
.atb-barcodeDownload .atb-barCodeBg {
    position: absolute;
    bottom: 0;
    left: -50px;
}
.atb-barcodeDownload .atb-barCodeBg .atb-qrcode {
    position: absolute;
    width: 140px;
    height:140px;
    top: 40px;
    left: 34px;
    overflow: hidden;
}
.atb-barcodeDownload .atb-barCodeBg-android {
    left: 30px;
}
.atb-barcodeDownload .atb-text {
    font-size: 14px;
    position: relative;
    /*color: #666666;*/
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    z-index: 1;
}
.atb-barcodeDownload .atb-text:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.atb-barcodeDownload .atb-android {
    margin-left: 0;
}