body.login_page {
    background-color: #fff;
    background-image: url(../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important;
}

.login {
    /*background: rgba(255, 255, 255, 0.95);*/
    /*padding: 50px;*/
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.login-new {
    padding: 50px;
    margin: 20px 150px;
    width: calc(100% - 300px);
    background: rgba(255, 255, 255, 0.95);
}
.login .login-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #0D68CE;
    line-height: 100%;
    margin-bottom: 20px;
}
.login *{
    color: #3D3D3D;
    font-size:14px;
}

@media (max-width: 767px){
    .login {
        width: auto;
        margin:0 30px;
        padding: 50px 30px;
    }
    .login label{
        font-weight:350;
    }
}

.system {
    text-align: center;
}

.system .icon {
    /*width: 100px;*/
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    background: initial;
    background-size: cover;
}

.system .icon img{
    height: 55px;
}

.system .name {
    /*font-size: 23px;*/
    line-height: 130%;
    text-align: center;
    margin-bottom: 50px;
    /*color: #3b8bd0;*/
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.login .input {
    -webkit-appearance: none;
    margin-top:5px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
}

.login .input:focus {
    outline: none;
    border-color: #bbb;
    background:#fafafa;
}


.login .input:disabled,
.login .input[disabled],
.login .input[disabled]:hover {
    color:#999;
    background:#f7f7f7;
}

.login .submit {
    margin-top:10px;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #3b8bd0;
    border-radius: 3px;
    border: none;
    /*font-size:16px;*/
    font-size: 20px;
    font-weight: 600;
}

.login .submit:hover {
    background: #3c91d9;
}

.login .submit:disabled,
.login .submit[disabled],
.login .submit[disabled]:hover {
    background: #9ebfd9;
    color: #d2e1ed;
}

.login .switch {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 30px;
    background: #3d8ace;
    border-radius: 17px 0 0 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
.login .switch * {
    vertical-align: middle;
    color: #fff;
}
.login .switch i {
    font-size: 21px;
    margin-right: 3px;
}
.login_code {
    width: 100%;
    height: 226px;
    display: none;
    line-height: 26px;
    text-align: center;
}
.login_code .code_img {
    width: 100%;
    height: 190px;
    text-align: center;
    margin-bottom: 10px;
}
.login_code a {
    color: #337ab7;
    text-decoration: none;
}