body {
    font: 400 15px/1.5 'SVN-Gilroy', sans-serif;
    color: #201C64;
}

body {
    font-size: 16px;
}

input, select {
    font-size: 100%;
}



.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.color-red {
    color: #ff0000;
}

.mb-btn {
    margin-bottom: 12px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-28 {
    margin-top: 28px;
}

.main-login {
    background: url("../login/login-body-b.png") no-repeat bottom center, url("../login/login-body.png") center center repeat-y;
    width: 100%;
    height: 100vh;
    background-size: contain;
}

    .main-login .content-login {
        padding-left: 0px;
        padding-right: 0px;
    }

        .main-login .content-login .row-flex {
            padding-top: calc(50vh - 325px);
            position: relative;
            height: 100vh;
        }

            .main-login .content-login .row-flex .back-home {
                position: absolute;
                top: 100px;
            }

                .main-login .content-login .row-flex .back-home a {
                    color: #42546a;
                    text-decoration: none;
                    font-weight: 500;
                }

                    .main-login .content-login .row-flex .back-home a:hover {
                        color: #161d25;
                    }

                    .main-login .content-login .row-flex .back-home a span {
                        margin-left: 20px;
                    }

            .main-login .content-login .row-flex .col-login-l {
                padding-left: 0;
                padding-right: 0;
                width: 55%;
            }

            .main-login .content-login .row-flex .col-login-r {
                padding-left: 0;
                padding-right: 0;
                width: 45%;
            }

    .main-login .card-login_left {
        width: 100%;
        height: 650px;
        padding: 48px;
        background: url("../login/login-col-left.png") center center no-repeat;
        background-size: cover;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

        .main-login .card-login_left .logo-white {
            display: none;
        }


        .main-login .card-login_left .loyalty-text {
            padding-top: 62px;
        }

    .main-login .card-login_right {
        width: 100%;
        height: 650px;
        padding: 48px;
        background: #fff;
        -webkit-border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-bottomright: 12px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

        .main-login .card-login_right .log-t {
            height: 25%;
        }

            .main-login .card-login_right .log-t .title {
                font-size: 28px;
                font-weight: 600;
                color: #000;
                padding: 38px 0 8px;
            }

            .main-login .card-login_right .log-t .desc {
                color: #636F7E;
                font-weight: 500;
            }

            .main-login .card-login_right .log-t .title-medium {
                font-size: 24px;
                font-weight: 600;
                color: #000;
                padding: 38px 0 8px;
            }

        .main-login .card-login_right .log-b {
            height: 75%;
            position: relative;
            padding-top: 32px;
        }

            .main-login .card-login_right .log-b ._label {
                font-weight: 600;
            }

            .main-login .card-login_right .log-b .input-num {
                font-weight: 600;
            }

                .main-login .card-login_right .log-b .input-num::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }

            .main-login .card-login_right .log-b .log-foot {
                position: absolute;
                bottom: 0;
                width: 100%;
            }

                .main-login .card-login_right .log-b .log-foot .link-register {
                    text-decoration: none;
                }

                    .main-login .card-login_right .log-b .log-foot .link-register:hover {
                        text-decoration: underline;
                    }

            .main-login .card-login_right .log-b .log-row-b {
                padding-top: 32px;
                display: table;
                width: 100%;
            }

                .main-login .card-login_right .log-b .log-row-b .btn-blue, .main-login .card-login_right .log-b .log-row-b .btn-next, .main-login .card-login_right .log-b .log-row-b .btn-resend-code {
                    background: #506CFF;
                    color: #fff;
                    outline: none;
                    border: none;
                    font-weight: 500;
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 50px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    -ms-border-radius: 50px;
                    -o-border-radius: 50px;
                }

                    .main-login .card-login_right .log-b .log-row-b .btn-blue:focus, .main-login .card-login_right .log-b .log-row-b .btn-blue:hover, .main-login .card-login_right .log-b .log-row-b .btn-blue:active, .main-login .card-login_right .log-b .log-row-b .btn-next:focus, .main-login .card-login_right .log-b .log-row-b .btn-next:hover, .main-login .card-login_right .log-b .log-row-b .btn-next:active, .main-login .card-login_right .log-b .log-row-b .btn-resend-code:focus, .main-login .card-login_right .log-b .log-row-b .btn-resend-code:hover, .main-login .card-login_right .log-b .log-row-b .btn-resend-code:active {
                        background: #0b32ff;
                    }

                .main-login .card-login_right .log-b .log-row-b .btn-next {
                    background: #DEE0E7;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                    .main-login .card-login_right .log-b .log-row-b .btn-next:focus, .main-login .card-login_right .log-b .log-row-b .btn-next:hover, .main-login .card-login_right .log-b .log-row-b .btn-next:active {
                        background: #ced0d9;
                    }

                    .main-login .card-login_right .log-b .log-row-b .btn-next._active {
                        background: #506CFF;
                    }

                .main-login .card-login_right .log-b .log-row-b a {
                    color: #373737;
                    font-size: 14px
                }

                    .main-login .card-login_right .log-b .log-row-b a:hover {
                        text-decoration: none;
                    }

                .main-login .card-login_right .log-b .log-row-b .dotdot {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: right;
                }

                    .main-login .card-login_right .log-b .log-row-b .dotdot span {
                        background: #DEE0E7;
                        width: 12px;
                        height: 5px;
                        display: inline-block;
                        border-radius: 12px;
                        -webkit-border-radius: 12px;
                        -moz-border-radius: 12px;
                        -ms-border-radius: 12px;
                        -o-border-radius: 12px;
                    }

                        .main-login .card-login_right .log-b .log-row-b .dotdot span.active {
                            background: #506CFF;
                            width: 32px;
                        }

                .main-login .card-login_right .log-b .log-row-b button.btn-resend-code {
                    display: table-cell;
                    position: absolute;
                    right: 0;
                }

            .main-login .card-login_right .log-b .input-otp {
                font-weight: 300;
                font-size: 38px;
                width: 202px;
                height: 48px;
                letter-spacing: 10px;
                padding-left: 8px;
                padding-right: 0;
                border: 0 solid transparent;
                -webkit-box-shadow: inset 0 0 0 transparent;
                box-shadow: inset 0 0 0 transparent;
                background: url("../login/line-grey.png") left bottom repeat-x;
                margin-bottom: 30px;
            }

                .main-login .card-login_right .log-b .input-otp::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }

                .main-login .card-login_right .log-b .input-otp:focus {
                    outline: none;
                    -webkit-box-shadow: inset 0 0 0 transparent;
                    box-shadow: inset 0 0 0 transparent;
                }

                .main-login .card-login_right .log-b .input-otp::-webkit-input-placeholder, .main-login .card-login_right .log-b .input-otp::-webkit-input-placeholder {
                    color: #F3F4F9;
                }

                .main-login .card-login_right .log-b .input-otp::placeholder, .main-login .card-login_right .log-b .input-otp::-webkit-input-placeholder {
                    color: #F3F4F9;
                }

            .main-login .card-login_right .log-b .desc-otp {
                font-size: 13px;
                color: #aaaaaa;
                font-weight: 500;
            }

                .main-login .card-login_right .log-b .desc-otp span {
                    color: #506CFF;
                }

            .main-login .card-login_right .log-b .row-resend-code {
                display: table;
                position: relative;
                width: 100%;
                padding-top: 30px;
                font-size: 13px;
                font-weight: 500;
            }

                .main-login .card-login_right .log-b .row-resend-code div {
                    display: table-cell;
                    color: #aaa;
                }

                    .main-login .card-login_right .log-b .row-resend-code div span {
                        color: #506CFF;
                    }

                .main-login .card-login_right .log-b .row-resend-code .btn-resend-code {
                    display: table-cell;
                    position: absolute;
                    right: 0;
                    background: #DEE0E7;
                    padding-left: 20px;
                    padding-right: 20px;
                    border: transparent;
                    color: #fff;
                    outline: none;
                    border: none;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 1.1;
                    border-radius: 50px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    -ms-border-radius: 50px;
                    -o-border-radius: 50px;
                }

                    .main-login .card-login_right .log-b .row-resend-code .btn-resend-code:focus, .main-login .card-login_right .log-b .row-resend-code .btn-resend-code:hover, .main-login .card-login_right .log-b .row-resend-code .btn-resend-code:active {
                        background: #ced0d9;
                    }

          

            .main-login .card-login_right .log-b .form-otp div {
                margin-bottom: 30px;
            }


                .main-login .card-login_right .log-b .form-otp div input {
                    display: inline-block;
                    width: 28px;
                    height: 40px;
                    font-size: 36px;
                    text-align: center;
                    margin-right: 8px;
                    border: none;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
                    color: #2959F0;
                    overflow: hidden !important;
                    background-color: #fff;
                }

                    .main-login .card-login_right .log-b .form-otp div input:focus {
                        outline: none;
                    }

                    .main-login .card-login_right .log-b .form-otp div input:last-child {
                        margin-right: 0;
                    }

                    .main-login .card-login_right .log-b .form-otp div input::-webkit-input-placeholder, .main-login .card-login_right .log-b .form-otp div input::-webkit-input-placeholder {
                        color: #F3F4F9;
                    }

                    .main-login .card-login_right .log-b .form-otp div input::placeholder, .main-login .card-login_right .log-b .form-otp div input::-webkit-input-placeholder {
                        color: #F3F4F9;
                    }

            .main-login .card-login_right .log-b .text-alert-otp {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .main-login .card-login_right .log-b .text-alert-otp img {
                    margin-right: 10px;
                }

        .main-login .card-login_right .log-t1 {
            height: 172px;
            position: relative;
        }

            .main-login .card-login_right .log-t1 .icon-fail {
                text-align: center;
                position: absolute;
                bottom: 0;
                width: 100%;
            }

                .main-login .card-login_right .log-t1 .icon-fail img {
                    width: 86px;
                }

        .main-login .card-login_right .log-b1 {
            height: calc(100% - 172px);
            padding-top: 40px;
            position: relative;
        }

            .main-login .card-login_right .log-b1 .title {
                font-weight: 600;
                font-size: 22px;
                padding-bottom: 24px;
                line-height: 30px;
            }

            .main-login .card-login_right .log-b1 .desc {
                color: #636F7E;
                font-size: 13px;
                font-weight: 500;
            }

            .main-login .card-login_right .log-b1 .btn-back-home {
                background: #fff;
                color: #506CFF;
                border: 1px solid #506CFF;
                bottom: 80px;
                position: absolute;
                width: 180px;
                left: calc(50% - 90px);
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }

            .main-login .card-login_right .log-b1 .btn-back-home1, .main-login .card-login_right .log-b1 .btn-back-home-blue {
                background: #fff;
                color: #506CFF;
                border: 1px solid #506CFF;
                bottom: 80px;
                width: 180px;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }

            .main-login .card-login_right .log-b1 .btn-back-home-blue {
                background: #506CFF;
                color: #fff;
            }

        .main-login .card-login_right .log-t2 {
            position: relative;
            height: 100%;
        }

        .main-login .card-login_right .log-t3 {
            height: 179%;
        }

        .main-login .card-login_right .log-t2 .title {
            font-size: 28px;
            font-weight: 600;
            color: #000;
            padding: 38px 0 8px;
        }

        .main-login .card-login_right .log-t2 .desc {
            color: #636F7E;
            font-weight: 500;
        }

        .main-login .card-login_right .log-t2 .form-num {
            padding-top: 24px;
            width: 100%;
            bottom: 0;
            padding-bottom: 32px
        }

            .main-login .card-login_right .log-t2 .form-num .form-group {
                margin-bottom: 20px;
            }

        .main-login .card-login_right .log-t2 .ul-star {
            padding-top: 12px;
            color: #636F7E;
        }

            .main-login .card-login_right .log-t2 .ul-star li {
                background: url("../login/star-blue.svg") left 3px no-repeat;
                padding-left: 24px;
                line-height: 20px;
                padding-bottom: 10px;
            }

        .main-login .card-login_right .log-t2 ._label {
            font-weight: 600;
        }

        .main-login .card-login_right .log-t2 .input-num {
            font-weight: 600;
            background: #F6F7FB;
        }

            .main-login .card-login_right .log-t2 .input-num::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

        .main-login .card-login_right .log-t2 .link-register {
            text-decoration: none;
        }

        .main-login .card-login_right .log-t2 .log-row-b {
            padding-top: 32px;
            display: table;
            width: 100%;
        }

            .main-login .card-login_right .log-t2 .log-row-b .btn-blue {
                background: #506CFF;
                color: #fff;
                outline: none;
                border: none;
                font-weight: 500;
                padding-left: 20px;
                padding-right: 20px;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }

            .main-login .card-login_right .log-t2 .log-row-b .dotdot {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
            }

                .main-login .card-login_right .log-t2 .log-row-b .dotdot span {
                    background: #DEE0E7;
                    width: 12px;
                    height: 5px;
                    display: inline-block;
                    border-radius: 12px;
                    -webkit-border-radius: 12px;
                    -moz-border-radius: 12px;
                    -ms-border-radius: 12px;
                    -o-border-radius: 12px;
                }

                    .main-login .card-login_right .log-t2 .log-row-b .dotdot span.active {
                        background: #506CFF;
                        width: 32px;
                    }

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #383838;
}

    .custom-checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #B0B5C4;
        padding: 7px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox input:checked + label:before {
    border: 1px solid #2959F0;
    background: #2959F0;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 992px;
    }
}

