html, body, #loginIndex {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#loginIndex {
    background: url("../../../images/user/dhcp/3/login_bg.png");
    background-size: 100% 100%;
    position: relative;
}
#loginIndex .dis_none {
    display: none;
}
#loginIndex .login_logo {
    width: 178px;
    height: 55px;
    margin: 10px 0 0 10px;
}
#loginIndex .login_container {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.349019607843137);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 882px;
    height: 483px;
    border-radius: 20px;
    padding: 0 50px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}
#loginIndex .login_container .login_img {
    width: 342px;
    height: 323px;
}

#loginIndex .login_container .login_content {

}

#loginIndex .login_container .login_content .l_c_title{
    font-family: '方正明尚简体 Bold', '方正明尚简体';
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}

#loginIndex .login_container .login_content .l_c_tip{
    font-family: '思源黑体 CN';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #868686;
    margin-bottom: 40px;
}
#loginIndex .login_container .login_content .l_c_input {
    display: flex;
    align-items: center;

    border-bottom: 1px solid rgba(228, 228, 228, 1);
    height: 55px;
    padding: 0 15px;
    margin-bottom: 5px;
}
#loginIndex .login_container .login_content .l_c_input input{
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    padding: 0 10px;
    width: 100%;
}

#loginIndex .login_container .login_content .forget_password {
    font-size: 13px;
    font-family: '思源黑体 CN';
    font-weight: 400;
    font-style: normal;
    color: #666666;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}
#loginIndex .login_container .login_content .l_c_submit {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: rgba(14, 131, 255, 1);
    border-radius: 97px;
    margin-top: 40px;
    cursor: pointer;
}

#loginIndex .login_container .login_content .forget_submit {
    margin-top: 20px !important;
}

#loginIndex .l_c_forget .login_code{
    display: flex;
    align-items: center;
}
#loginIndex .l_c_forget .login_code .code_btn{
    color: white;
    font-size: 12px;
    background: rgba(17, 128, 251, 1);
    width: 90px;
    height: 35px;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    border-radius: 3px;
    cursor: pointer;
}
