* {
    margin: 0px;
    padding: 0px;
}

#container {
    width: 1034px;
    position: absolute;
    left: 50%;
    margin-left: -517px;
    border: 1px solid #999;
    height: 648px;
}

#top {
    width: 1034px;
    height: 81px;
    background: url("img/login_top.jpg") no-repeat;
}

#loginBar {
    width: 1034px;
    height: 30px;
    background: url("img/login_bar.jpg") no-repeat;
    font-size: 12px;
    color: #0d314d;
}

#loginBar span {
    position: relative;
    top: 8px;
    left: 10px;
}

#content {
    width: 1034px;
    height: 538px;
    background: url("img/login_content.jpg") no-repeat;
    font-size: 12px;
}

#loginForm {
    width: 390px;
    height: 164px;
    position: relative;
    left: 563px;
    top: 248px;
}

#loginTable {
    position: relative;
    top: 5px;

}

#loginTable td {
    padding: 6px 0px;
    padding-left: 3px;
}

*.errorContainer {
    color: #555;
    padding: 0px 4px;
}

.login-image {
    width: 370px;
    height: 400px;
}

.login-container {
    box-shadow: 0px 7px 20px 10px rgba(64, 79, 117, 0.4);
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.form-control {
    border: 0px !important;
    background-color: #fff;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.login-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-bottom: 32px;
}

.checkcode {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.copy {
    margin-top: 20px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px
}
.btn-primary{
    background-color: #1890FF;
}
.widget-box{
    border: 0px !important;
    background-color: #fff;
    padding: 0 !important;
}
.forgot-box .toolbar {
    background: #fff;
    border-top: #fff;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .login-image {
        display: none;
    }

    .login-container {
        width: auto;
    }

    .logo {
        flex-direction: column;
        margin-bottom: 12px
    }
    .login-layout .widget-box .widget-main {
        padding: 30px 12px;
    }
    .logo img{
        width: 42px;
        height: 32px;
    }
    .logo .title{
       font-size: 25px;
    }
}