@media screen and (max-width: 991px) {
    .main-login .content-login {
        width: 96%;
    }

    .main-login .card-login_right .log-b .log-foot .link-register {
        display: block;
        padding-left: 0px !important;
    }
    .card-login_right .log-foot .d-flex {
        display:initial;
    }
    .main-login .card-login_right{
        padding:27px;
    }
}


@media screen and (max-width: 767px) {
    .card-login_left .loyalty-text img {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .text-input-center {
        text-align: center;
    }

    .main-login .content-login .row-flex {
        padding-top: 52px;
        padding-bottom: 12px;
    }

        .main-login .content-login .row-flex .col-login-l,
        .main-login .content-login .row-flex .col-login-r {
            width: 100%;
        }

        .main-login .content-login .row-flex .back-home {
            top: 16px;
        }

    .main-login .card-login_left {
        height: calc(50vh - 32px);
        -webkit-border-radius: 12px;
        -webkit-border-bottom-right-radius: 1px;
        -webkit-border-bottom-left-radius: 1px;
        -moz-border-radius: 12px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-radius: 12px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .main-login .card-login_left .loyalty-text {
            padding-top: 127px;
        }

            .main-login .card-login_left .loyalty-text img {
                width: auto;
            }

    .main-login .card-login_right {
        height: calc(50vh - 32px);
        -webkit-border-radius: 0px;
        -webkit-border-bottom-right-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius: 0px;
        -moz-border-radius-bottomright: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-radius: 0px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

        .main-login .card-login_right .log-t {
            height: 35%;
        }

            .main-login .card-login_right .log-t .title {
                padding-top: 24px;
            }

        .main-login .card-login_right .log-b {
            height: 65%;
        }

    .main-login .card-login_left .loyalty-text img {
        width: 100%;
    }

    .back-home {
        display: none;
    }

    .main-login {
        background: none;
        width: 100%;
        height: 100vh;
        background-size: contain;
    }

        .main-login .content-login {
            width: 100%;
        }

            .main-login .content-login .row-flex {
                padding-top: 0px;
                padding-bottom: 0px
            }

        .main-login .card-login_left {
            border-radius: 0px;
            height: 691px;
            padding: 48px;
            background: url(../images/login/bg-mobile.png) center center no-repeat;
            background-size: cover;
            text-align: center;
            padding-top: 48px;
        }

            .main-login .card-login_left .logo {
                display: flex;
                justify-content: space-between;
            }

            .main-login .card-login_left .logo-white {
                width: 91.89px;
                height: 31.21px;
                display: initial;
            }

            .main-login .card-login_left .loyalty-icon img {
                height: 42px;
                width: 42px;
            }

        .main-login .card-login_right {
            padding: 16px 32px 48px 32px;
        }

    .text-center {
        text-align: center;
    }

    .main-login .card-login_right .log-t img {
        display: none;
    }

    .main-login .card-login_right .log-b {
        position: unset;
        padding-top: 0px;
    }

        .main-login .card-login_right .log-b .input-num {
            background: #F6F7FB;
        }

        .main-login .card-login_right .log-b .log-foot {
            position: absolute;
            bottom: 0;
            width: 82%;
            height: 10%;
        }

        .main-login .card-login_right .log-b .log-row-b {
            padding: 27px 0 48px 0;
        }


    .d-flex {
        display: flex;
    }
    .main-login .card-login_right .log-b .log-foot .link-register {
        padding-left: 6px !important;
    }

    .card-login_right .log-foot .d-flex {
        display: flex;
    }
}

@media screen and (max-width: 539px) {
    .text-input-center {
        text-align: center;
    }

    .card-login_left .loyalty-text img {
        width: 100%;
    }

    .main-login .card-login_left .loyalty-text {
        padding-top: 111px;
    }

        .main-login .card-login_left .loyalty-text img {
            width: 100%;
        }

    .back-home {
        display: none;
    }

    .main-login {
        background: none;
        width: 100%;
        height: 100vh;
        background-size: contain;
    }

        .main-login .content-login {
            width: 100%;
        }

            .main-login .content-login .row-flex {
                padding-top: 0px;
                padding-bottom: 0px
            }

        .main-login .card-login_left {
            border-radius: 0px;
            height: 597px;
            padding: 48px;
            background: url(../images/login/bg-mobile.png) center center no-repeat;
            background-size: cover;
            text-align: center;
            padding-top: 40px;
        }

            .main-login .card-login_left .logo {
                display: flex;
                justify-content: space-between;
            }

            .main-login .card-login_left .logo-white {
                width: 91.89px;
                height: 31.21px;
                display: initial;
            }

            .main-login .card-login_left .loyalty-icon img {
                height: 42px;
                width: 42px;
            }

        .main-login .card-login_right {
            padding: 16px 32px 48px 32px;
        }

    .text-center {
        text-align: center;
    }

    .main-login .card-login_right .log-t img {
        display: none;
    }

    .main-login .card-login_right .log-b {
        position: unset;
        padding-top: 0px;
    }

        .main-login .card-login_right .log-b .input-num {
            background: #F6F7FB;
        }

        .main-login .card-login_right .log-b .log-foot {
            position: absolute;
            bottom: 0;
            width: 82%;
            height: 10%;
        }

        .main-login .card-login_right .log-b .log-row-b {
            padding: 27px 0 48px 0;
        }


    .d-flex {
        display: flex;
    }
}

@media screen and (max-width: 479px) {
    .text-input-center {
        text-align: center;
    }

    .main-login .card-login_left .loyalty-text img {
        width: 100%;
    }

    .back-home {
        display: none;
    }

    .main-login {
        background: none;
        width: 100%;
        height: 100vh;
        background-size: contain;
    }

        .main-login .content-login {
            width: 100%;
        }

            .main-login .content-login .row-flex {
                padding-top: 0px;
                padding-bottom: 0px
            }

        .main-login .card-login_left {
            border-radius: 0px;
            height: 555px;
            padding: 48px;
            background: url(../images/login/bg-mobile.png) center center no-repeat;
            background-size: cover;
            text-align: center;
            padding-top: 40px;
        }

            .main-login .card-login_left .logo {
                display: flex;
                justify-content: space-between;
            }

            .main-login .card-login_left .logo-white {
                width: 91.89px;
                height: 31.21px;
                display: initial;
            }

            .main-login .card-login_left .loyalty-icon img {
                height: 42px;
                width: 42px;
            }

        .main-login .card-login_right {
            padding: 16px 32px 48px 32px;
        }

    .text-center {
        text-align: center;
    }

    .main-login .card-login_right .log-t img {
        display: none;
    }

    .main-login .card-login_right .log-b {
        position: unset;
        padding-top: 0px;
    }

        .main-login .card-login_right .log-b .input-num {
            background: #F6F7FB;
        }

        .main-login .card-login_right .log-b .log-foot {
            position: absolute;
            bottom: 0;
            width: 82%;
            height: 10%;
        }

        .main-login .card-login_right .log-b .log-row-b {
            padding: 27px 0 48px 0;
        }


    .d-flex {
        display: flex;
    }
}

@media screen and (max-width: 390px) {

    .text-input-center {
        text-align: center;
    }

    .back-home {
        display: none;
    }


    .main-login {
        background: none;
        width: 100%;
        height: 100vh;
        background-size: contain;
    }


        .main-login .content-login {
            width: 100%;
        }

            .main-login .content-login .row-flex {
                padding-top: 0px;
                padding-bottom: 0px
            }

        .main-login .card-login_left {
            border-radius: 0px;
            height: 455px;
            padding: 48px;
            background: url(../images/login/bg-mobile.png) center center no-repeat;
            background-size: cover;
            text-align: center;
            padding-top: 40px;
        }

            .main-login .card-login_left .logo {
                display: flex;
                justify-content: space-between;
            }

            .main-login .card-login_left .logo-white {
                width: 91.89px;
                height: 31.21px;
                display: initial;
            }

            .main-login .card-login_left .loyalty-icon img {
                height: 42px;
                width: 42px;
            }

        .main-login .card-login_right {
            padding: 16px 32px 48px 32px;
        }

    .text-center {
        text-align: center;
    }

    .main-login .card-login_right .log-t img {
        display: none;
    }

    .main-login .card-login_right .log-b {
        position: unset;
        padding-top: 0px;
    }

        .main-login .card-login_right .log-b .input-num {
            background: #F6F7FB;
        }

        .main-login .card-login_right .log-b .log-foot {
            position: absolute;
            bottom: 0;
            width: 82%;
        }

        .main-login .card-login_right .log-b .log-row-b {
            padding: 27px 0 48px 0;
        }



    .d-flex {
        display: flex;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

.main-login .card-login_right .log-b .form-otp div input.inputOTP-IOS {
    font-size: 34px !important;
    width: 56px !important;
    text-align: center !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    color: #2959F0 !important;
    overflow: hidden !important;
    background-color: #fff;
    height: 67px !important;
}

.back-home2 {
    color: #373737;
}

    .back-home2:hover {
        text-decoration: none;
        color: #373737;
    }
.closeCodeOTP {
    /*position: absolute;
    left: 182px;
    top: 10px;*/
    width: 20px;
    height: 20px;
    background: url(../images/login/NoActive.png) no-repeat center;
    display: inline-block;
    margin: 0 0 2px 20px;
}
.closeCodeOTP.active {
    background: url(../images/login/Active.png) no-repeat center;
    cursor:pointer;
}
.closeCodeOTP.error {
    background: url(../images/login/Error.png) no-repeat center;
    cursor: pointer;
}

.clearPhoneNumber {
    /*position: absolute;
    left: 182px;
    top: 10px;*/
    width: 20px;
    height: 20px;
    background: url(../images/login/NoActive.png) no-repeat center;
    display: inline-block;
    margin: 0 0 2px 20px;
}

    .clearPhoneNumber.active {
        background: url(../images/login/Active.png) no-repeat center;
        cursor: pointer;
    }
    .clearPhoneNumber.error {
        background: url(../images/login/Error.png) no-repeat center;
        cursor: pointer;
    }
    .clearPhoneNumber.noactive {
        background: url(../images/login/NoActive.png) no-repeat center;
        cursor: pointer;
    }

/* custom popup login / 7/2025  */
.main-login.fgold-pop-arlet-login{
    background: none;
    display: none;
}
.fgold-pop-arlet-login.opacity-bg {
    background-color: rgba(0, 0, 0, 0.3); /* nền mờ */
    transition: background-color 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
}
.main-login.fgold-pop-arlet-login .content-login .row-flex {
    padding-top: unset;
    align-items: center;
    justify-content: center;
    display: none;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-popup-arlet {
    border: none;
    background: none;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 12px;
    right: 12px;
    color: red;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
@media screen and (max-width: 1024px) {
    .main-login.fgold-pop-arlet-login .content-login .row-flex {
        width: 90%;
    }
}
@media screen and (max-width: 834px) {
    .main-login.fgold-pop-arlet-login .content-login .row-flex {
        width: 98%;
    }
    .main-login.fgold-pop-arlet-login .card-login_left .loyalty-text img{
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .main-login.fgold-pop-arlet-login .content-login .row-flex {
        position: relative;
    }
    .main-login.fgold-pop-arlet-login .card-login_right .log-b1 .btn-back-home {
        position: unset;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 540px) {
    .main-login.fgold-pop-arlet-login .content-login .row-flex {
        width: 100%;
    }
    .fgold-pop-arlet-login.opacity-bg{
        background-color: rgba(0, 0, 0, 0);
    }
    .close-popup-arlet {
        color: #fff;
    }
}