.icon-vi {
    background-image: url(/Content/img/login/icon-vi.svg)
}

.icon-en {
    background-image: url(/Content/img/login/icon-en.svg)
}

.icon-authen-secure {
    background-image: url(/Content/img/login/icon-authen-secure.svg)
}

.icon-message {
    background-image: url(/Content/img/login/icon-message.svg)
}

.icon-gmail {
    background-image: url(/Content/img/login/icon-email.svg);
}

@media (max-width:576px) {
    .wrap-login {
        padding: 55px 15px 37px 15px
    }
}

body,
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #212121
}

button {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

    a:focus {
        outline: 0 !important
    }

    a:hover {
        text-decoration: none;
        color: #0073e6
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0
}

li,
ul {
    margin: 0;
    list-style-type: none
}

input {
    outline: 0;
    border: none
}

textarea {
    outline: 0;
    border: none
}

    input:focus,
    textarea:focus {
        border-color: #0073e6;
        transition: all .5s
    }

        textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

        textarea:focus:-moz-placeholder {
            color: transparent
        }

        textarea:focus::-moz-placeholder {
            color: transparent
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent
        }

input::-webkit-input-placeholder {
    color: #9ea1a5
}

input:-moz-placeholder {
    color: #9ea1a5
}

input::-moz-placeholder {
    color: #9ea1a5
}

input:-ms-input-placeholder {
    color: #9ea1a5
}

textarea::-webkit-input-placeholder {
    color: #9ea1a5
}

textarea:-moz-placeholder {
    color: #9ea1a5
}

textarea::-moz-placeholder {
    color: #9ea1a5
}

textarea:-ms-input-placeholder {
    color: #9ea1a5
}

label {
    margin: 0;
    display: block
}

button {
    outline: 0 !important;
    border: none;
    background: 0 0
}

    button:hover {
        cursor: pointer
    }

iframe {
    border: none !important
}

.register-block {
    display: inline-flex;
    width: 100%;
    margin-top: 24px;
    justify-content: center
}

.register-btn {
    font-size: 14px;
    color: #0073e6;
    line-height: 17px;
    margin-left: 8px;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none
}

.forgot-password {
    font-size: 14px;
    color: #0073e6;
    line-height: 17px;
    margin-top: 0;
    display: block;
    text-align: right;
    text-decoration: none;
    margin-bottom: 24px
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(/Content/img/login/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

    .container-login[bg='2'] {
        background-image: url(/Content/img/login/bg2.jpg)
    }

    .container-login[bg='3'] {
        background-image: url(/Content/img/login/bg3.jpg)
    }

    .container-login[bg='4'] {
        background-image: url(/Content/img/login/bg4.jpg)
    }

    .container-login[bg='5'] {
        background-image: url(/Content/img/login/bg5.jpg)
    }

    .container-login[bg='6'] {
        background-image: url(/Content/img/login/bg6.jpg)
    }

    .container-login[bg='7'] {
        background-image: url(/Content/img/login/bg7.jpg)
    }

    .container-login[bg='8'] {
        background-image: url(/Content/img/login/bg8.png)
    }

    .container-login::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(rgba(0, 30, 61, .6) 0, rgba(0, 0, 0, .1) 41.42%, rgba(0, 0, 0, .3) 100%)
    }

.wrap-login {
    width: 400px;
    border-radius: 8px;
    padding: 40px 48px 40px 48px;
    min-height: 340px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .12)
}

.copy-right-text {
    padding-top: 14px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -28px;
    color: rgba(255, 255, 255, .6)
}

.wrap-input {
    width: 100%;
    position: relative;
    margin-bottom: 12px
}

    .wrap-input.pass-wrap {
        margin-bottom: 16px
    }

.input {
    font-size: 16px;
    color: #212121;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #9ea1a5;
    background: 0 0;
    padding: 14px 16px 15px 16px;
    border-radius: 3px
}
p.logo-text.w-50 {
    font-size: 25px;
    font-weight: bold;
    color: #010;
}
input[disabled] {
    background-color: #f2f2f2;
    user-select: none
}

.login-form-subtitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: -24px;
    display: block;
    margin-bottom: 24px
}

span.error-info {
    font-size: 12px;
    color: #ff1d1d;
    height: 20px;
    line-height: 20px;
    display: none
}

.wrap-input.error .input {
    border: 1px solid #ff1d1d
}

.wrap-input.error span.error-info {
    display: block
}

