@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/ivt-screens.jpg") center no-repeat;*/
    background-position: contain;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto; 

    /*    background: -moz-linear-gradient(45deg, #45569c 0%, #485aa3 47%, #29335C 100%);
        background: -webkit-linear-gradient(45deg, #45569c 0%, #485aa3 47%, #29335C 100%);
        background: linear-gradient(45deg, #45569c 0%, #485aa3 47%, #29335C 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($primary-color,18%)', endColorstr='$primary-color',GradientType=1 );*/
}
body main.ivt-login-wrapper:before {
    width: 100%;
    height: 100%;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    background-blend-mode: hard-light;
    mix-blend-mode: hard-light;
    background: #010e1e;
    background: -moz-linear-gradient(45deg, #22B66E 1%, #012116 100%);
    background: -webkit-linear-gradient(45deg, #22B66E 1%, #012116 100%);
    background: linear-gradient(45deg, #22B66E 1%, #012116 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010e1e', endColorstr='#52003d',GradientType=1 ); }
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;
    background: #56003f;
    /* Old browsers */
    background: -moz-linear-gradient(-135deg, #56003f 0%, #17001d 41%, #000e1e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-135deg, #56003f 0%, #17001d 41%, #000e1e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-135deg, #56003f 0%, #17001d 41%, #000e1e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56003f', endColorstr='#000e1e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
body main.ivt-login-wrapper header.header-wrapper .ivt-logo-container .logo-ivt i {
    -webkit-mask: url("../images/ivt-logo.svg");
    mask: url("../images/ivt-logo.svg");
    background: #fff no-repeat;
    width: 40px;
    height: 40px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 40px;
    mask-size: 40px;
    -webkit-mask-position: center;
    mask-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, #22B66E 0%, #012116 100%);
    background: -webkit-linear-gradient(45deg, #22B66E 0%, #012116 100%);
    background: linear-gradient(45deg, #22B66E 0%, #012116 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22B66E', endColorstr='#012116',GradientType=1 ); }
body main.ivt-login-wrapper header.header-wrapper.header-pages-wrapper .ivt-logo-container {
    margin-top: 0;
    width: 500px; 
}
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%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 10000; }
body main.ivt-login-wrapper section.login-box-section .row {
    display: flex;
    justify-content: center; }
body main.ivt-login-wrapper section.login-box-section .login-box-container {
    width: 100%;
    min-height: 400px;
    border-radius: 15px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 30px rgba(1, 14, 30, 0.15);
    transition: all 0.5s;
    animation: totop 1s; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .box-alert-wrap {
    width: 320px;
    height: 60px;
    background-color: #ebf2f9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px; }
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/ivt-logo.svg");
    mask: url("../images/ivt-logo.svg");
    background: #040c1e 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: #040c1e;
    font-size: 1.1em;
    font-weight: 600; }
body main.ivt-login-wrapper section.login-box-section .login-box-container h1 {
    font-size: 1.8em;
    margin-top: 1.7rem; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper {
    margin-top: 1.5rem;
    width: 100%;
    text-align: left; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group {
    position: relative; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group label {
    color: #3c4858;
    font-size: 1.02em;
    margin-bottom: 4px;
    width: 100%; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group label a {
    float: right;
    text-decoration: underline;
    color: #3c4858;
    font-weight: 600;
    font-size: .87em;
    text-decoration-color: #9198a1;
    transition: all 0.5s; }
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 {
    height: 54px;
    color: #e0e6ed;
    border-radius: 10px;
    padding: 1rem 1rem 1rem 2.9rem;
    color: #3c4858;
    outline: none;
    box-shadow: none;
    transition: all 0.5s; }
body main.ivt-login-wrapper section.login-box-section .login-box-container .login-form-wrapper .form-group .form-control::placeholder {
    color: #aabacd;
    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 button {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    color: #fff;
    background-color: #5a8cff;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 1rem;
    font-size: 1.3em;
    font-weight: 500;
    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.15);
    background-color: #fff;
    border-radius: 10px;
    height: 85px;
    margin-bottom: 1.6rem;
    margin-right: 10px;
    transition: all 0.5s;
    border: 2px solid transparent; }
.clw-list li.active {
    border-color: #1075fd !important;
}
body main.ivt-login-wrapper section.company-list-wrapper .clw-list li a {
    float: left;
    width: 100%;
    height: inherit;
    text-align: center;
    padding: 10px 2rem;
    font-size: 1em;
    color: #040d1e;
    display: flex;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
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; }
body main.ivt-login-wrapper section.verification-method-section .verification-method-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; }
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: 4rem; }
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);
    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: 2rem auto 0; }
body main.ivt-login-wrapper section.verification-method-section .verification-method-content .sms-otp-tab-wrapper .sotw-desc-wrapper {
    width: 50%;
    float: left;
    display: flex;
    align-items: 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: 50%;
    float: left;
    margin-bottom: 2rem; }
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: 2.5rem;
    background-color: #fff;
    min-height: 200px;
    padding: 2rem;
    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: 50%;
    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: 440px;
    border-radius: 10px;
    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; } }
