.platform__login {
    background: #cfffb8a8 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    /*background-image: url(../images/login-bg.png);
    background-size: cover;*/
}
.platform__login:before {
    content: "";
    background: url('../images/sign.svg') no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.09;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.platform__login .row {
    width: 100%;
    height: 100%;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.login-bg {
    position: absolute;
    right: 0;
    padding: 0;
    position: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.login-wrap-bg {
    top: 0;
    left: 0;
    position: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.welcome-login {
    padding: 20px 20px 20px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-banner {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.login-banner img {
    max-width: 430px;
}
@media (max-width: 1399.98px) {
    .register-step .login-banner img, .login-banner img {
        max-width: 280px;
    }
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.mentor-course h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    margin: 40px 0px 20px;
}
.mentor-course p {
    font-size: 16px;
    color: #22100D;
    margin-bottom: 0;
    max-width: 470px;
    margin: auto;
}


#login-box .img-logo {
    margin-bottom: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#login-box .img-logo img {
    width: 150px;
}
.back-home {
    margin-left: auto;
}
.back-home a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
}
main#login-box {
    background: none;
    border: none;
    margin: 0px auto 0;
    width: 100%;
    max-width: 700px;
    font-weight: 600;
    padding: 100px;
}
#login-box h1 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 27px;
    color: #000;
}
#login-box label {
    margin-bottom: 15px;
    width: 100%;
    color: #685F78;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 16px;
}
#login-box input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #685F78;
    font-size: 15px;
    min-height: 44px;
    padding: 6px 15px;
    border-color: rgb(99 126 17 / 40%);
    border-radius: 25px;
    min-height: 50px;
    margin-bottom: 20px !important;
    padding-left: 20px;
    padding-top: 3px;
}
#login-box #connect {
    background-color: #637e11 !important;
    text-shadow: 1px 1px 0 #637e11 !important;
    color: #FFF;
    border-color: #637e11 !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 16px !important;
}
input:not(.error):not(.select2-input):focus, select:not(.error):not(.select2-input):focus, textarea:not(.error):not(.select2-input):focus {
    border: 1px solid rgb(99 126 17 / 100%) !important;
}
html a {
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    outline: 0;
    color: #637e11;
}
html a:hover {
    text-decoration: underline;
    color: #435805;
}
#login-box [class^="feedback-"].popup, #login-box [class*=" feedback-"].popup {
    position: relative !important;
    top: unset;
    left: unset;
    margin-left: auto;
    width: 100%;
    display: inline-block;
    display: flex;
    flex-direction: row;
    background: transparent;
    border: transparent;
    padding-top: 0px;
    padding-bottom: 20px;
}
#login-box [class^="feedback-"].popup span.icon-error, #login-box [class*=" feedback-"].popup span.icon-error {
    top: 0px;
}
#login-box [class^="feedback-"].popup span.icon-close, #login-box [class*=" feedback-"].popup span.icon-close {
    display: none;
}
@media(max-width: 772px) {
    .col-md-6.login-bg {
        display: none;
    }
}
@media(max-width: 500px) {
    main#login-box {
        padding: 40px;
    }
}
.no-scroll {
    overflow: hidden;
}


