html, body, #app {
    position: relative;
    outline: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.particles-js-canvas-el{
    position: absolute;
    top: 0;
    left: 0;
}

.login-container {
    outline: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;


}

.login-container1 {
    outline: none;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("https://vpn.xmoc.edu.cn/http-8081/77726476706e69737468656265737421a1a013d276682602305ada/cas/images/login.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

}

.login-left {
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.left-image {
    width: 100%; /* 最大宽度为容器宽度 */
    height: 100%; /* 最大高度为容器高度 */

}

.login-weaper {

    position: relative;
    outline: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounceInDown;
    margin: 0 auto;
    width: 500px;
    min-height: 460px;
    z-index: 10;
    box-shadow: -4px 5px 10px rgba(0,0,0,.4);
}

.login-pc .page-copyright{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #35373a;
    font-size: 14px;
    z-index: 10;
}

.login-pc .page-copyright a{
    color: #35373a;
    font-size: 14px;
    text-decoration: none;
}

.login-right {
    outline: none;
    position: relative;
    min-height: 460px;
    align-items: center;
    display: flex;
    border-radius: 5px;
    color: #fff;
    background-color: #fff;
    box-sizing: border-box;
}

.login-main {
    color: #fff;
    outline: none;
    box-sizing: border-box;
    margin: 40px auto;
    width: 65%;
}

.login-title {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica;
    outline: none;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    letter-spacing: 4px;
}

.login-menu {
    display: none;
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.login-menu a {
    width: 100%;
    text-align: center;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    margin: 0 8px;
}

.login-main .el-input input {
    padding-bottom: 10px;
    text-indent: 5px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    border-bottom: 1px solid #ebedf2;
}

.el-input__icon {
    font-size: 23px;
}

.title {
    margin-top: 50px;
    font-size: 27px;
    font-weight: 600;
}

.social-container {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    color: rgb(255, 255, 255);
    outline: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0px;
}

.box {
    color: black;
    text-align: center;
    font-size: 12px;
}

.box img {
    height: 45px
}

.login-mobile{
    padding: 0 38px;
    color: #76838f;
    min-height: 100vh;
    background-image: url("https://vpn.xmoc.edu.cn/http-8081/77726476706e69737468656265737421a1a013d276682602305ada/cas/images/login-2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-mobile .vertical-align{
    height: 100vh;
    box-sizing: border-box;
    padding-bottom: 65px;
    font-size: 0;
    display: flex;
    align-items: center
}

.login-mobile .vertical-align .vertical-align-middle{
    background-color: rgba(255, 255, 255, .5);
    border-radius: 8px;
    padding: 0 25px;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}

.login-mobile .vertical-align .vertical-align-middle .brand{
    color: #253137;
    line-height: 50px;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
}

.login-mobile-subtitle{
    line-height: initial;
    color: #525252;
    font-size: 16px;
    margin: auto;
}

.login-mobile .page-copyright{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 60px;
    font-size: 12px;
    color: #37474f;
    letter-spacing: 1px;
    display: block;
}

.login-mobile .page-copyright p{
    margin-bottom: 14px;
}

.login-mobile .login-mobile-form{
    margin: 20px 0 30px;
}

.login-mobile .login-mobile-form .loginBtn{
    margin-top: 10px;
}

.login-mobile-form .el-input-group__append{
    padding: 0 !important;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.login-mobile-form .el-input-group__append>div{
    height: 38px !important;
    line-height: 25px !important;
}

.text-center{
    text-align: center;
}
.login-title-subtitle{
    font-size: 18px;
    color: #5d5a5a;
}
.login-tip{
    width: 100%;
    justify-content: flex-end;
    font-size: 0.75rem;
    color: #999;
}