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

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

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

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

.icon-gmail {
    background-image: url(image/icon-email.svg)
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}
body,
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    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: 13px;
    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: #0067fd
}

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

p {
    font-size: 13px;
    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: #0067fd;
    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
}

.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-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.container-login[view=loading] {
    background-image: none !important
}

.container-login[bg='1'] {
    background-image: url(image/bg1.jpg)
}

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

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

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

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

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

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

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

.container-login[bg='9'] {
    background-image: url(image/bg9.jpg)
}

.container-login #amis-tenants,
.container-login #logging-in-box,
.container-login #login-popup-wrap {
    display: none
}

.container-login[view=login] #login-popup-wrap {
    display: flex
}

.container-login[view=loading] #logging-in-box {
    display: block
}

.container-login[view=tenants] #amis-tenants {
    display: block
}

#logging-in-box {
    width: 376px;
    flex-shrink: 0;
    border-radius: 16px;
    padding: 68px 40px
}

#logging-in-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 12px
}

#logging-in-message {
    color: #465566;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

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

.wrap-input.pass-wrap {
    margin-bottom: 0
}

.input {
    font-size: 13px;
    color: #212121;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #e8e8e8;
    background: 0 0;
    padding: 8px 16px;
    border-radius: 6px
}

input[disabled] {
    background-color: #f2f2f2;
    user-select: none
}

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
}

.login-flex-1 {
    -ms-flex: 1;
    flex: 1;
    min-height: 1px
}

.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: #0067fd
}

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

.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: 20px;
    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
}

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

.login-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.login-icon {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.login-icon-16 {
    width: 16px;
    height: 16px
}

html>body .nice-scroll {
    scrollbar-width: thin
}

html>body .nice-scroll::-webkit-scrollbar {
    display: block;
    overflow-y: scroll;
    width: 10px;
    height: 8px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

html>body .nice-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .2)
}

html>body .nice-scroll::-webkit-scrollbar-track {
    background-color: rgba(128, 128, 128, .3);
    border-radius: 4px
}

#preload-resource {
    background-image: url(image/qrloading2.gif);
    background-size: 0;
    width: 0;
    height: 0;
    z-index: -1;
    position: fixed;
    top: -2000;
    left: -2000
}

#copy-right {
    position: absolute;
    bottom: 24px;
    text-align: center;
    color: #fff;
    opacity: .85;
    z-index: 2;
    width: 100%
}

.loading-bar-spinner-box {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.loading-bar-spinner {
    z-index: 19 !important;
    -webkit-animation: loading-bar-spinner .6s linear infinite;
    animation: loading-bar-spinner .6s linear infinite
}

.loading-bar-spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: colors 5s infinite;
    animation: colors 5s infinite
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes colors {
    0% {
        border-color: #4285f4
    }

    25% {
        border-color: #de3e35
    }

    50% {
        border-color: #f7c223
    }

    75% {
        border-color: #1b9a59
    }

    100% {
        border-color: #4285f4
    }
}

@keyframes colors {
    0% {
        border-color: #4285f4
    }

    25% {
        border-color: #de3e35
    }

    50% {
        border-color: #f7c223
    }

    75% {
        border-color: #1b9a59
    }

    100% {
        border-color: #4285f4
    }
}

.btn-show-pass {
    display: block;
    position: absolute;
    outline: none;
    box-shadow: none;
    user-select: none;
    right: 1px;
    top: 1px;
    width: 35px;
    height: 34px;
    background: url(image/icon-hide-pass.svg) center no-repeat;
    cursor: pointer;
    background-size: 16px;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

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

.btn-show-pass:hover {
    background-color: #e0e0e0
}

.login-form-more-function {
    display: flex;
    margin-top: 12px
}

.login-form-more-function a {
    display: block;
    text-decoration: none;
    color: #0067fd;
    font-weight: 400
}

.login-form-more-function a:focus,
.login-form-more-function a:hover {
    text-decoration: underline
}

.login-form-btn-container {
    margin-top: 12px
}

.login-form-btn {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    height: 36px;
    border-radius: 6px;
    background: #0067fd;
    border: 1px solid #0067fd;
    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(image/loading.gif) center no-repeat;
    background-size: cover;
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    border-radius: 6px;
    opacity: .6;
    cursor: default
}

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

.login-form-btn:focus {
    background-color: #384fd5;
    border: 1px solid #00193f;
    box-shadow: 0 2px 15px rgba(42, 126, 252, .25)
}

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

.text-login-fail {
    display: none;
    color: #ff1d1d;
    padding: 0
}

.text-login-fail.show {
    display: block;
    margin-top: 8px
}

.captcha-container {
    margin-top: 12px
}

.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(image/icon-reload.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    margin-left: 8px;
    cursor: pointer
}

#login-popup-wrap {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
	max-width: 95%;
    min-width: 400px
}

#box-login {
    width: 100%;
    border-radius: 12px;
    height: auto;
    min-height: 468px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    display: inline-flex;
    overflow: hidden
}
#box-form{
    display: inline-flex;
    overflow: hidden;
    width: 72.5%;
}
#box-backdrop{
    width: 41.5%;
    height: auto;
    min-height: 468px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    display: inline-flex;
    overflow: hidden;
    background-size: contain;
	padding: 5px;
	border-radius: 10px;
}
#box-login-left {
    flex: 1;
    height: auto;
    min-width: 1px;
    user-select: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #008fff;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 5px;
}

