:root {
    --porto-gray-2: #e7e7e7;
}
    .login_box {
        min-height: 20px;
        padding: 20px 49px !important;
        margin-bottom: 20px;
        /* background-color: #f5f5f5; */
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
        margin-top: 20px;
        display: block;
        position: relative;
    }
    .qr-login-switch {
        position: absolute;
        top: 0;
        right: 0;
        height: 64px;
        width: 64px;
        cursor: pointer;
        border: 32px solid var(--porto-light-dark-5);
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .qr-login-switch .icon-div {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 36px;
    }
    .hide {
        display: none;
    }
    .qrlogbox{
        display: block;
        text-align: center;
        width: 200px;
        margin: 20px auto;
    }
.third-login .inner {
    text-align: center;
}
.third-login .item {
    display: inline-block;
}
.resp-tabs-container{
    margin-top: -2px;
}

.third-login .login {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 10px;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
}
.third-login .login img{
    display: inherit;
}

    .qrlogbox img{
        width: 200px;
        height: 200px;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        background: #f8f8f8;
        padding: 15px;
    }
    commerce-tabs .tab-content p {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.005em;
        line-height: 1.9
    }
    .woocommerce-tabs .tab-content {
        border: none;
        border-top: solid 1px var(--porto-gray-2);
        box-shadow: none;
        padding: 30px 0 15px
    }

    .woocommerce-tabs .resp-tabs-list {
        padding-bottom: 1px;
        border-bottom: none;
        display: flex;
    }
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
}
    .woocommerce-tabs .resp-tabs-list li {
        font-weight: 700;
        color: #818692 !important;
        text-transform: uppercase;
        background: transparent !important;
        border: none !important;
        border-bottom: 2px solid transparent !important;
        padding: 7px 0 !important;
        border-radius: 0 !important;
        margin-right: 35px
    }

    .resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
        border-color: var(--porto-heading-color) !important
    }

    .resp-tabs-list li.resp-tab-active {
        color: var(--porto-heading-color) !important
    }

