[v-cloak]{
    display:none;
}
body{
    background: #f5f5f5;
}
.el-form-item{
    /* display: flex; */
}
.el-form-item__label{
    float: none;
    text-align: left;
    line-height: 1.2;
    text-align: justify !important;
}
.el-form-item__content{
    /* flex-grow: 1; */
    margin-left: 0 !important;
}
.login_box{
    width: 980px;
    margin: auto;
}
.logo_top img{
    width: 264px;
}

.content_box{
    background: #fff;
    padding-bottom: 100px;
    margin-top: 40px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
}
.title{
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
}

.forget_password_tip{
    width: 400px;
    margin: auto;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    padding-bottom: 22px;
}
.send_forgetuser{
    width: 468px;
    height: 40px;
    background: linear-gradient(90deg, #FF5622, #FF310F);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    margin: 40px auto 0;
    cursor: pointer;
}
.send_fogetcancel{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}
.no-regist{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 20px 0;
}
.toggle{
    position: absolute;
    top: 20px;
    right: 60px;
    font-size: 20px;
    color: #ff6039;
}