#box-login-logo-amis {
    height: 46px;
    width: 100%;
    background-image: url(image/left-logo-amis.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 242px 46px;
    background-size: 242px 46px
}

.box-login-left-platform {
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0 16px;
    margin: 18px 0 10px 0;
    max-width: 120px;
    width: fit-content;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: #0075ee;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .06)
}

.box-login-left-platformname {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px rgba(0, 0, 0, .16);
    margin-bottom: 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 37px
}

#box-login-right {
    width: 285px;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;    
	border-radius: 10px;
}
#box-login-right form{
    width: 100%;
}
#box-login>div {
    align-self: stretch
}  
.box_content{
    border-radius: 10px;
    height: 100%;
    min-height: 800px;
    text-align: justify;
    overflow: auto;
    max-height: 800px;
}      
.box_content::-webkit-scrollbar {
  width: 2px;               /* width of the entire scrollbar */
}

.box_content::-webkit-scrollbar-track {
  background: #e6dc9fa6;        /* color of the tracking area */
}

.box_content::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e6dc9fa6;  /* creates padding around scroll thumb */
}

.box_content	li{
    /* background: #fffffff0; */
    padding: 0 10px;
    margin-bottom: 10px;
}
.box_content	li label{
	    font-weight: bold;
    font-size: 14pt;
    margin: 5px 0;
}         

.box_content li ul.child{
    /* margin-left: 20px; */
}
.box_content li ul.child li{
    background: #F5F5F5;    
	   padding: 10px;
    

}
.box_content	li ul.child li label{     
    font-weight: 500;
    font-size: 12pt;
    margin: 5px 0;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
.box_content	li ul.child li .sub-caption{
	font-size: 12px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
.box_content	li ul.child li .sub-caption ul, .box_content	li ul.child li .sub-caption ol{
    width: 100%;
    min-width:100%;
}           
.box_content	li ul.child li .sub-caption ul li{
	       padding: 5px;
		       margin-bottom: 0px;
}
.box_sub_content{
    display: flex;
    gap: 5px;
}
.box_sub_content ul{
    width: 50%;
    max-width: 50%;
	    min-width: 50%;
}
.wrap-login {
    width: 100%;
    border-radius: 8px;
    padding: 24px 10px;
    min-height: 340px;
    background: #fff;
    position: relative;
}

.login-form {
    width: 100%;
    font-size: 13px
}

#box-login .login-form-basic-container {
    display: none
}

#box-login .login-form-qr-container {
    display: none;
    min-height: 280px
}

#box-login .login-form-message-container {
    display: none
}

#box-login .login-form-otp-container {
    display: none
}

#box-login[mode=basic] .login-form-basic-container {
    display: block
}

