body {
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

.header .system-logo {
    height: 28px;
}

.header .system-name {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
}
.header #header-lang-switch-select{
    vertical-align: middle;
    margin-left: 30px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
    background: transparent;
    font-size: 13px;
    color: #333333;
    width: 100px;
    height: 30px;
}

.content {
    padding-top: 60px;
    width: 100%;
    height: 100%;
}

.login-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.box {
    padding-top: 10px;
    width: 100%;
    height: 100%;
    min-height: 580px;
}

.login-box {
    width: 100%;
    height: calc(100% - 70px);
    position: relative;
}

.login-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 500px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.login-card .left-content {
    float: left;
    width: 50%;
    height: 100%;
}

.login-card .login-area {
    float: left;
    width: 50%;
    overflow: hidden;
    height: 100%;
}

.login-card .left-content img {
    display: block;
    width: 100%;
    padding-top: 0px;
}

.login-area .text {
    margin: 100px 0 60px;
    color: #283347;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

.login-area .input-group {
    margin: 0 auto 30px;
    width: 360px;
    height: 50px;
    position: relative;
}

.login-area .input-group .input-group-addon {
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 0;
    width: 40px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    border: none;
    background-color: transparent;
    z-index: 6;
}

.login-area .input-group .input-group-addon i {
    font-size: 18px;
    color: #666;
}

.login-area .input-group .form-control {
    padding-left: 40px;
    height: 50px;
    border: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f4f4f4;
}

.login-area .input-group .form-control:focus {
    border-color: #008ae5;
}

.login-btn {
    margin-top: 10px;
    width: 360px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-color: #2e6efe;
    background-color: #2e6efe;
}

.login-btn:hover, .login-btn:focus {
    color: #fff;
}

.login-loading {
    display: none;
    height: 60px;

    line-height: 60px;
    text-align: center;
}

.footer {

    height: 70px;
    line-height: 70px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border: none;
}


.content-tb .box {
    background: #2A76AA url(../../static/img/login-bg01.jpg) no-repeat center;
}
