html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
   min-width: 100px; 
   min-height: 90px; 
}
.template-container .tmplate-header > div img {
        width: 250px;
        margin-top: -10px;
    }
.template-container .tmplate-header{
background:var(--headColor);
}
.template-container .template-content .template-content-main .template-form .template-form-input button {
background:var(--headColor);
}

.template-container .template-content .template-content-main .template-form .tmplate-form-menu .l .active{
    border-bottom: 3px solid var(--headColor);
    border-top:  0px solid var(--headColor);
}
.template-container .template-content .template-content-main {
 // background-position: top;
}
.zhuce{
   color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin-left: 25%;
}
.wmima{
   color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    flex:1;
    text-align: right;
    margin-right: 25%;
}

.mima{
margin-right: 25%; margin-top: 20px;
    margin-left: 25%;
}
.yonghu{
    margin-right: 25%;
    margin-left: 25%;
}
.login-form-title{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.loginfrom{
background-color: rgba(100, 100, 100, 0.5);    height: 100%;
    float: right;
    width: 50%;position: relative;height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}