#box-login[mode=message] .login-form-message-container {
    width: 400px;
    margin: 0 auto;
    height: 468px;
    display: flex;
    justify-content: center;
    align-items: center
}

#box-login[mode=message] .box-login-panel,
#box-login[mode=otp] .box-login-panel {
    display: none
}

#box-login[mode=otp] .login-form-otp-container {
    width: 400px;
    margin: 0 auto;
    height: 468px;
    display: flex;
    justify-content: center;
    align-items: center
}

#box-login[mode=otp] .login-form-switch-container {
    display: none
}

#box-login[mode=qr] .login-form-qr-container {
    display: block
}

.login-form-logo-30nam {
    background: url(image/logo.jpg);
    background-size: contain;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    width: 217px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.login-form-title {
    text-align: center;
    display: block;
    margin-bottom: 8px;
    color: #314155;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.login-form-switch-block {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    color: #465566;
    font-weight: 500;
    text-align: center
}

.login-form-switch {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #cfd5dd;
    width: 100px;
    position: relative
}

.login-form-switch:hover,
.login-form-switch[state=active] {
    color: #0067fd
}

.login-form-switch[state=active]::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 1px;
    background-color: #0067fd
}

.login-form-message-box {
    text-align: center
}

.login-form-message-box .login-message-icon {
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 32px
}

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

.login-form-message-box[state=loading] .login-message-icon {
    background-image: url(image/amis-loading.svg);
    background-size: 64px
}

.login-form-message-box[state=error] .login-message-icon {
    background-image: url(image/error-login.svg)
}

.login-form-message-box[state=inactive] .login-message-icon {
    background-image: url(image/error-not-actived.svg)
}

.login-form-message-box[state=notaccess] .login-message-icon {
    background-image: url(image/error-block.svg)
}

.login-form-message-buttons {
    width: 100%;
    display: inline-flex;
    margin-top: 24px
}

.login-form-message-button {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    height: 36px;
    flex: 1;
    margin-right: 16px
}

.login-form-message-button:last-child {
    margin-right: 0
}

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

.login-form-message-button-blue {
    color: #fff;
    background: #0067fd
}

.login-form-message-button-blue:hover {
    color: #fff
}

.login-form-message-button-white {
    color: #0067fd;
    border: 1px solid #0067fd;
    background: #fff
}

#login-function-container {
    display: flex;
    margin-top: 16px;
    height: 24px;
    align-items: center;
    color: #1f1f1f;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .16)
}

#login-function-container:hover {
    background-color: rgba(0, 0, 0, .5)
}

#login-function-container .login-help {
    color: #fff;
    display: block;
    padding: 0 17px;
    line-height: 17px;
    text-decoration: none
}

#login-function-container .login-help:hover {
    color: #fff
}

#login-function-container .lang-container {
    padding: 0 24px 0 12px;
    position: relative;
    cursor: pointer
}

#login-function-container .lang-container:hover {
    color: #fff
}

#login-function-container .lang-container::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 2px;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

#login-function-container .lang-container .selected-value {
    line-height: 17px;
    color: #fff
}

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

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

.login-dropdown-menu .result-item {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    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
}

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

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

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

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

.login-otp-module {
    position: relative
}