.btn-show-pass {
    display: block;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(/Content/img/login/icon-hide-pass.svg) center no-repeat
}

    .btn-show-pass.active {
        display: block;
        background: url(/Content/img/login/icon-show-pass.svg) center no-repeat
    }

.amis-select-type.horizontal {
    display: inline-flex
}

.amis-select-type .misa-radio {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    font-size: 16px;
    height: 28px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    font-weight: 400;
    color: #212121
}

    .amis-select-type .misa-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        display: none
    }

.amis-select-type .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #8d9ba2;
    background-color: #fff;
    border-radius: 50%
}

    .amis-select-type .checkmark:after {
        display: none;
        content: "";
        position: absolute
    }

.amis-select-type .misa-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0073e6
}

.amis-select-type .misa-radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #0073e6
}

    .amis-select-type .misa-radio input:checked ~ .checkmark:after {
        display: block
    }

.coming-soon-container {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.coming-soon-graphic {
    background-position: center;
    background-size: contain;
    height: 330px;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

.coming-soon-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center
}

.coming-soon-description {
    height: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain
}

.lang-container {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 120px;
    height: 32px;
    z-index: 99;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    line-height: 32px;
    color: #f8f8f8;
    padding: 0 16px 0 38px;
    cursor: pointer
}

    .lang-container:hover {
        border: 1px solid rgba(255, 255, 255, .3);
        background: rgba(255, 255, 255, .3)
    }

    .lang-container .left-icon {
        position: absolute;
        left: 8px;
        top: 7px;
        height: 16px;
        width: 21px
    }

    .lang-container .selected-value {
        line-height: 32px
    }

    .lang-container .icon-trigger {
        display: none
    }

.misa-dropdown-menu {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    z-index: 9999;
    background-color: #fff;
    border-radius: 3px;
    max-height: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: hidden
}

    .misa-dropdown-menu:hover {
        overflow-y: auto
    }

    .misa-dropdown-menu .result-item {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #212121;
        padding: 0 16px 0 16px;
        width: 100%;
        display: inline-flex;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

        .misa-dropdown-menu .result-item .result-item-text {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .misa-dropdown-menu .result-item.i-bottom {
            border-bottom: 1px solid #e0e6e8
        }

        .misa-dropdown-menu .result-item:last-child {
            border-bottom: none
        }

        .misa-dropdown-menu .result-item:hover {
            background-color: #f2f2f2;
            cursor: pointer
        }

    .misa-dropdown-menu .dropdow-title {
        height: 40PX;
        line-height: 40PX;
        padding-left: 16PX;
        font-weight: 700
    }

.icon {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 center
}

.apui-notice-container {
    position: fixed;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
    border: none;
    border-radius: 3px;
    z-index: 99999;
    min-width: 200px;
    max-width: 600px;
    min-height: 52px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff
}

    .apui-notice-container .apui-notice-content {
        display: flex;
        min-height: 52px
    }

    .apui-notice-container.notice-center {
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .apui-notice-container .apui-notice-left {
        width: 4px;
        min-height: 52px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        overflow: hidden
    }

    .apui-notice-container .apui-notice-icon i {
        margin-left: 12px;
        height: 52px;
        cursor: default;
        background-repeat: no-repeat;
        background-position: center;
        display: block
    }

    .apui-notice-container .apui-notice-right {
        width: 40px;
        min-height: 52px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        position: relative;
        overflow: hidden
    }

        .apui-notice-container .apui-notice-right .icon-close {
            position: absolute;
            right: 12px;
            background-image: url(/Content/img/login/ic_close_tint_16.svg);
            top: 16px;
            width: 16px;
            height: 16px
        }

    .apui-notice-container .apui-notice-des {
        padding: 16px;
        padding-left: 8px;
        -ms-flex: 1;
        line-height: 19px;
        flex: 1
    }

.tenants-loading {
    width: 100%;
    height: 300px;
    background-color: #fff;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 16px
}

.tenants-loading-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #666
}

.tenants-loading-name {
    font-size: 20px;
    color: #2196f3;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.lang-container {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 120px;
    height: 32px;
    z-index: 99;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    line-height: 32px;
    color: #f8f8f8;
    padding: 0 16px 0 38px;
    cursor: pointer
}

    .lang-container:hover {
        border: 1px solid #2680eb;
        background-color: #2680eb
    }

    .lang-container .left-icon {
        position: absolute;
        left: 8px;
        top: 7px;
        height: 16px;
        width: 21px
    }

    .lang-container .selected-value {
        line-height: 32px
    }

    .lang-container .icon-trigger {
        display: none
    }

.misa-dropdown-menu {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    z-index: 9999;
    background-color: #fff;
    border-radius: 3px;
    max-height: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: hidden
}

    .misa-dropdown-menu:hover {
        overflow-y: auto
    }

    .misa-dropdown-menu .result-item {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #212121;
        padding: 0 16px 0 16px;
        width: 100%;
        display: inline-flex;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

        .misa-dropdown-menu .result-item .result-item-text {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .misa-dropdown-menu .result-item.i-bottom {
            border-bottom: 1px solid #e0e6e8
        }

        .misa-dropdown-menu .result-item:last-child {
            border-bottom: none
        }

        .misa-dropdown-menu .result-item:hover {
            background-color: #f2f2f2;
            cursor: pointer
        }

    .misa-dropdown-menu .dropdow-title {
        height: 40PX;
        line-height: 40PX;
        padding-left: 16PX;
        font-weight: 700
    }

.wrap-login[type=login] .login-form-sso-callback {
    display: none
}

.wrap-login[type=sso] .login-class {
    display: none
}

.login-form {
    width: 100%
}

.login-form-logo-30nam {
    background: url(/Content/img/logonano.png) center no-repeat;
    background-size: contain;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    height: 36px;
    margin: 0 auto;
}

.login-form-logo {
    font-size: 60px;
    background: url(/Content/img/login/nanotms.png) center no-repeat;
    background-size: contain;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    width: 196px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.login-form-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 12px;
    text-align: center;
    display: block;
    margin-bottom: 32px
}

.login-form-btn {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    height: 40px;
    border-radius: 3px;
    background: #0073e6;
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    display: block;
    text-decoration: none
}

    .login-form-btn.loading {
        text-transform: none
    }

        .login-form-btn.loading:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            background: url(/Content/img/login/loading.gif) center no-repeat;
            background-size: cover;
            transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            border-radius: 3px;
            opacity: .6;
            cursor: default
        }

    .login-form-btn:hover {
        background-color: #384fd5;
        box-shadow: 0 2px 15px rgba(42, 126, 252, .25);
        transition: all .5s
    }

    .login-form-btn.loading:hover {
        background-color: #0073e6;
        box-shadow: none
    }

.text-login-fail {
    min-height: 24px;
    line-height: 14px;
    display: none;
    color: #ff1d1d;
    padding: 0
}

    .text-login-fail.show {
        display: block;
        margin-bottom: 16px;
        line-height: 17px
    }

.captcha-box {
    display: flex
}

    .captcha-box input {
        width: 142px
    }

    .captcha-box img {
        width: 130px;
        height: 48px;
        margin-left: 8px
    }

    .captcha-box .btn-captcha-reload {
        width: 32px;
        height: 48px;
        background-image: url(/Content/img/login/icon-reload.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        margin-left: 8px;
        cursor: pointer
    }

.login-form-sso-callback {
    text-align: center
}

    .login-form-sso-callback .sso-icon {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        margin: 0 auto;
        margin-bottom: 16px
    }

    .login-form-sso-callback .sso-message {
        margin-bottom: 32px;
        padding: 8px;
        line-height: 21px
    }

    .login-form-sso-callback[state=loading] .sso-icon {
        background-image: url(/Content/img/login/loading-blue.gif)
    }

    .login-form-sso-callback[state=error] .sso-icon {
        background-image: url(/Content/img/login/sso-error.svg)
    }

    .login-form-sso-callback[state=account] .sso-icon {
        background-image: url(/Content/img/login/sso-account.svg)
    }

    .login-form-sso-callback[state=warning] .sso-icon {
        background-image: url(/Content/img/login/sso-warning.svg)
    }

    .login-form-sso-callback .sso-buttons {
        width: 100%;
        display: inline-flex
    }

    .login-form-sso-callback .sso-button {
        display: block;
        text-decoration: none;
        font-size: 16px;
        border-radius: 3px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        height: 40px;
        flex: 1
    }

        .login-form-sso-callback .sso-button:hover {
            box-shadow: 0 2px 4px rgba(0, 0, 0, .16)
        }

    .login-form-sso-callback .sso-button-relogin {
        color: #fff;
        background: #0073e6
    }

    .login-form-sso-callback .sso-button-register {
        color: #0073e6;
        border: 1px solid #0073e6;
        background: #fff
    }

.show-login-link {
    font-size: 14px;
    color: #2680eb;
    line-height: 17px;
    margin-top: 16px;
    display: block;
    text-align: center;
    text-decoration: none
}

.otp-try-other {
    color: #0073e6;
    cursor: pointer;
    margin: 12px 0 16px 0
}

.otp-remember-check {
    padding-top: 8px
}

.otp-form-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    text-align: left;
    color: #666;
    display: block;
    margin-bottom: 16px
}

.method-list {
    min-height: 188px
}

.method-item {
    padding: 12px 0 12px 36px;
    border-bottom: 1px solid #e0e0e0;
    background-position: 4px center;
    background-size: 24px;
    background-repeat: no-repeat;
    cursor: pointer
}

    .method-item:hover {
        background-color: #f2f2f2
    }

    .method-item:last-child {
        border-bottom: none
    }

    .method-item[method=email] {
        background-image: url(/Content/img/login/icon-email.svg)
    }

    .method-item[method=sms] {
        background-image: url(/Content/img/login/icon-message.svg)
    }

    .method-item[method=app] {
        background-image: url(/Content/img/login/icon-authen-secure.svg)
    }

.sso-method-block {
    text-align: center;
    margin: 24px 0 0 0
}

.sso-title {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    height: 28px;
    width: 100%;
    margin-bottom: 16px
}

.sso-title-line {
    height: 1px;
    flex: 1;
    background-color: #9ea1a5
}

.sso-title-text {
    padding: 5px 10px;
    background-color: #fff;
    color: #9ea1a5;
    font-size: 14px
}

.sso-method-title {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 20px;
    margin: 0 8px
}

.sso-method-list {
    display: inline-flex
}

.sso-method-item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 4px;
    cursor: pointer;
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat
}

    .sso-method-item[method=Google] {
        background-image: url(/Content/img/login/icon-google.svg)
    }

    .sso-method-item[method=Apple] {
        background-image: url(/Content/img/login/icon-apple.svg)
    }

    .sso-method-item[method=Zalo] {
        background-image: url(/Content/img/login/icon-zalo.svg)
    }

    .sso-method-item[method=Facebook] {
        background-image: url(/Content/img/login/icon-facebook.svg)
    }

    .sso-method-item[method=Microsoft] {
        background-image: url(/Content/img/login/icon-microsoft.svg)
    }

    .sso-method-item:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
    }

.sso-mobile-container {
    width: 100%;
    text-align: center;
    padding: 40px;
    align-items: center;
    display: flex;
    flex-direction: column
}

.sso-mobile-logo {
    width: 72px;
    height: 72px;
    margin-bottom: 12px
}

.sso-mobile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px
}

.sso-mobile-des {
    color: #666;
    margin-top: 16px
}

.sso-mobile-graphic {
    width: 187px;
    min-height: 186px;
    margin-bottom: 12px;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Content/img/login/sso-graphic.svg)
}

