.top-header {
    background-color: #fff !important;
}

.my-news-login {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .my-news-login .container {
        padding: 0 !important;
    }

    .my-news-login .my-login-left {
        width: 383px;
    }

        .my-news-login .my-login-left img {
            width: 100%;
            height: 100%;
        }

    .my-news-login .my-login-right {
        width: 464px;
        padding-top: 55px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .my-news-login .my-login-right .content {
        }

        .my-news-login .my-login-right .login-form {
        }

        .my-news-login .my-login-right .title {
        }

        .my-news-login .my-login-right h1 {
            margin: 0;
            color: #2f2f2f;
            font-size: 16px;
            font-family: 'MonSB';
        }

        .my-news-login .my-login-right h2 {
            margin: 0;
            font-size: 24px;
            color: #2f2f2f;
            margin-top: 5px;
            margin-bottom: 0;
            font-family: 'MonB';
        }

    .my-news-login .textbox {
        border: 1px solid #CCCCCC;
        height: 48px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
    }

        .my-news-login .textbox img {
            margin: 0 10px;
        }

        .my-news-login .textbox.active .btn-delete:hover {
            opacity: 1 !important;
        }

        .my-news-login .textbox.active .btn-delete {
            opacity: .7;
            cursor: pointer;
        }

        .my-news-login .textbox .btn-delete.pass {
            right: 43px;
        }

        .my-news-login .textbox .btn-delete {
            position: absolute;
            opacity: 0;
            right: 10px;
            width: 20px;
            color: #fff;
            height: 20px;
            background-color: var(--default-color-3);
            border-radius: 50%;
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 4;
        }

        .my-news-login .textbox.password input {
            padding-right: 72px;
        }

        .my-news-login .textbox input {
            flex: 1;
            height: 100%;
            border: none;
            outline: none;
            background-color: transparent !important;
            font-size: 14px;
            color: #2f2f2f;
            padding-right: 35px;
            padding-left: 10px;
        }

    .my-news-login .bottom {
    }

        .my-news-login .bottom .submit:hover {
            opacity: .8;
        }

        .my-news-login .bottom .submit.dk {
            pointer-events: none;
            opacity: .4;
            user-select: none;
        }

            .my-news-login .bottom .submit.dk.active {
                opacity: 1;
                pointer-events: all;
            }

        .my-news-login .bottom .submit {
            width: 100%;
            border: none;
            outline: none;
            background-color: var(--default-color-3);
            color: #fff;
            border-radius: 10px;
            overflow: hidden;
            font-family: 'MonSB';
            font-size: 17px;
            padding: 13px 0px;
            margin-top: 10px;
            cursor: pointer;
        }

    .my-news-login .bottom-options {
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }

        .my-news-login .bottom-options .check-remember {
            color: #2f2f2f;
            font-size: 15px;
            font-family: 'MonM';
        }

        .my-news-login .bottom-options a {
            color: #2f2f2f;
            font-size: 14px;
            font-family: 'MonM';
        }

    .my-news-login .login-options {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .my-news-login .bottom-options a:hover {
        color: var(--default-color-3);
    }

    .my-news-login .login-options .log-item {
        border-radius: 10px;
        border: 1px solid #CCCCCC;
        width: calc(50% - 8px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
        cursor: pointer;
    }

        .my-news-login .login-options .log-item:hover {
            background-color: #f2f2f2;
        }

        .my-news-login .login-options .log-item input {
            cursor: pointer;
        }

        .my-news-login .login-options .log-item img {
        }

        .my-news-login .login-options .log-item span {
            border: none;
            outline: none;
            background-color: transparent;
            font-size: 15px;
            color: #2f2f2f;
            font-family: 'MonSB';
            padding: 0 7px;
        }

    .my-news-login .login-options .log-fb {
        display: none;
    }

    .my-news-login .login-options .log-gg {
        margin: auto;
    }

    .my-news-login .no-account {
        font-size: 14px;
        color: #2f2f2f;
        text-align: center;
        display: block;
        margin-top: 20px;
        margin-bottom: 50px;
    }

        .my-news-login .no-account a {
            color: var(--default-color-2);
            font-family: 'MonSB';
        }

            .my-news-login .no-account a:hover {
                text-decoration: underline;
            }

    .my-news-login .note::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgb(242, 242, 242);
    }

    .my-news-login .note {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .my-news-login span {
        font-size: 14px;
        color: #999;
        font-family: 'MonM';
        background-color: #fff;
        margin: 0;
        z-index: 2;
        padding: 0 8px;
    }

.container-login {
    background-color: #fff;
    margin: 45px auto !important;
    box-shadow: 0 0 28px 0 #3333331a;
    border-radius: 10px;
    display: flex;
    padding: 0;
    width: fit-content;
    overflow: hidden;
}

.my-news-login .btn-show-pass {
    position: absolute;
    right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .my-news-login .btn-show-pass.active img:first-child {
        display: none;
    }

    .my-news-login .btn-show-pass.active img:last-child {
        display: block;
    }

    .my-news-login .btn-show-pass img {
        position: absolute;
        margin: 0;
    }

        .my-news-login .btn-show-pass img:first-child {
            opacity: .6 !important;
        }

        .my-news-login .btn-show-pass img:last-child {
            display: none;
        }

.popup-otp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999;
    background-color: #33333354;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .popup-otp.show {
        display: flex;
    }

    .popup-otp .container {
        max-width: 1120px;
    }

.popup-otp-container {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333354;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 520px;
    align-items: center;
    justify-content: center;
}

.popup-otp .title {
    margin: 0;
    color: #333;
    font-size: 19px;
}

.popup-otp .descript {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}

    .popup-otp .descript strong {
    }

.popup-otp .number-list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 25px 0;
}

.popup-otp .number-item {
}

    .popup-otp .number-item input {
        width: 64px;
        outline: none;
        border: none;
        text-align: center;
        border-bottom: 1px solid #33333338;
        font-size: 28px;
        color: #333;
        user-select: none;
    }

        .popup-otp .number-item input:focus,
        .popup-otp .number-item input.hav {
            border-bottom: 1px solid var(--default-color-2);
        }

        .popup-otp .number-item input::placeholder {
            color: #3333333d;
        }

.popup-otp .otp-help {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .popup-otp .otp-help .item {
        user-select: none;
        color: var(--default-color-2);
        font-size: 15px;
        cursor: pointer;
        font-weight: bold;
        margin-left: 6px;
    }

        .popup-otp .otp-help .item:nth-child(1) {
            pointer-events: none;
        }

        .popup-otp .otp-help .item:nth-child(2) {
            text-decoration: underline;
        }

.popup-otp .btn-otp-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--default-color-2);
    color: #fff;
    border-radius: 5px;
    margin-top: 36px;
    font-size: 16px;
    padding: 10px 0;
    user-select: none;
    transition: all linear .2s;
}

    .popup-otp .btn-otp-submit:hover {
        opacity: .8;
    }