.login-otp-graphic {
    width: 100%;
    height: 120px;
    background-image: url(image/otp-graphic.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 32px
}

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

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

.otp-form-subtitle {
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
    text-align: left;
    display: block;
    margin-bottom: 8px;
    text-align: center
}

.otp-form-btn-container {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.method-item {
    padding: 12px 12px 12px 40px;
    border: 1px solid #e0e0e0;
    background-position: 8px center;
    background-size: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 8px;
    word-break: break-all
}

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

.method-item:last-child {
    margin-bottom: 16px
}

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

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

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

.loginpage-qr-module {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.loginpage-qr-module .loginpage-qr-declined,
.loginpage-qr-module .loginpage-qr-scanned,
.loginpage-qr-module .loginpage-qr-viewer {
    display: none
}

.loginpage-qr-viewer[state=loading] #misaid-passwordless-container {
    display: none !important
}

.loginpage-qr-viewer .loginpage-qr-loading {
    display: none
}

.loginpage-qr-viewer[state=loading] .loginpage-qr-loading {
    display: block;
    padding: 16px;
    margin: 36px 0
}

.loginpage-qr-module .loginpage-qr-loading-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 18px
}

.loginpage-qr-module .loginpage-qr-loading-text {
    font-size: 13px;
    font-weight: 400;
    color: #465566
}

.loginpage-qr-module[state=declined] .loginpage-qr-viewer,
.loginpage-qr-module[state=viewer] .loginpage-qr-viewer {
    display: block;
    margin-bottom: 24px;
    min-height: 200px
}

.loginpage-qr-module[state=declined] .loginpage-qr-declined {
    display: block;
    color: red;
    background: url(image/qr_declined.svg) no-repeat left;
    background-size: 16px;
    padding-left: 24px;
    margin-top: 24px
}

.loginpage-qr-module[state=declined] .loginpage-qr-help {
    display: none
}

.loginpage-qr-module[state=viewer] .loginpage-qr-help {
    display: block
}

.loginpage-qr-module[state=scanned] .loginpage-qr-scanned {
    display: block;
    padding-top: 36px
}

.loginpage-qr-module[state=scanned] .loginpage-qr-viewer {
    display: none
}

.loginpage-qr-help {
    margin-top: 24px
}

.loginpage-qr-message-text-success {
    color: #02b514;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    margin-bottom: 8px;
    user-select: none
}

.loginpage-qr-message-text {
    color: #465566;
    padding: 0 16px;
    user-select: none
}

#misaid-passwordless-container {
    margin: 0 auto;
    position: relative;
    min-height: 200px;
    width: 100%
}

.loginpage-qr-help-link {
    color: #0067fd;
    text-decoration: none;
    margin-top: 4px;
    display: block
}

.loginpage-qr-scanned-icon {
    background-image: url(image/qr_scanned.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 109px;
    margin-bottom: 36px
}

.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: 24px
}

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

.sso-title-text {
    padding: 5px 10px;
    background-color: #fff;
    color: #666;
    font-size: 13px
}

.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(image/icon-google.svg)
}

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

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

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

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

.sso-method-item:focus,
.sso-method-item:hover {
    background-color: #e5e5e5
}

.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(image/sso-graphic.svg)
}

.sso-mobile-button {
    color: #fff;
    background-color: #007aff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    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;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

#amis-tenants.show {
    display: block
}

.tenants-container {
    max-width: 600px;
    min-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16)
}

.tenants-container .tenants-title {
    font-size: 20px;
    margin-bottom: 16px;
    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: #0067fd;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    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
}

.tenants-item {
    position: relative;
    padding: 8px 16px 9px 40px;
    border: 1px solid transparent;
    border-radius: 23px;
    font-size: 13px
}

.tenants-item:hover {
    cursor: pointer;
    background-color: #efefef
}

.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: #0067fd;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.tenants-item-check-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #8d9ba2;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 8p
}

.tenants-item-check-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 6px;
    opacity: 0;
    background: #0067fd
}

.tenants-item-selected .tenants-item-check-icon::before {
    opacity: 1
}

.tenants-item-selected .tenants-item-check-icon {
    border: 1px solid #0067fd
}

.login-checkbox {
    display: block;
    height: 16px;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.login-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

label.login-checkbox .login-checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background-color: #fdfdfd;
    border: 1px solid #c1c2c3
}

label.login-checkbox .login-checkmark.disable {
    background-color: #f0f0f0
}

label.login-checkbox:hover input~.login-checkmark {
    background-color: #fff
}

label.login-checkbox:hover input~.login-checkmark.disable {
    background-color: #f0f0f0
}

label.login-checkbox input:checked~.login-checkmark {
    background-color: #0067fd;
    border-color: #0067fd
}

label.login-checkbox input:checked~.login-checkmark:after {
    display: block
}

label.login-checkbox .login-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

label.login-checkbox .login-caption {
    position: absolute;
    left: 24px
}

.login-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9000000
}

