body {
    background-color: #FFFFFF;
}

/** 总体 */
#app-left {
    position: absolute;
    left: 0;
    width: 620px;
    background-image: url('https://oss.file.tech.4power.cn/common/four_youngs_admin/login/大背景-3x1080.png');
    background-size: 100% 100%;
    height: 100%;
    z-index: 1;
    padding: 100px 50px;
}

#app-right {
    position: absolute;
    right: 0;
    width: calc(100% - 620px);
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** 左边 */
#app-left-container {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    height: 100%;
    width: 100%;
}

#app-left-banner, #app-left-footer {
    display: flex;
    align-items: center;
}

#app-left-banner-img {
    margin-right: 14px;
    height: 51px;
    width: 56px;
}

#app-left-banner-span {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: normal;
}

#app-left-footer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
}

#app-left-footer-text {
    display: inline-block;
}

#app-left-footer-name {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
    display: block;
}


#app-left-footer-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 75%);
    font-weight: normal;
    display: block;
}

#app-left-content {
    color: #FFFFFF;
}

#app-left-content-top {
    margin-bottom: 114px;
}

#app-left-content-top-1 {
    font-size: 16px;
    /*margin-bottom: 12px;*/
    /*font-weight: lighter;*/
    font-weight: lighter;
}

#app-left-content-top-2 {
    font-size: 28px;
}

#app-left-content-bottom {
    font-size: 18px;
    line-height: 36px;
}

/** 右边（登陆） */
#login-section {
}

#login-form-header {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}

#login-form-header-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#login-form-header-span {
    font-size: 28px;
    font-weight: bold;
}

.login-form-row {
    margin-bottom: 24px;
}

.login-form-row .login-form-row-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form-row .login-form-row-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form-row .login-form-row-label label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333333;
    font-weight: normal !important;
}

.login-form-row .login-form-row-label .msg-box {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: normal !important;
    margin-top: 0;
    position: unset !important;
    width: auto !important;
}

.login-form-row .login-form-row-label .msg-box .msg-wrap {
    color: #FF3E3E;
    position: unset;
    font-size: 14px;
}

.login-form-row .login-form-row-label .msg-box .msg-wrap .n-icon {
    display: none;
}

.login-form-row .login-form-row-input .help-block {
    font-size: 14px;
}

.login-form-row .login-form-row-input input {
    width: 400px;
    height: 50px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px #cccccc solid;
    padding-left: 30px;
    font-size: 18px;
    display: inline-block;
    color: #000000;
}

.login-form-row .login-form-row-input input::placeholder {
    color: #999999;
}

.login-form-row .login-form-row-input input:focus {
    border: 1px solid #2F7CFB !important;
    margin: 0;
    outline: none;
}

.login-form-row .login-form-row-input input:focus::placeholder {
    color: rgba(47, 124, 251, 0.5);
}


.login-form-row .login-form-row-input .msg-box {
    width: 100%;
    font-size: 14px;
    display: inline-block;
}

.login-form-row .login-form-row-label .msg-box .msg-wrap {
    position: unset;
}

#captcha-section {
    display: flex;
    justify-content: space-between;
}

.login-form-row .login-form-row-input .login-form-row-input-captcha input {
    display: inline-block;
    width: calc(100% - 10px) !important;
}

.login-form-row .login-form-row-input .login-form-row-input-captcha-img {
    display: inline-block;
    height: 52px;
    width: 140px;
}

.login-form-row .login-form-row-input .login-form-row-input-captcha-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

#keeplogin-section {
    color: #999999;
    display: flex;
    justify-content: left;
    align-items: center;
}

#keeplogin-section label {
    margin-bottom: 0;
    margin-left: 8px;
}

#keeplogin-section input[type="checkbox"] {
    margin: 0;
}

#to-submit {
    display: inline-block;
    text-align: center;
    width: 400px;
    height: 50px;
    color: #FFFFFF;
    background-color: #2F7CFB;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    margin-top: 10px;
}

#keeplogin {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

/** <1050的屏幕 */
#only-1050 {
    display: none;
    margin-bottom: 44px;
}

#only-1050-container {
    display: flex;
    align-items: center;
}

#only-1050-banner-img,#login-form-header-img {
    width: 38px;
    height: 35px;
    margin-right: 14px;
}

#only-1050-banner-span {
    font-size: 28px;
    font-weight: bold
}

@media only screen and (max-width: 1050px) {
    #only-1050 {
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    #app-left, #login-form-header {
        display: none;
    }

    #app-right {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #login-section {
        width: 80% !important;
    }

    #to-submit, .login-form-row-input input {
        width: 100% !important;
        padding-left: 20px !important;
    }

    #only-1050-banner-span {
        font-size: 22px;
    }

    #only-1050 {
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
}