﻿.mifi-frm-login { height: 100%; }

.center-side {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-family: 'Inter', sans-serif !important;
}


#login {
    display: table;
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    margin: 0 auto 0;
    overflow: hidden;
    background: #FFF;
}
.loginByID {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.login-form > div {
    width: auto;
}
    #login .img-left {
        width: 46.35%;
        height: 100vh;
        padding: 0;
        display: table-cell;
        background: url(/Content/img/login_hinh_nen_trai.png);
        background-size: 100%;
        position: relative;
    }
    #login .panel-login,
    #login .login-form {
        /*width: auto;*/
        max-width: 100%;
        margin: 0 auto;
    }
    #login .login-field,
    #login .login-sendEmail {
        /* padding:115px 0 0; */
        padding: 0;
        background: #fff;
        display: table-cell;
        vertical-align: middle;
    }
.title-login {
    color: #212121;
    text-align: center;
    /* Inter_Font 24px/Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#logo {
    display: block;
    margin: 0px auto 10px;
}

 #logo a {
        display: block;
        overflow: hidden;
    }
.tabChange {
    display: inline-block;
    width: 360px;
    max-width: 100%;
    float: left;
    position: relative;
    margin: 8px auto 24px;
    left: 50%;
    transform: translateX(-50%);
}
    .tabChange a {
        display: block;
        float: left;
        width: 50%;
        color: #212121;
        padding: 8px 0;
        border-bottom: solid 1px #D9D9D9;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        position: relative;
        cursor: pointer;
    }

        .tabChange a.active {
            color: #65AF2F !important;
            border-bottom: solid 1px #65AF2F;
        }

        .tabChange a .new {
            width: 23px;
            height: 12px;
            background: url(/Content/img/new_vn.svg);
            display: inline-block;
            margin-left: 4px;
        }
.block-scan-qr {
    display: none;
}

    .block-scan-qr.active {
        display: block;
    }
.rejeck-qr-code {
    display: none;
    color: red;
}

    .rejeck-qr-code.active {
        float: left;
        width: 100%;
        display: block;
        color: #F02849;
        text-align: center;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 12px;
    }
.img-thumbnail {
    border: none;
    padding: 0;
}
.img-thumbnail-quenpass {
    border: none;
    padding: 0;
}
.content-qr-code {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
    filter: drop-shadow(0px 8px 8px rgba(24, 39, 75, 0.02)) drop-shadow(0px 6px 8px rgba(24, 39, 75, 0.2));
}
.qr-code.img-responsive {
    border-radius: 8px;
}
.qr-code.expired {
    opacity: 0.2;
}
#loading-qr-code {
    display: none !important;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    #loading-qr-code.active {
        display: block !important;
    }
#qrcode-expired {
    display: none;
    position: absolute;
}

    #qrcode-expired.active {
        display: block;
        top: 50%;
        left: 50%;
        width: 150px;
        transform: translate(-50%, -50%);
    }

    #qrcode-expired b {
        color: #212121;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
    }
    #qrcode-expired button {
        background-color: #0190F3;
        color: white;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        padding: 8px 16px;
        margin-top: 8px;
    }

        #qrcode-expired button:before {
            content: '';
            width: 20px;
            height: 20px;
            margin-right: 8px;
            display: inline-block;
            background: url(/Content/img/Reload.svg) center no-repeat;
            background-size: 20px;
            margin-bottom: -4px;
        }
.scanText {
    display: block;
    position: relative;
    float: none;
    width: 250px;
    margin: 16px auto 22px;
    color: #212121;
    padding-left: 48px;
    background: url(/Content/img/scan-qr.svg) left center no-repeat;
    background-size: 32px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

    .scanText a {
        display: inline !important;
        margin: 0 !important;
    }

        .scanText a:hover {
            text-decoration: none !important;
        }

    .scanText + span {
        color: #1877F2;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 16px;
        display: block;
        cursor: pointer;
    }
#divHuongDanQR {
    display: none;
    float: left;
    width: 600px;
    max-width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    background: #F9F9F9;
    position: relative;
    margin-bottom: 16px;
}

    #divHuongDanQR .item {
        display: block;
        float: left;
        width: 146px;
        margin: 0 20px;
        text-align: center;
    }

        #divHuongDanQR .item:last-child {
            margin-right: 0;
        }

        #divHuongDanQR .item .phoneimg {
            display: block;
            position: relative;
            margin-bottom: 26px;
        }

            #divHuongDanQR .item .phoneimg img {
                display: block;
                margin: 0 auto;
                height: 144px;
            }

            #divHuongDanQR .item .phoneimg i {
                display: block;
                width: 16px;
                height: 16px;
                background: #E82429;
                border-radius: 50%;
                text-align: center;
                color: #FFF;
                position: absolute;
                right: 10px;
                top: 0;
                text-align: center;
                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: 16px;
            }

            #divHuongDanQR .item .phoneimg + span {
                display: block;
                color: #212121;
                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px;
            }

            #divHuongDanQR .item .phoneimg.so2:before {
                content: '';
                width: 37px;
                height: 37px;
                background: url(/Content/images/scan_phone_2.svg) center no-repeat;
                background-size: contain;
                position: absolute;
                right: 35px;
                top: -5px;
            }
.login-field .form-group {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.login-field .mb-20 {
    margin-bottom: 20px !important;
}
.login-field .mb-12 {
    margin-bottom: 12px !important;
}
.login-field .input-group {
    border-bottom: 0;
}
#loginNormal label {
    color: #110F24;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}
#loginNormal .form-control {
    padding: 8px 16px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background-color: #FFF !important;
}
#loginNormal .btnLogin {
    margin-bottom: 20px;
    color: #979797;
    background-color: #DDDFE1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 0;
}
#quenMKLogin label {
    color: #110F24;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

#quenMKLogin .form-control {
    padding: 8px 16px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

#quenMKLogin .btnQuenMatKhau {
    margin-bottom: 20px;
    color: #979797;
    background-color: #DDDFE1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 0;
}
.cur-pointer {
    cursor: pointer;
}
.confirm-qr-code {
    display: none;
    width: 100%;
}

    .confirm-qr-code.active {
        display: block;
    }
    .confirm-qr-code p {
        text-align: center;
    }

    .confirm-qr-code .img-user-qr-code {
        border-radius: 50%;
        margin: auto !important;
        width: 100px;
        height: 100px;
        display: block;
    }

    .confirm-qr-code .user-name-qr-code {
        color: #333;
        font-weight: bold;
    }

    .confirm-qr-code .notification-qr-code {
        padding: 0px 20px;
        max-width: 330px;
        margin: 0 auto;
        padding: 0 12px;
        color: #888;
        text-align: center;
    }


.login-normal-msg-error {
    display: none;
    color: red;
}

    .login-normal-msg-error.active {
        float: left;
        width: 100%;
        display: block;
        color: #F02849;
        text-align: center;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 12px;
    }
a:hover {
    color: #212121 !important;
    text-decoration: underline !important;
}

a:not([href]):not([tabindex]) {
    color: #212121;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):focus {
        outline: 0
    }
#sendmailDone .text1 {
    margin-top: 16px;
    margin-bottom: 20px !important;
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
#sendmailDone .text2 {
    margin: 12px 10px 20px 10px;
    color: #110F24;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.text3 {
    color: #176BFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-decoration-line: underline;
    cursor: pointer
}
.fw-500 {
    font-weight: 500;
}
.color-blue {
  color: #176BFB !important;
}
.warn-pass {
    color: #979797;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.error-1-msg-resetpass {
    display: none;
    color: red;
}

    .error-1-msg-resetpass.active {
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 12px;
        color: #E82429;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin: 12px 0 0px 0 !important;
    }
.error-2-msg-resetpass {
    display: none;
    color: red;
}

    .error-2-msg-resetpass.active {
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 12px;
        color: #E82429;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin: 12px 0 0px 0 !important;
    }
.error-msg-resetpass {
    display: none;
    color: red;
}

    .error-msg-resetpass.active {
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 12px;
        color: #E82429;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin: 12px 0 0px 0 !important;
    }

.pos-logo {
    background: #FFF !important;
    padding: 20px 0;
}
.change-pass-text {
    color: #222;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin: 12px 0 32px 0;
}
.hidden {
    display: none !important;
}
#resetPass {
    display: table;
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    margin: 0 auto 0;
    overflow: hidden;
    background: #FFF;
}
    #resetPass .form-control.active {
        border: 1px solid #E82429 !important;
        box-shadow: none !important;
    }
.time-expired {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
    .time-expired b {
        color: #176BFB !important;
        font-weight: normal;
    }