.login-dialog-mask .login-dialog-body {
    position: absolute;
    min-width: 480px;
    min-height: 200px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding: 24px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    max-height: 500px
}

.login-dialog-mask .login-dialog-body .login-dialog-header {
    width: 100%;
    height: 29px;
    min-height: 29px;
    margin-bottom: 8px;
    display: flex
}

.login-dialog-mask .login-dialog-body .login-dialog-header .login-dialog-title {
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    -ms-flex: 1;
    flex: 1
}

.login-dialog-mask .login-dialog-body .login-dialog-content {
    width: 100%;
    position: relative;
    cursor: default;
    line-height: 17px;
    overflow-y: auto;
    flex: 1;
    min-height: 40px
}

.login-dialog-icon-close {
    background-image: url(image/ic_close_tint_16.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    cursor: pointer
}

.login-dialog-mask .login-dialog-body .login-dialog-footer {
    width: 100%;
    padding: 0;
    display: inline-flex;
    height: 32px;
    min-height: 32px;
    margin-top: 12px
}

.login-dialog-btn {
    cursor: pointer;
    border-radius: 3px;
    margin-left: 8px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px
}

.login-dialog-btn-primary {
    background-color: #0067fd;
    border: 1px solid #0067fd;
    color: #fff
}

.login-notice-container {
    position: fixed;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
    border: none;
    border-radius: 6px;
    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
}

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

.login-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%)
}

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

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

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

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

.login-notice-container .login-icon-notice-completed {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHRpdGxlPmljX3Rhc2tfY29tcGxldGVkXzE2PC90aXRsZT4NCiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV80OTMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQ5MyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBzdHlsZT0iZmlsbDogI2ZmZjtmaWxsLW9wYWNpdHk6IDA7b3BhY2l0eTogMCIvPg0KICA8ZyBpZD0iR3JvdXBfNjUxMCIgZGF0YS1uYW1lPSJHcm91cCA2NTEwIj4NCiAgICA8cGF0aCBpZD0iUGF0aF82NDc1LTIiIGRhdGEtbmFtZT0iUGF0aCA2NDc1LTIiIGQ9Ik04LDBBOCw4LDAsMSwxLDAsOCw4LDgsMCwwLDEsOCwwWiIgc3R5bGU9ImZpbGw6ICM2MmQyNmYiLz4NCiAgPC9nPg0KICA8cGF0aCBpZD0iTGluZV8zNSIgZGF0YS1uYW1lPSJMaW5lIDM1IiBkPSJNNC4zOCw4LjVsMi4wNSwxLjgxYS40OS40OSwwLDAsMCwuNzUsMGw0LjQ0LTQuODciIHN0eWxlPSJmaWxsOiBub25lO3N0cm9rZTogI2ZmZjtzdHJva2UtbGluZWNhcDogcm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6IDEwO3N0cm9rZS13aWR0aDogMS41cHgiLz4NCjwvc3ZnPg0K)
}

.login-notice-container .login-icon-notice-error {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNFODM4NEY7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxIC0xODkpIj4NCgk8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAyNzEsIDE4OSkiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOCwwYzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LThTMy42LDAsOCwweiIvPg0KCTwvZz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjgxLjUsMTk0LjVsLTUsNSBNMjgxLjUsMTk5LjVsLTUtNSIvPg0KPC9nPg0KPC9zdmc+DQo=)
}

.login-notice-container .login-icon-notice-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNOCwwYTgsOCwwLDEsMCw4LDhBOC4wMjQsOC4wMjQsMCwwLDAsOCwwWk04LDEyYS45NDUuOTQ1LDAsMCwxLTEtMSwuOTQ1Ljk0NSwwLDAsMSwxLTEsLjk0NS45NDUsMCwwLDEsMSwxQS45NDUuOTQ1LDAsMCwxLDgsMTJaTTksOUg3VjRIOVoiIGZpbGw9IiNmZDlhMDAiLz48L3N2Zz4=)
}

