#container {
    display: flex;
    align-items: center;
    flex-direction:column;
}
#Top{
    height:0% !important;
    display:flex;
    align-items:center;
}
#Bottom{
    bottom: 0px;
    position: absolute;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
#Bottom *{vertical-align:middle;}
#Center{
    position: absolute; 
    top: 0; 
    bottom: 80px; 
}
#LoginForm {
    position: absolute;
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    top: 22.54%;
    width: 21%;
    right: 7%;
    z-index: 100;
}
#TabHd{
    width: 100%;
    text-align: center;
}
#UserLogo,#PasswordLogo,#VerificationCodeLogo{
    width: 10%;
    position: absolute;
    height: 90%;
    left: 3px;
    float: left;
    top: 8px;
}
#VerificationCodeTF{
    width: 30%;
    border:1px solid #41A3ED;
}
#VerifyCodeImg{
    border: 0px;
    height: 38px;
    width: 80px;
    vertical-align: middle;
}
#sysLogo,#LoginForm,#BtnContainer,.logo-content{
    display:block;
}
#sysLogo{
    position: fixed;
    height:64px;
    width:64px;
    background-size:100%;
    background-repeat:no-repeat;
}
.title-content{
    font-size: 45px;
    font-family: "Microsoft YaHei";
    color: #FFFFFF;
    margin-left: 70px;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.2));
}
#TitleContent{
    position: absolute;
    left: 7%;
    top: 5%;
    z-index:99;
}
#link{
    position: absolute;
    right: 6.5%;
    top: 8%;
    z-index: 101;
}
#link .header-text{
    padding: 10px;
}

#link ul li a div{
    position: absolute;
    border: none;
    margin-left: 10px;
    margin-top:10px;
    border-radius: 5px;
}

#link ul li a div img{
    border-radius: 5px;
}

.text-content{
    font-size: 14px;
    display: block;
    width: 300px;
    text-align: left;
    right: 80px;
    padding: 10px;
    border-radius: 5px;
    color: #353535;
    background-color: #FFFFFF;
    margin-top:10px;
}

ul{
    display: flex;
}
a{
    text-decoration:none;
}


#TabHd ul{
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#TabHd li{
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 4px #41A3ED solid;
    font-size: 21px;
    padding: 15px 0;
    cursor: pointer;
}
#TabHd .active{
    border-bottom-color: #41A3ED;
    font-weight: 500;
}
#Span{
    width: 0px;
    margin: 0 6px;
    height: 20px;
    display: inline-block;
    border-left: 1px solid #000;
}
li{
    list-style: none;
}
li a{
    cursor: pointer;
    text-align: center;
    border-radius:5px;
    margin:0 auto;
 }
 #link a{
    color: #fff;
 }
 #link span{
     font-size: 14px;
 }
 .z-on a{
    color: #000;
    font-size: 21px;
 }
.loginTitle-content {
    font-size: 45px;
    font-family: "Arial";
    font-weight: 700;
    color: #E60012;
    margin-left: 5%;
    margin-top: 1.5%
}
.logo-content {
    position: absolute;
    bottom: 35%;
    cursor: pointer;
}
.login-item{
    width: 76.77%;
    margin:10% auto;
    border:1px solid #41A3ED;
    position: relative;
}
.login-item ::-webkit-input-placeholder{
    font-size: 14px;
}
#LoginBtn{
    border:none;
    height: 150%;
    background: #00AAEF;
    display: block;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius:5px;
    bottom: 10%;
    margin:0 auto;
    padding: 5px;
}
#ForgetBtn{
    float: right;
    margin:10px auto 20px;
    color:  #00AAEF;
    font-size: 12px;
}
#changeImg{
    color:  #00AAEF;
    font-size: 14px;
}
.x-text {
    height: 36px;
    width: 88%;
    padding-left: 12%;
    border:none;
    vertical-align: middle;
}
 #LoginForm label {
     display: none;
     width:25%;
     font-size: 17px;
}
.extra-msg {
    font-size: 12px;
    border: 0px;
    color: Red;
};