.sso-mobile-button {
    color: #fff;
    background-color: #007aff;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    width: 100%;
    margin-top: 32px;
    max-width: 300px
}

#amis-tenants {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

    #amis-tenants.show {
        display: block
    }

.tenants-container {
    width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    padding: 24px
}

    .tenants-container .tenants-title {
        font-size: 20px;
        margin-bottom: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: 500
    }

    .tenants-container .teannts-content {
        width: 100%;
        height: 100%
    }

    .tenants-container .list-tenants {
        min-height: 80px;
        max-height: 200px;
        overflow-y: auto
    }

    .tenants-container .tenants-footer {
        height: 48px;
        padding: 16px 0 0 0
    }

        .tenants-container .tenants-footer .btn-ok {
            height: 32px;
            padding: 0 16px;
            background-color: #0073e6;
            color: #fff;
            line-height: 32px;
            text-align: center;
            border-radius: 3px;
            float: right;
            cursor: pointer
        }

            .tenants-container .tenants-footer .btn-ok:hover {
                background-color: #384fd5
            }

    .tenants-container .list-tenants .misa-select-field-item {
        margin: 8px 0
    }
.fix-checkbox {
    margin-top: 4px;
    position: absolute;
}


.box-language {
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 5;
}

.languageDropdown {
    width: 85px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 15px;
    background: #f9f9f9;
    margin-left: 10px;
}

span.lang-text {
    font-size: 14px;
}