.login-notice-container .login-icon-notice-info {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMyMTk2RjM7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxIC0xODkpIj4NCgk8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAyNzEsIDE4OSkiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOCwwYzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LThTMy42LDAsOCwweiIvPg0KCTwvZz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjc3LjUsMjAwLjNsMS0wLjJ2LTQuNWwtMS0wLjJ2LTAuN2gyLjF2NS40bDEsMC4ydjAuN2gtMy4xVjIwMC4zeiBNMjc5LjYsMTkzaC0xLjJ2LTEuMmgxLjJWMTkzeiIvPg0KPC9nPg0KPC9zdmc+DQo=)
}

.login-notice-container .login-icon-notice-loading {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJsZHMtbWljcm9zb2Z0IiB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPg0KICA8ZyB0cmFuc2Zvcm09InJvdGF0ZSgwKSI+DQogICAgPGNpcmNsZSBjeD0iODEuNzM0MTMzNjExNjQ5NDEiIGN5PSI3NC4zNTA0NTcxNjAzNDg4MiIgZmlsbD0iI2UxNWI2NCIgcj0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMzQwLjAwMSA0OS45OTk5IDUwKSI+DQogICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIgdGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC41IDAgMC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNXMiIGJlZ2luPSIwcyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9Ijc0LjM1MDQ1NzE2MDM0ODgyIiBjeT0iODEuNzM0MTMzNjExNjQ5NDEiIGZpbGw9IiNmNDdlNjAiIHI9IjUiIHRyYW5zZm9ybT0icm90YXRlKDM0OC4zNTIgNTAuMDAwMSA1MC4wMDAxKSI+DQogICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIgdGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC41IDAgMC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNXMiIGJlZ2luPSItMC4wNjI1cyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9IjY1LjMwNzMzNzI5NDYwMzYiIGN5PSI4Ni45NTUxODEzMDA0NTE0NyIgZmlsbD0iI2Y4YjI2YSIgcj0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMzU0LjIzNiA1MCA1MCkiPg0KICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIHRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuNSAwIDAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjVzIiBiZWdpbj0iLTAuMTI1cyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9IjU1LjIyMTA0NzY4ODgwMjA3IiBjeT0iODkuNjU3Nzk0NDU0OTUyNDEiIGZpbGw9IiNhYmJkODEiIHI9IjUiIHRyYW5zZm9ybT0icm90YXRlKDM1Ny45NTggNTAuMDAwMiA1MC4wMDAyKSI+DQogICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIgdGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC41IDAgMC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNXMiIGJlZ2luPSItMC4xODc1cyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9IjQ0Ljc3ODk1MjMxMTE5NzkzIiBjeT0iODkuNjU3Nzk0NDU0OTUyNDEiIGZpbGw9IiM4NDliODciIHI9IjUiIHRyYW5zZm9ybT0icm90YXRlKDM1OS43NiA1MC4wMDY0IDUwLjAwNjQpIj4NCiAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiB0aW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjUgMCAwLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMS41cyIgYmVnaW49Ii0wLjI1cyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9IjM0LjY5MjY2MjcwNTM5NjQxNSIgY3k9Ijg2Ljk1NTE4MTMwMDQ1MTQ3IiBmaWxsPSIjZTE1YjY0IiByPSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgwLjE4MzU1MiA1MCA1MCkiPg0KICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIHRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuNSAwIDAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjVzIiBiZWdpbj0iLTAuMzEyNXMiLz4NCiAgICA8L2NpcmNsZT4NCiAgICA8Y2lyY2xlIGN4PSIyNS42NDk1NDI4Mzk2NTExNzYiIGN5PSI4MS43MzQxMzM2MTE2NDk0MSIgZmlsbD0iI2Y0N2U2MCIgcj0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMS44NjQ1NyA1MCA1MCkiPg0KICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIHRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuNSAwIDAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjVzIiBiZWdpbj0iLTAuMzc1cyIvPg0KICAgIDwvY2lyY2xlPg0KICAgIDxjaXJjbGUgY3g9IjE4LjI2NTg2NjM4ODM1MDYiIGN5PSI3NC4zNTA0NTcxNjAzNDg4NCIgZmlsbD0iI2Y4YjI2YSIgcj0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoNS40NTEyNiA1MCA1MCkiPg0KICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIHRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuNSAwIDAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjVzIiBiZWdpbj0iLTAuNDM3NXMiLz4NCiAgICA8L2NpcmNsZT4NCiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwIDUwIDUwOzAgNTAgNTAiIHRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuNSAwIDAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjVzIi8+DQogIDwvZz4NCjwvc3ZnPg==);
    width: 24px;
    height: 24px;
    background-size: 24px
}

