a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

html, body {
    height: 100%;
}

/* body{ font-family: "微软雅黑", "宋体"; background: linear-gradient(#1E92CC, #39CEC8) } */
body {
    font-family: "微软雅黑", "宋体";
    background: url('../img/img_bg.png') no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.loginbox {
    position: relative;
    height: 100%;
    width: 100%;
}

.login_title {
    position: absolute;
    top: 8%;
    left: 7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 38px;
    color: #3c53b4;
}

.login_title .login_dot {
    height: 72px;
    margin-right: 30px;
}

.login_title .login_logo {
    height: 72px;
    margin-right: 30px;
}

.loginbox .loginbody {
    background-color: #fff;
    width: 449px;
    height: 454px;
    position: absolute;
    right: 17%;
    top: 20%;
    border-radius: 4px;
    padding: 66px 74px 112px 75px;
    box-sizing: border-box;
}

.login_dian_submit {
    padding-top: 100px;
    position: relative;
}

.welcome_login {
    font-size: 28px;
    color: #3c53b4;
}

.welcome_login_xian {
    display: flex;
    flex-direction: row;
    margin: 26px 0;
}

.welcome_login_lan {
    background-color: #3c53b4;
    width: 50%;
    height: 3px;
}

.welcome_login_hui {
    background-color: #e6e6e7;
    width: 50%;
    height: 3px;
}

/* .loginbox{ height: 100%; display: flex; justify-content: center; align-items: center; } */
/* .loginbody{ width: 50%; max-width: 900px; } */
.loginbody img {
    width: 100%;
}

.loginbody h5 {
    font-size: 20px;
    margin: 50px 0 20px;
    text-align: center;
    color: #fff;
}

.showPwd {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 3;
}

.showPwd span {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.showPwd.active span {
    color: #32addb;
}

.login-logo {
    width: 42%;
    margin: 60px auto 0;
    overflow: auto;
}

/* .form-horizontal{ display: flex; flex-direction: column; justify-content: center; align-items: center; } */
.form-group {
    width: 100%;
}

.loginbox .form-control {
    text-indent: 30px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 45px;
    padding-left: 30px;
    background-color: transparent;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.loginbox .form-control:-internal-autofill-selected {
    background-color: transparent;
}

.loginbox .form-control:focus, .loginbox .form-control:active {
    border: 2px solid #37CEC7;
}

.loginbox .form-control::-webkit-input-placeholder {
    color: #333;
}

.loginbox .form-control::-moz-placeholder {
    color: #333;
}

.loginbox .form-horizontal .form-group {
    margin: 0 0 22px;
}

.loginbox .form-horizontal .btn {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    background-color: #3c53b4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
}

input[type="password"] {
    padding-right: 50px;
}

.relative {
    position: relative;
    padding: 0;
}

.form-group .inputIcon {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 5;
    color: #fff;
    text-align: center;
    width: 16px;
    height: 18px;
    line-height: 17px;
}

.focus .inputIcon {
    border-right-color: #48afdc;
    color: #84bcdf;
    background-color: #ebf6fd;
}

.systemInfo {
    color: #9fdcf4;
    font-family: "宋体";
    font-size: 12px;
    margin-top: 20px;
}

.input-group-btn .btn {
    padding: 9px 12px;
}

#loginBtn {
    margin-top: 40px;
    background-color: #86ca35;
    font-size: 22px;
    font-weight: 400;
}

#loginBtn:hover {
    background-color: #66aa15;
}

.loading {
    width: 160px;
    height: 56px;
    position: fixed;
    top: 30%;
    left: 46%;
    line-height: 56px;
    color: #fff;
    padding-left: 60px;
    font-size: 15px;
    background: #000 url(../img/loader.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    display: none;
}

.loading-block {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /*background-color: #CCCCCC;*/
    opacity: 0.5;
    display: none;
}

.help-block {
    display: inline
}

#errorMsg {
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    color: red;
    font-size: 13px;
}

#kaptcha {
    display: flex !important;
}

/* .kaptcha{position: absolute;right:0;top:0;bottom:0; cursor: pointer} */
.kaptcha {
    margin-left: 20px;
}

.loginbox #kaptcha .form-control {
    text-indent: 0;
    padding-left: 16px;
}

.kaptcha img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
}

/* #kaptcha{display: none} */