@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,500i,600,700,800,900&display=swap&subset=latin-ext");
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.header-elment {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 0;

}

body {
    font-family: Montserrat,serif;
    background-color: #fafafa;
}
body main.ivt-login-wrapper {
    background: transparent url("../images/ot-login-background-blue.svg") center no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body main.ivt-login-wrapper header.header-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
    float: left;
}
body main.ivt-login-wrapper header.header-wrapper .ivt-logo-container {
    width: 200px;
    margin: auto;
    height: 80px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    transition: all 1s;
    animation: toFade 1s;
    animation-timing-function: linear;
}
body main.ivt-login-wrapper header.header-wrapper .ivt-logo-container .logo-ivt {
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* IE6-9 fallback on horizontal gradient */ }
body main.ivt-login-wrapper header.header-wrapper .ivt-logo-container .logo-ivt i {
    background-image: url(../images/mobildev-logo-single.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}
body main.ivt-login-wrapper header.header-wrapper .ivt-logo-container span {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
}
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper {
    height: 80px;
    background: #090b1e;
    background: -moz-linear-gradient(45deg, #090b1e 0%, #53003d 100%);
    background: -webkit-linear-gradient(45deg, #090b1e 0%, #53003d 100%);
    background: linear-gradient(45deg, #090b1e 0%, #53003d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090b1e', endColorstr='#53003d',GradientType=1 );
}
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper .ivt-logo-container {
    margin-top: 0;
    width: 175px;
}
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper .ivt-logo-container .logo-ivt {
    background: none;
}
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper .ivt-logo-container .logo-ivt i {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 36px;
    mask-size: 36px;
}
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper .ivt-logo-container span {
    font-size: 1.2em;
    font-weight: 500;
}
body main.ivt-login-wrapper section.login-box-section {
    width: 100%;
    text-align: center;
    overflow:visible;
}
body main.ivt-login-wrapper section.login-box-section .row {
    display: flex;
    width: 100%;
    justify-content: center;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container {
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 14px 0 rgb(0 41 85 / 20%);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    animation: totop 1s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .box-alert-wrap {
    background: linear-gradient(90deg, #007bff, #0052ea);
    box-shadow: 0 4px 20px 0 rgba(0, 123, 255, 0.14), 0 7px 10px -5px rgba(0, 82, 234,0.4);
    margin: -3rem 0 0;
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .box-alert-wrap .logo-ivt {
    /*    width: 42px;*/
    /*height: 42px;*/
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafcff;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .box-alert-wrap .logo-ivt i {
    -webkit-mask: url("../images/mobildev-logo-single.svg");
    mask: url("../images/mobildev-logo-single.svg");
    background:#3170e5 no-repeat;
    width: 30px;
    height: 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-block;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .box-alert-wrap span {
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container h1 {
    font-size: 1.4em;
    margin-top: 1.3rem;
    margin-bottom: 0;
    font-weight: 700;
    color: #2e3f5c;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group label {
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 2px;
    width: 100%;
    font-size: 0.9em;
    padding-left: 0;
    font-weight: 700;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group label a {
    float: right;
    color: #3c4858;
    font-weight: 600;
    font-size: .87em;
    transition: all 0.5s;
}

.fg-forget-pass{
    margin-bottom: 5px !important;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .alert{
    font-size: 0.8em;
    font-weight: 600;
    padding: 7px;
    margin-bottom: 4px;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group label a:hover {
    color: #1075fd;
    text-decoration-color: #1075fd;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control {
    padding: 1rem 1rem 1rem 2.9rem;
    color: #3c4858;
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
    padding: .7rem .5rem;
    font-weight: 600;
    font-size: .9em;
    border-color: rgba(120, 130, 140, 0.2);
    border-radius: 0.25rem;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control::placeholder {
    color: #3c4858;
    font-weight: 300;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control:focus {
    border-color: #5a8cff;
    box-shadow: 0 5px 20px rgba(90, 140, 255, 0.08);
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control:focus ~ .login-icon, body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control:focus ~ .password-icon {
    background-color: #5a8cff;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .login-icon {
    -webkit-mask: url("../images/login.svg");
    mask: url("../images/login.svg");
    background: #aabacd no-repeat;
    width: 26px;
    height: 26px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 26px;
    mask-size: 26px;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 12px;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .password-icon {
    -webkit-mask: url("../images/password.svg");
    mask: url("../images/password.svg");
    background: #aabacd no-repeat;
    width: 26px;
    height: 26px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 12px;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .sl-link-cu {
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .sl-link-cu:hover{
    color:#0562e3;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper button {
    min-width: 10rem;
    width: auto;
    padding: 9px 0.9rem;
    font-size: 1em;
    margin: 10px auto 5px;
    border-radius: 5px;
    background-color: #0562e3;
    color:#fff;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper button:hover {
    opacity: 0.8;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .access-free-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 1rem;
    color: #020d1e;
    font-weight: 600;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .access-free-btn:hover {
    color: #1075fd;
}
body main.ivt-login-wrapper section.company-list-wrapper {
    width: 100%;
    float: left;
    /*    background-color: #fafafa;*/
    /*height: calc(100vh - 80px); }*/
}
body main.ivt-login-wrapper section.company-list-wrapper .row {
    display: flex;
    justify-content: center;
}
body main.ivt-login-wrapper section.company-list-wrapper h1 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 2.3rem 0 2rem;
    font-size: 1.2em;
    color: #040d1e;
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list li {
    width: calc(100% / 3.2);
    background-color: #fbfbfb;
    border-radius: 4px;
    min-height: 54px;
    margin-bottom: 9px;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.5s;
    display: flex;
    border: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.clw-list li.active {
    border-color: #1075fd !important;
    background-color: #0056ec !important;
}
.clw-list li.active > a{
    color: #fff !important;
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list li a {
    float: left;
    width: 100%;
    height: inherit;
    text-align: center;
    padding: 5px 1rem;
    font-size: 0.8em;
    color: #040d1e;
    display: flex;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 46px;
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list li:hover,  .clw-list li.active  {
    border-color: #1075fd;
    box-shadow: 0 5px 20px rgba(90, 140, 255, 0.1);
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list li:hover a, .clw-list .active {
    color: #1075fd;
}
body main.ivt-login-wrapper section.company-list-wrapper .login-platform-btn {
    border: none;
    background-color: #5a8cff;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    transition: all 0.5s;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
}
body main.ivt-login-wrapper section.company-list-wrapper .login-platform-btn:hover {
    opacity: .8;
}
body main.ivt-login-wrapper section.verification-method-section {
    width: 100%;
    /*    background-color: #fafafa;
        height: calc(100vh - 80px);*/
    float: left;
}
body main.ivt-login-wrapper section.verification-method-section .row {
    display: flex;
    justify-content: center;
}
.time-countdown-cus-wrap{
    justify-content: center;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content {
    width: 100%;
    border-radius: 10px;
    box-shadow: unset !important;
    float: left;
    margin-bottom: 1.5rem;
    background-color: #fff;
    min-height: 200px;
    padding: 0;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content h1 {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li {
    /*width: calc(100% / 2.1);*/
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #090b1e;
    text-decoration: none;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 1.4rem;
    background-color: #e3edff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon i {
    width: 35px;
    float: left;
    height: 60px;
    position: relative;
    top: 10px;
    transition: all 0.5s;
    transform-origin: bottom;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon i.otp-sms-icon ,i.otp-sms-icon {
    /*background: transparent url("../images/sms-otp-icon.png") center no-repeat;*/
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon i.otp-authenticator-icon {
    background: transparent url("../images/otp-authenticator-icon.png") center no-repeat;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc {
    flex-basis: 76%;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #090b1e;
    margin-bottom: 4px;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc p {
    font-size: .9em;
    color: #5b5e78;
    font-weight: 400;
    padding-right: 0;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 0;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li:hover, body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li.active {
    background-color: #fafcff;
    border: 1px solid #1075fd;
    border-radius: 10px;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li:hover a .method-icon i, body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li.active a .method-icon i {
    transform: rotate(360deg) perspective(6000px);
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper {
    width: 60%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin: 1rem auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper i.otp-sms-icon,i.otp-sms-icon {
    background: transparent url("../images/sms-otp-icon.png") center no-repeat;
    width: 35px;
    float: left;
    height: 60px;
    position: relative;
    margin-right: 10px;
    transition: all 0.5s;
    transform-origin: bottom;
    float: left;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper p {
    font-size: .89em;
    width: 75%;
    margin: 0;
    line-height: 1.6;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0 3rem;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper select {
    float: left;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 13px;
    color: #022136;
    font-weight: 600;
    font-size: 1.2em;
    padding: 9px 40px 5px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eff5ff url(../images/select-arrow.png) 93%/7% no-repeat;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .login-platform-btn {
    border: none;
    background-color: #5a8cff;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    transition: all 0.5s;
    margin: 0 auto;
    text-transform: uppercase;
    clear: left;
    display: block;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .login-platform-btn:hover {
    opacity: .8;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab {
    width: 60%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all 0.5s;
    text-align: center;
    visibility: hidden;
    height: 0;
    opacity: 0;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin: 2rem auto 0;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab p {
    font-size: 1em;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab b {
    font-size: .8em;
    margin-bottom: 1.5rem;
    width: 100%;
    float: left;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab .login-platform-btn {
    border: none;
    background-color: #5a8cff;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    transition: all 0.5s;
    margin: 0 auto;
    text-transform: uppercase;
    clear: left;
    display: block;
}
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab .login-platform-btn:hover {
    opacity: .8;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 2rem;
    background-color: #fff;
    min-height: 0;
    padding: 2rem 2rem 0;
    margin-bottom: 2rem;
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source.active {
    visibility: visible;
    height: auto;
    opacity: 1;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source h4 {
    font-size: 1em;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.6rem;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 18px;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li {
    width: calc(100% / 6);
    color: #040d1e;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li i {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 5px;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li span {
    font-size: .7em;
    line-height: 1.3;
    float: left;
    font-weight: 500;
    width: 60%;
    margin-left: 7px;
    margin-top: 1px;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source > p {
    font-size: .9em;
    width: 100%;
    text-align: center;
    color: #5b5e78;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source > p a {
    color: #5b5e78;
    font-weight: 500;
    transition: all 0.6s;
    text-decoration: underline;
}
body main.ivt-login-wrapper section.verification-method-section .authenticator-source > p a:hover {
    color: #040d1e;
    font-weight: 600;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section {
    width: 100%;
    background-color: #fafafa;
    height: calc(100vh - 80px);
    float: left;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .row {
    display: flex;
    justify-content: center;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 2.5rem;
    background-color: #fff;
    min-height: 200px;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content h1 {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper {
    width: 40%;
    float: left;
    display: flex;
    align-items: center;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper i.otp-sms-icon,i.otp-sms-icon {
    background: transparent url("../images/sms-otp-icon.png") center no-repeat;
    width: 35px;
    float: left;
    height: 60px;
    position: relative;
    margin-right: 10px;
    transition: all 0.5s;
    transform-origin: bottom;
    float: left;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper p {
    font-size: .9em;
    width: 87%;
    margin: 0;
    line-height: 1.6;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper {
    width: 335px;
    border-radius: 10px;
    height: 56px;
    background-color: #eff5ff;
    padding: 10px 15px;
    margin-top: 2rem;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .input-side {
    width: 65%;
    float: left;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .input-side .code-form-control {
    background-color: #fff;
    border: 1px solid #5a8cff;
    color: #5a8cff;
    font-weight: 700;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 8px;
    text-align: center;
    outline: none;
    box-shadow: none;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .input-side .code-form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .input-side .code-form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .input-side .code-form-control::placeholder {
    color: #5a8cff;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .button-side {
    float: right;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .button-side .confirm-btn {
    background-color: #44e57d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 600;
    font-size: .9em;
    transition: all 0.5s;
    outline: none;
    box-shadow: none;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .button-side .confirm-btn:hover {
    opacity: 0.8;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .button-side .confirm-btn:disabled, body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .code-confirm-wrapper .button-side .confirm-btn[disabled] {
    opacity: 0.8;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .timer-wrapper {
    width: 150px;
    height: 30px;
    color: #2f6cf8;
    background-color: #eff5ff;
    font-size: .9em;
    border-radius: 0 0 10px 10px;
    text-align: center;
    line-height: 2;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .notifiaction-par {
    color: #5b5e78;
    font-size: .9em;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .notifiaction-par i {
    width: 30px;
    height: 30px;
    color: #1075fd;
    border-radius: 10px;
    background-color: #eff5ff;
    float: left;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    margin-right: 9px;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .alert-box-warning {
    background-color: #fff0de;
    border: 1px solid #e67d00;
    color: #e67d00;
    padding: .7rem 1rem;
    width: 65%;
    border-radius: 10px;
    margin-top: 1rem;
    font-size: 0.9em;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .timer-finished-wrapper {
    width: 290px;
    height: auto;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .timer-finished-wrapper span {
    width: 100%;
    height: 30px;
    color: #ff5555;
    background-color: #ffdddd;
    font-size: .87em;
    border-radius: 0 0 10px 10px;
    float: left;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 10px;
    font-weight: 500;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .timer-finished-wrapper .login-platform-btn {
    border: none;
    background-color: #5a8cff;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    transition: all 0.5s;
    margin: 15px auto 0;
    display: block;
}
body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .timer-finished-wrapper .login-platform-btn:hover {
    opacity: .8;
}
body main.ivt-login-wrapper section.authenticator-2fa-section {
    width: 100%;
    background-color: #fafafa;
    height: calc(100vh - 80px);
    float: left;
}
body main.ivt-login-wrapper section.authenticator-2fa-section .row {
    display: flex;
    justify-content: center;
}
.authenticator-2fa-content {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 0.5rem;
    background-color: #fff;
    min-height: 200px;
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.authenticator-2fa-content h1 {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}
.authenticator-2fa-content .a2fa-desc-wrapper {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.authenticator-2fa-content .a2fa-desc-wrapper i.otp-authenticator-icon {
    background: transparent url("../images/otp-authenticator-icon.png") center no-repeat;
    width: 35px;
    float: left;
    height: 60px;
    position: relative;
    margin-right: 10px;
    transition: all 0.5s;
    transform-origin: bottom;
    float: left;
}
.authenticator-2fa-content .a2fa-desc-wrapper p {
    font-size: 1em;
    width: 87%;
    margin: 0;
    line-height: 1.6;
}
.authenticator-2fa-content .code-confirm-wrapper {
    width: 438px;
    border-radius: 0;
    height: 56px;
    background-color: #eff5ff;
    padding: 10px 15px;
    margin-top: 2rem;
}
.authenticator-2fa-content .code-confirm-wrapper .input-side {
    width: 68%;
    float: left;
}
.authenticator-2fa-content .code-confirm-wrapper .input-side .code-form-control {
    background-color: #fff;
    border: 1px solid #5a8cff;
    color: #5a8cff;
    font-weight: 700;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 8px;
    text-align: center;
    outline: none;
    box-shadow: none;
}
.authenticator-2fa-content .code-confirm-wrapper .input-side .code-form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.authenticator-2fa-content .code-confirm-wrapper .input-side .code-form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.authenticator-2fa-content .code-confirm-wrapper .input-side .code-form-control::placeholder {
    color: #5a8cff;
}
.authenticator-2fa-content .code-confirm-wrapper .button-side {
    float: right;
}
.authenticator-2fa-content .code-confirm-wrapper .button-side .confirm-btn {
    background-color: #44e57d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 600;
    font-size: .9em;
    transition: all 0.5s;
    outline: none;
    box-shadow: none;
}
.authenticator-2fa-content .code-confirm-wrapper .button-side .confirm-btn:hover {
    opacity: 0.8;
}
.authenticator-2fa-content .code-confirm-wrapper .button-side .confirm-btn:disabled, .authenticator-2fa-content .code-confirm-wrapper .button-side .confirm-btn[disabled] {
    opacity: 0.8;
}
.authenticator-2fa-content .timer-wrapper {
    width: 150px;
    height: 30px;
    color: #2f6cf8;
    background-color: #eff5ff;
    font-size: .9em;
    border-radius: 0 0 10px 10px;
    text-align: center;
    line-height: 2;
}
.authenticator-2fa-content .notifiaction-par {
    color: #5b5e78;
    font-size: .9em;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.authenticator-2fa-content .notifiaction-par i {
    width: 30px;
    height: 30px;
    color: #1075fd;
    border-radius: 10px;
    background-color: #eff5ff;
    float: left;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    margin-right: 9px;
}
.authenticator-2fa-content .alert-box-warning {
    background-color: #fff0de;
    border: 1px solid #e67d00;
    color: #e67d00;
    padding: .7rem 1rem;
    width: 65%;
    border-radius: 10px;
    margin-top: 1rem;
    font-size: 0.9em;
}
.authenticator-2fa-content .timer-finished-wrapper {
    width: 290px;
    height: auto;
}
.authenticator-2fa-content .timer-finished-wrapper span {
    width: 100%;
    height: 30px;
    color: #ff5555;
    background-color: #ffdddd;
    font-size: .87em;
    border-radius: 0 0 10px 10px;
    float: left;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 10px;
    font-weight: 500;
}
.authenticator-2fa-content .timer-finished-wrapper .login-platform-btn {
    border: none;
    background-color: #5a8cff;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    transition: all 0.5s;
    margin: 15px auto 0;
    display: block;
}
.authenticator-2fa-content .timer-finished-wrapper .login-platform-btn:hover {
    opacity: .8;
}
.authenticator-2fa-content .qr-code-container {
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(9, 11, 30, 0.05);
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 2rem;
}
.authenticator-2fa-content .qr-code-container canvas {
    width: 100%;
}
body main.ivt-login-wrapper.ivt-login-pages-wrapper {
    /*background: none;*/
}
body main.ivt-login-wrapper.ivt-login-pages-wrapper:before {
    display: none;
}

@keyframes totop {
    from {
        transform: translateY(-200%) perspective(6000px);
    }
    to {
        transform: translateY(0) perspective(6000px);
    }
}
@keyframes toFade {
    from {
        opacity: 0;
    }
    to {
        opacifty: 1;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list {
        flex-direction: column;
        align-items: center;
    }
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list li {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content {
        padding: 2rem 0rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content h1 {
        margin-bottom: 2rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li {
        width: 100%;
        margin-bottom: 10px;
        padding: .5rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon {
        margin-right: .7rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc h3 {
        font-size: .9em;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc p {
        font-size: .67em;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
        width: 100%;
        justify-content: center;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-method-section .row {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source {
        margin-top: 1rem;
        padding: 1rem 1rem 0;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li {
        width: calc(100% / 2);
        float: left;
        margin-bottom: 1rem;
        text-align: center;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content {
        padding: 2rem 6px;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .alert-box-warning {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .row {
        display: block;
    }
    .authenticator-2fa-content {
        padding: 2rem 6px;
    }
    .authenticator-2fa-content .qr-code-container {
        width: 320px;
        height: 320px;
    }
    .authenticator-2fa-content .a2fa-desc-wrapper {
        width: 92%;
    }
    .authenticator-2fa-content .code-confirm-wrapper {
        transform: scale(0.7);
        margin-top: 1rem;
    }
}
@media screen and (min-width: 375px) and (max-width: 425px) {
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list {
        flex-direction: column;
        align-items: center;
    }
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list li {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content {
        padding: 2rem 0rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content h1 {
        margin-bottom: 2rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li {
        width: 100%;
        margin-bottom: 10px;
        padding: .5rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon {
        margin-right: .7rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc h3 {
        font-size: .9em;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc p {
        font-size: .67em;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
        width: 100%;
        justify-content: center;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-method-section .row {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source {
        margin-top: 1rem;
        padding: 1rem 1rem 0;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li {
        width: calc(100% / 2);
        float: left;
        margin-bottom: 1rem;
        text-align: center;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content {
        padding: 2rem 6px;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .alert-box-warning {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .row {
        display: block;
    }
    .authenticator-2fa-content {
        padding: 2rem 6px;
    }
    .authenticator-2fa-content .qr-code-container {
        width: 320px;
        height: 320px;
    }
    .authenticator-2fa-content .a2fa-desc-wrapper {
        width: 92%;
    }
    .authenticator-2fa-content .code-confirm-wrapper {
        transform: scale(0.7);
        margin-top: 1rem;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list {
        flex-direction: column;
        align-items: center;
    }
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list li {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content {
        padding: 2rem 0rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content h1 {
        margin-bottom: 2rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li {
        width: 100%;
        margin-bottom: 10px;
        padding: .5rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon {
        margin-right: .7rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc h3 {
        font-size: .9em;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc p {
        font-size: .67em;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
        width: 100%;
        justify-content: center;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-method-section .row {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source {
        margin-top: 1rem;
        padding: 1rem 1rem 0;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li {
        width: calc(100% / 2);
        float: left;
        margin-bottom: 1rem;
        text-align: center;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content {
        padding: 2rem 6px;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .alert-box-warning {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .row {
        display: block;
    }
    .authenticator-2fa-content {
        padding: 2rem 6px;
    }
    .authenticator-2fa-content .qr-code-container {
        width: 320px;
        height: 320px;
    }
    .authenticator-2fa-content .a2fa-desc-wrapper {
        width: 92%;
    }
    .authenticator-2fa-content .code-confirm-wrapper {
        transform: scale(0.8);
        margin-top: 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list {
        flex-direction: row;
        align-items: center;
    }
    body main.ivt-login-wrapper section.company-list-wrapper .clw-list li {
        width: calc(100% / 2.1);
        margin-bottom: 0.6rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content {
        padding: 2rem 0rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content h1 {
        margin-bottom: 2rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li {
        width: 100%;
        margin-bottom: 10px;
        padding: .5rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-icon {
        margin-right: .7rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc h3 {
        font-size: .9em;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .verification-methods li a .method-desc p {
        font-size: .89em;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 3px;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
        width: 100%;
        justify-content: center;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .gsm-select-wrapper {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    body main.ivt-login-wrapper section.verification-method-section .verification-method-content .authenticator-otp-tab {
        width: 100%;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source {
        margin-top: 1rem;
        padding: 1rem 1rem 0;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list {
        display: block;
    }
    body main.ivt-login-wrapper section.verification-method-section .authenticator-source .as-sample-list li {
        width: calc(100% / 2);
        float: left;
        margin-bottom: 1rem;
        text-align: center;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content {
        padding: 2rem 6px;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .vsp2c-desc-wrapper {
        width: 85%;
    }
    body main.ivt-login-wrapper section.verification-sms-part-2-section .verification-sms-part-2-content .alert-box-warning {
        width: 100%;
    }
    .authenticator-2fa-content {
        padding: 2rem 6px;
    }
    .authenticator-2fa-content .qr-code-container {
        width: 320px;
        height: 320px;
    }
    .authenticator-2fa-content .a2fa-desc-wrapper {
        width: 92%;
    }
    .authenticator-2fa-content .code-confirm-wrapper {
        transform: scale(0.8);
        margin-top: 1rem;
    }
}


.lg-lng-wrap i{
    margin-right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: 38px 28px;
    box-shadow: 0px 0px 3px 0px #7e7e7e, 0px 0px 10px -1px #4a4a4a inset;
    transition: all 0.5s;
    animation: toFade 2s;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.login-box-section .login-box-container{
    justify-content: flex-start;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-content{
    margin-top: 1rem;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list-wrap{
    /*box-shadow: 0px 0px 4px 0px #d7d7d7 inset;*/
    border-radius: 5px;
    max-height: 240px;
    overflow: hidden;
    padding:1rem;
    padding-bottom: 0;
    position: relative;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list{
    max-height:240px;
    padding-bottom: 2rem;
    overflow: auto;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    box-shadow:0px -38px 11px -22px #fff inset;
    z-index: 10;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-content{
    display: flex;
    flex-direction: column;
    min-height:200px;
    justify-content: space-between;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.login-box-section .login-box-container .login-form-wrapper button{
    font-size:0.8em;
}
/* Scroll */
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list::-webkit-scrollbar {
    width: 4px;
    padding-left: 2px;
    cursor: pointer;
    padding-right: 2px;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.0);
    border-radius: 4px;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.company-list-wrapper .clw-list:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    border-radius: 4px;
}
body main.ivt-login-wrapper.login-pages-selection-wrapper section.login-box-section .login-box-container .login-form-wrapper .alert{
    text-align:center;
}
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .alert.hide{
    display: none;
}