.login-wrapper {
    width: 100%;
    height: 100%;
    background: url(../../common/images/500326378.png) no-repeat;
    background-size: cover;
}

.container-bg {
    width: 860px;
    height: 538px;
    background: url(../../common/images/bg.png);
    background-size: contain;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
}

.login-container-wrapper {
    width: 440px;
    margin-left: 402px;
    height: 100%;
    box-sizing: border-box;
    padding: 70px;
}

    .login-container-wrapper > .logo {
        width: 200px;
        height: 100px;
        background: url(../../common/images/header/logo.png) no-repeat;
        background-size: contain;
        margin: 0 auto 2px;
    }

    .login-container-wrapper > .input-wrapper {
        width: 300px;
    }

        .login-container-wrapper > .input-wrapper > .iw_title {
            font-size: 14px;
            color: rgba(34,34,34,1);
            margin-left: 8px;
            margin-bottom: 10px;
        }

        .login-container-wrapper > .input-wrapper > .input-box {
            width: 300px;
            height: 50px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(255,114,0,1);
            border-radius: 25px;
            box-sizing: border-box;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            margin-bottom: 17px;
        }

            .login-container-wrapper > .input-wrapper > .input-box > .ib_icon {
                width: 30px;
                height: 30px;
                background: url(../../common/images/icon1.png) no-repeat;
                background-size: contain;
            }

            .login-container-wrapper > .input-wrapper > .input-box input {
                flex: 1;
                margin-left: 10px;
            }

        .login-container-wrapper > .input-wrapper:nth-child(2) > .input-box > .ib_icon {
            background: url(../../common/images/icon2.png) no-repeat;
            background-size: contain;
        }

.button {
    display: block;
    cursor: pointer;
    width: 300px;
    height: 50px;
    background: rgba(240,239,203,1);
    border-radius: 25px;
    font-size: 20px;
    color: rgba(255,114,0,1);
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.other-way {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

    .other-way a {
        font-size: 14px;
        color: rgba(255,114,0,1);
    }

.footer {
    text-align: center;
    position: fixed;
    bottom: 20px;
    width: 100%;
    color: #fff;
}

    .footer a {
        color: #fff;
    }
