*{
    letter-spacing: 1px;
}

.el-form-item{
    margin-bottom: 25px;
}
control-label
.form-group > label,.control-label{
    margin: 0;
}
.password_and_forgot{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.zjc {
    font-size:30px;
    width: 100%;
    text-align: left;
    color: #000;
}
.zjc_dec {
    color: #000;
    margin: 30px 0;
    font-size: 15px;
}
.zjc_list{
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 15px;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zjc_list li,.zjc_new_list li{
    list-style: none;
    width: 24%;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px  #E0EEFD solid;
    border-radius: 5px;
    padding: 5px;
    display: block;
}
.zjc_list li.active{
    border: 1px  #17A2B8 solid;
    color:#17A2B8;
}
.zjc_new_list {
    margin-top: 30px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.zjc_new_list li {
    background-color: #17A2B8;
    color: #fff;
    margin-right: 1.3%;
}
.zjc_new_list li:nth-child(4n){
    margin-right: 0;
}
.zjc_hint{
    margin: 5px 0;
}
.el-form-item__content{
    line-height: 35px;

}
.text-muted{
    font-size: 13px;
}
.form-group{
    width: 100%;
}
@media (max-width:786px){
    section{
        padding: 0;
    }
    .login-brand{
        margin: 0 0 20px 0!important;
    }
    .login-brand a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .login-brand img{
        width: 50px;
        margin-right: 8px;
    }
    .simple-footer{
        margin: 10px 0 10px 0!important;
    }
    .zjc_list li,.zjc_new_list li{
        width: 48%;
    }
}