body {
    -webkit-font-smoothing: antialiased;
    color: #555;
    background: #fff;
    font-size: 12px;
    line-height: unset !important;
}

body, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
    outline: 0;
}

#app, body, html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#app, .el-carousel--vertical, body, html {
    overflow-y: hidden;
}

.contain .center .box .right-container .copyright {
    font-weight: bold;
    font-size: 14px;
    color: #b5bbc4;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.contain .center .box .right-container .register {
    margin: 24px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contain .center .box .right-container .loginForm .title {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 24px;
    margin-top: 24px;
}

.contain .center .box .right-container .loginForm .logo {
    width: 80px;
    height: 80px;
    background-image: url(/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat !important;
    margin-bottom: 0;
}

.contain .center .box .right-container .loginForm .el-form .autoLogin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.contain .center .box .right-container .loginForm .el-form .el-form-item .loginBtn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 4px;
    background-color: #4179E0;
    border-color: #4179E0;
    height: 52px;
}

.contain .center .box .right-container .loginForm .el-form .autoLogin .el-checkbox__label {
    padding-left: 6px;
    font-weight: 400;
    color: #555;
    font-size: 14px;
}

.contain .center .box .right-container .loginForm .el-form .el-form-item .el-input__inner {
    font-size: 14px !important;
    color: #222 !important;
    line-height: 40px;
    height: 40px;
    padding: 6px 40px !important;
}

.contain .center .box .right-container .loginForm .el-form .el-form-item {
    margin-bottom: 24px;
}

.contain .center .box .right-container .loginForm {
    margin: 12.2vh auto 0;
    max-width: 400px;
    transition: all .5s;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
    box-shadow: 2px 3px 7px #0003;
    padding: 30px 50px;
}

.contain .center .box .right-container {
    position: relative;
    flex: 0.435;
    box-sizing: border-box;
    height: 100%;
}

.contain .center .box .left-container .primary-image {
    width: 100%;
}

.contain .center .box .left-container {
    flex: 0.565;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.contain .center .box {
  
}

.contain .center {
    min-height: 772px;
    flex-direction: column;
    align-items: center;
}

.contain .center, .contain {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.contain {
    height: 100%;
    overflow-y: auto;
    background: url(/images/bg-b0a1d9e0.png) no-repeat left center;
    background-size: 100% 100%;
}

.el-input-group__append {
    background-color: #fff;
    padding: 0 10px;
}

.el-select {
    width: 100%;
}

.el-image {
    width: 80px;
}

.fa, .fas {
    margin-top: 0;
    font-size: 18px;
}

i.fas.fa-id-badge {
    margin: 0;
}

.box {
    width: 96%;
    height: 94%;
    background-color: #ffffffd9;
    border-radius: 10px;
    padding: 0 8% 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.login-left .title {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #2f394e;
    text-align: left;
}

.login-left {
    color: #6e736f;
    text-align: left;
    width: 100%;
}