.login_bg {
    background-image: url('/static/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 100%;
}

.form-bg {
    background: #ffffff;
    max-width: 1302px;
    max-height: 814px;
    margin: 0 auto;
    margin-top: 65px !important;
    display: flex;
}

.form-bg .left-text {
    color: #343434;
    max-width: 438px;
    text-align: right;
    font-size: 24px;
    margin-left: 168px;
}

.form-bg .left-text div:first-child {
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 33px;
    font-size: 72px;
    color: #588528;
}

.form-bg .left-text div:nth-child(2) {
    padding-right: 126px;
}

.form-bg .left-text div :last-child {
    position: relative;
    top: -58px;
    left: -55px;
}

.form-bg .left-text img {
    width: 396px;
    height: 572px;
    position: absolute;
}

.form-bg .right-form {
    width: 608px;
}

.form-bg .right-form .form-content {
    max-width: 348px;
    margin: 89px auto 107px;
}

.form-bg .right-form .form-content .tab-way {
    font-size: 30px;
    color: #313131;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #cccccc;
}

.form-bg .right-form .form-content .tab-way span {
    cursor: pointer;
    display: inline-block;
    width: 174px;
    line-height: 60px;
    text-align: center;
}

.form-bg .right-form .form-content .tab-way span:hover {
    color: #588528;
    transition: .3s;
}

.form-bg .right-form .form-content .tab-way .active {
    color: #588528;
    font-size: 36px;
    font-weight: 600;
    transition: .3s;
}

.form-bg .right-form .form-content .tab-way .way-bottom {
    position: absolute;
}

.form-bg .right-form .form-content .tab-way .way-bottom .line {
    background: #588528;
    width: 174px;
    height: 5px;
    border-radius: 3px;
    position: relative;
    top: 32px;
}

.layui-form-label {
    float: unset !important;
    display: unset !important;
    padding: 0 !important;
    color: #000000 !important;
    font-size: 18px !important;
}

.layui-input-block {
    margin-left: 0 !important;
}

.login-input {
    border: 1px solid #9a9a9a !important;
    padding: 10px 10px;
    font-size: 14px;
    background: unset;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.verifycode {
    display: flex;
    align-items: center;
    width: 100%;
}

.code {
    width: 77px;
    height: 24px;
    display: block !important;
}

.login-part {
    text-align: center !important;
}

.login-btn {
    margin-top: 20px;
    width: 60%;
    text-align: center;
    font-size: 20px !important;
    padding: 0 65px !important;
    background: #588528 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 4px !important;
}

.home-btn {
    width: 60%;
    text-align: center;
    font-size: 20px !important;
    padding: 0 65px !important;
    background: #cdcdcd !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 4px !important;
    margin-left: 0 !important;
    margin-top: 20px;
}

.register-btn {
    margin-top: 40px !important;
}