#tao-main-logo {
    height: 100%;
    max-width: 150px;
    margin: 16px 30px 16px 30px;
}
.dark-bar {
    max-height: 65px;
    background: #637e11;
    color: #ffffff;
}
.dark-bar .nav .main-menu li>a, .dark-bar nav .main-menu li>a {
    margin: 5px 0px;
    max-width: 90px;
    min-width: 63px;
    height: 54px;
    padding: 7px 15px 11px !important;
    border-radius: 9px;
}
.dark-bar .nav li>a:hover, .dark-bar nav li>a:hover {
    background-color: rgb(66 85 6 / 50%);
}
.dark-bar .nav li.active>a, .dark-bar nav li.active>a {
    background-color: #46590a;
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0px;
    max-width: 90px;
    min-width: 63px;
    height: 54px;
    padding: 7px 15px 11px !important;
    border-radius: 9px;
}
.dark-bar .nav .main-menu li, .dark-bar nav .main-menu li {
    min-width: 70px;
    margin-right: 5px;
}
ul.lft.main-menu {
    margin-left: 70px;
}
.dark-bar .settings-menu ul>li>a {
    padding: 7px 8px 0px 8px !important;
    max-width: 90px !important;
    min-width: 33px !important;
    height: 36px !important;
    margin-top: 14px !important;
}
li.li-help {
    display: none;
}
.settings-menu ul.plain.menu-dropdown {
    display: none;
}
.settings-menu li {
    margin-right: 5px;
}
.dark-bar .nav li>a:hover, .dark-bar nav li>a:hover {
    background-color: rgb(66 85 6 / 50%);
    border-radius: 9px;
}
.action-bar {
    background: #50670c;
    padding: 3px;
    overflow: hidden;
    color: #e7eff4;
}
.section-container .tab-container li.small.active, .section-container .tab-container li.small:hover,
.section-container .tab-container li.active, .section-container .tab-container li:hover {
    border-bottom-color: #637e11 !important;
    border-top-color: #637e11 !important;
    background: #637e11 !important;
}
.section-container .tab-container {
    padding-left: 283px !important;
}
@media(max-width: 992px) {
    .section-container .tab-container {
        padding-left: 0px !important;
    }
}
.action-bar.tree-action-bar li .glyph, .action-bar.tree-action-bar li .svg-glyph {
    display: block;
    color: #637e11;
    margin: 12px auto 1px !important;
}
.tree li a:hover, .tree li span:hover {
    color: #637e11!important;
}
.tree ul ins {
    color: #637e11!important;
}
.xhtml_form [class^="btn-"].btn-success, .xhtml_form [class*=" btn-"].btn-success, .xhtml_form button.btn-success, .xhtml_form input[type="submit"].btn-success, .xhtml_form input[type="reset"].btn-success {
    background-color: #637e11;
    text-shadow: 1px 1px 0 #637e11;
}
#test-creator .test-creator-test .section {
    border-left: solid 5px #637e1140;
}
#test-creator .test-creator-test .button-add {
    color: #637e11;
}
.select2-results .select2-highlighted {
    background: #637e11;
    color: #fff;
}
.btn-info[class^="btn-"], .ui-button[class^="btn-"], .btn-info[class*=" btn-"], .ui-button[class*=" btn-"], .btn-info.btn-default, .btn-default.ui-button, button.btn-info, button.ui-button, .ui-datepicker .ui-datepicker-buttonpane button, input.btn-info[type="submit"], input.ui-button[type="submit"], input.btn-info[type="reset"], input.ui-button[type="reset"] {

    background-color: #637e11;
    text-shadow: 1px 1px 0 #637e11;
}
.feedback-info, .tooltip-blue {
    border-color: #637e11;
    background-color: #ecf7c7;
}
.feedback-info .icon-info, .tooltip-blue .icon-info, .feedback-info .icon-lock, .tooltip-blue .icon-lock {
    color: #637e11 !important;
}

#entry-point-box h1, #entry-point-box h3, .entry-point-box h1, .entry-point-box h3 {
    color: #637e11;
    margin-top: 6px;
}
.delivery-scope .test-listing .action {
    color: #637e11 !important;
}
.entry-point {
    border: 1px solid #637e1147;
    border-radius: 20px;
    background: #ececec;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
#entry-point-box .entry-point:before, .entry-point-box .entry-point:before {
    border-left-color: #637e1147;
}
.delivery-scope .test-listing .action {
    height: 34px;
    padding: 6px 20px;
    right: 15px;
    bottom: 13px;
    border: 1px solid #637e11;
    border-radius: 6px;
    background: #637e11;
    color: #FFF !important;
}

.test-runner-scope {
    width: 100%;
}
.qti-navigator-default .qti-navigator-item.active {
    background: #637e11;
}
.delivery-scope .test-listing .action:focus {
    outline: 3px solid #637e11;
    outline-offset: 3px;
}
.test-listing {
    user-select: none;
    -webkit-user-select: none;
}
.dark-bar .nav li[data-control="logout"] .logout:focus, .dark-bar nav li[data-control="logout"] .logout:focus {
    outline-offset: -5px;
    outline: 3px solid transparent !important;
}
a#user_settings {
    max-width: 100% !important;
}


