.login-notice-container .login-notice-right .login-notice-icon-close {
    position: absolute;
    right: 12px;
    background-image: url(image/ic_close_tint_16.svg);
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    cursor: pointer
}


@media (max-width:853px) {
    #box-login {
        width: 340px  !important;
        min-width: 340px  !important;

    }
	#box-login-left{
        margin-top: 40px;
        border-radius: 10px;
        width: 100%;
	}
    #box-login-right {
        width: 340px !important;
        height: auto;
        background-color: #fff;
		margin: 0;
    }
    .wrap-login {
        width: 100% !important;
        min-height: auto;
    }

}
#box-login-left img{
    width: 100%; 
    min-height: 484px;
}
#box-backdrop img{
    width: 100%;
    min-height: 484px;
}
@media (max-width:699px) {
    body, html{
        overflow: auto;
    }
    .box_sub_content {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    .box_sub_content ul{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    #box-login{
        flex-direction: column;
    }
    #box-login-left img{
        width: 100%; 
        min-height: auto;
    }
    #box-form{
        width: 100%;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    #box-backdrop{
        width: 100%;
		margin-top: 40px;
    }

    #box-backdrop img{
        width: 100%;
        min-height: auto;
    }
}


/* Modal */
.modal-open {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal {
    position: fixed;
    z-index: 6000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(2 2 2 / 38%);
}
.modal .modal-body .table-responsive
{
   overflow:  auto;
   max-height: 600px;
}
.modal.fullsceen-modal .modal-body .table-responsive {
   overflow: auto;
   max-height: calc(100vh - 100px);
   height: calc(100vh - 100px);
}
.modal.fullsceen-modal .modal-body .table-responsive .part-extend{
   display: block;
}
@media (min-width: 1200px)
{
   .modal-xl {
       max-width: 1140px;
       width: 1140px;
   }
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal.in .modal-dialog {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 10px;
    border-radius: 0 0 3px 3px
}
.modal-content {
    position: relative;
    border-radius: 0 0 3px 3px;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: unset !important;
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    opacity: .3;
    filter: alpha(opacity=30)
}
.modal-header {
    min-height: 16px;
    padding: 10px;
    border-bottom: 1px solid #dfe8f1
}
.modal-dialog {
    border: 0;
}
.modal.display-block .modal-dialog {
    box-shadow: 0 6px 25px rgba(0, 0, 0, .1) !important;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px)
}
.modal-title {
    line-height: 1.42857143;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-body {
    position: relative;
    padding: 0 15px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #dfe8f1
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 0 auto
   }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
   }
    .modal-sm {
        width: 300px
   }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px
   }
   .modal-xl {
       width: 1140px
  }
  .modal-large{
       width: 1440px
   }
}
.display-block.modal {
    position: static;
    z-index: 5;
    display: block;
    overflow: visible !important;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity: 100)
}
.display-block.modal .modal-dialog {
    margin-bottom: 0
}
.modal-open #page-content-wrapper {
    z-index: inherit
}

.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
.btn, .fc-button, .size-md {
    line-height: 24px;
    height: 26px;
    min-width: 30px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    background-image: none;
    border-radius: 3px;
}
.btn-success{
    color: #fff;
    border-color: #29b765;
    background: #2ecc71;
}
.btn-danger{
    color: #fff;
    border-color: #cf4436;
    background: #e74c3c;
}
.form-row, .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    margin: 5px 0;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-9 {
    width: 75%;
}
 .form-control{
    display: block;
    float: none;
    background: #fff;
    width: 100%;
    height: 26px;
    padding: 2px 4px;
    color: #2b2f33;
    border: 1px solid #e2dfdf;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    border-radius: 3px;
}
/* Modal */