.login-wrapper {
    top: auto;
    font-family: Ubuntu;
    font-style: normal;
}

.login-wrapper .box {
    box-shadow: none;
    background: rgb(89,134,160);
    background: linear-gradient(90deg, rgba(89,134,160,1) 60%, rgba(11,83,116,1) 100%);
    right: 0;
    position: fixed;
    margin: auto;
    top: 0;
    transform: unset;
    height: 100%;
    overflow-y: auto;
    width: 500px;
    padding-top: 88px;
}

.login-wrapper .box .content-wrap {
    width: 82%;
    margin: 0 auto;
}

.login-wrapper .logo {
    display: none;
}

.login-wrapper .login-box-container .box .content-wrap {
    top: 15%;
    position: relative;
}

.internal-logo {
    background: url("../images/logo_enter_computer.png") no-repeat;
    height: 180px;
    background-position-x: center;
}

.login-wrapper .box input[type="text"], .login-wrapper .box input[type="password"] {
    font-weight: normal;
    line-height: 21px;
    border-radius: 5px;
}

.login-wrapper .auth-type-item .password-widget {
    border-radius: 5px !important;
}

#register-form .select2-container .select2-choice {
    height: 40px;
    line-height: 32px;
    border-radius: 4px;
}

#register-form .select2-chosen {
    font-size: 18px;
    margin-top: 3px;
}

#register-form .select2-container {
    margin-bottom: 10px;
}

#register-form .select2-default .select2-chosen {
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
}

.login-wrapper .box label {
    margin-bottom: 24px;
    font: 300 16px/20px "Ubuntu", sans-serif;
    color: #fff;
}

.login-wrapper .box .reset, .login-wrapper .box .login {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding: 8px 30px;
    margin-top: 10px;
    width: 100%;
    border-radius: 3px !important;
}

.login-wrapper .form-horizontal .goToStep2 {
    padding: 11px 0px;
    width: 48%;
    margin: 0 auto;
}

.login-wrapper .form-horizontal .goToStep3 {
    padding: 10px 0px;
    width: 48%;
}

.login-wrapper #register-form .wizard-panel-body {
    display: flex;
    flex-direction: column;
}

.login-wrapper #register-form .wizard-panel-body .buttons {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
}

.wizard-panel {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: center;
    display: flex;
}

.wizard-panel > .row {
    margin: 0;
    padding: 0;
}

.wizard-panel-heading {
    border: none;
    background: none;
    float: none;
    display: inline-block;
    height: 40px;
}

.wizard-panel-heading.active, .wizard-panel-heading.disabled {
    display: inline-block;
}

.wizard-panel-heading.active .wizard-panel-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    border: 1.5px solid #02BDE4;
    background-color: #02BDE4;
    padding: 0;
    font-weight: normal;
    line-height: 21px;
}

.wizard-panel-heading.disabled .wizard-panel-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    border: 1.5px solid #7DB1C7;
    background-color: #7DB1C7;
    padding: 0;
    font-weight: normal;
    line-height: 21px;
}

.wizard-panel-heading .wizard-panel-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    padding: 0;
    font-weight: normal;
    line-height: 21px;
    border: 1.5px solid #7DB1C7;
    background-color: #7DB1C7;
    color: #fff;
}

.wizard-panel-heading .wizard-panel-pointer-right,
.wizard-panel-heading.disabled .wizard-panel-pointer-right,
.wizard-panel-heading.full.last .wizard-panel-pointer-right {
    display: none;
}

.login-wrapper .wizard-panel-body input {
    border-radius: 5px !important;
}

.wizard-panel-heading .wizard-panel-pointer-left {
    display: none;
}

.select-checklist {
    text-align: left;
}
.select-checklist__select {
    margin-right: 5px;
}
.select-checklist__button button, .select-checklist__button button:hover {
    background: #3183C5;
    border-color: #3183C5;
    color: #fff;
    border-radius: 3px !important;
}

#auth-type-select {
    height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 5px !important;
}

#auth-type-select .form-control {
    border-radius: 5px;
}

.login-wrapper .box h6 {
	color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.login-wrapper .box a.reset {
    font-style: normal;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.login-wrapper .box input[type="text"], .login-wrapper .box input[type="password"] .password-widget {
    border-radius: 5px !important;
}

.navbar-inverse .menu a {
    color: #ffffff;
    background-color: #3E61AB;
    border-color: #3E61AB;
}
.navbar-inverse .menu a:hover {
    background-color: #5680da;
    border-color: #5680da;
}
.navbar-inverse .menu a:hover i {
    color: #e0dfe7;
}
.navbar-inverse .settings i {
    color: #ffffff;
}
.navbar-inverse .settings i:hover {
    color: #e0dfe7;
}
.navbar-brand > img {
    margin-right: 25px;
}

.list-group-item {
	border: 0;
	background-color: #f7f7f7;
}

.list-group-item.active {
    color: #3E61AB;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

a.list-group-item:hover,
.list-group-item.active:hover {
	background-color: #5680da;
	color: #fff;
}

.navbar.navbar-inverse {
	background: #3E61AB !important;
} 

.navbar-inverse .nav>li.title>a {
	color: #fff;
}

.navbar-inverse .nav > li.title.active > a {
    background-color: #3E61AB;
    color: #ffffff;
	border-bottom: 3px solid #fff !important;
}
.navbar-inverse .nav > li.title.active > a:hover,
.navbar-inverse .nav > li > a:hover {
    background-color: #5680da;
}
.navbar-inverse .settings.dropdown a i, .navbar-inverse .settings.dropdown a i:hover {
    color: #fff;
}

.login-wrapper .btn-primary {
	background-color:  #02BDE4;
	border-color:  #02BDE4;
	color: #fff;
}

.login-wrapper .btn-primary:hover {
    background-color: #04a9cc;
    border-color: #04a9cc;
}


.btn-primary {
    color: #ffffff;
    background-color: #3E61AB;
    border-color: #3E61AB;
}

.btn.btn-primary a{
    color: #ffffff;
}

.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #5680da;
    border-color: #5680da;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #c9e6ff;
    border-color: #c9e6ff;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #5680da;
    border-color: #5680da;
}

.btn-primary.button-disable a{
    color: #969090;
}

.content-control > .breadcrumb a {
    color: #3e61ab;
}

#footer {
    color: #ffffff !important;
    background: #3E61AB !important;
}

.goToStep2, .goToStep3, .goBackToStep1, .goBackToStep2, #registerButton, #user-form_loginButton {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px !important;
    width: 50%;
}

#registerButton {
    margin: 0;
    width: 48%;
}

.goBackToStep1, .goBackToStep2 {
    background-color: #7DB1C7;
    border-color: #7DB1C7;
    color: #fff;
    padding: 11px;
    width: 48%;
}

.goBackToStep1:hover, .goBackToStep2:hover {
    background-color: #7DB1C7;
    border-color: #7DB1C7;
    color: #fff;
}

.control-group.error .help-block {
    font-size: 16px;
    line-height: 21px;
    color: #f00;
}

.control-group.error .help-block.mobile-number-error {
    margin-top: 5px;
}

.iti {
    width: 100%;
    margin-bottom: 10px;
}
.iti__selected-dial-code {
    font-size: 18px;
    line-height: 21px;
    margin-top: -1px;
}
.iti__arrow {
    margin-left: 12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 8px solid #555;
}

.jstree-checkbox-selection {
    text-align: left;
}

#usr_models_forms_NorvenRegisterForm_mobileNumber {
    padding-left: 110px;
}

.select2-search input {
    background-position: 100% -21px !important;
}

.wizard-panel-body .select2-container .select2-arrow b {
    margin-top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #555;
}

.wizard-panel-body .select2-container.select2-dropdown-open.select2-container-active .select2-arrow b {
    border-top: none;
    border-bottom: 8px solid #555;
}

.select2-drop .select2-results .select2-result-label .select2-match {
    font-size: 15px;
}

.alert .alert-text {
    padding-left: 0;
    text-align: center;
    display: block;
    color: #000;
    font-size: 17px;
}

.login-wrapper .login-box-container .box #registerButton {
    margin: 0 auto;
    font-size: 15px;
    text-transform: none;
}

@media (max-width: 767px) {
    .login-wrapper .box {
        width: 100%;
    }
    .wizard-panel-heading {
        width: 33%;
    }

    .goToStep2, .goToStep3, .goBackToStep1, .goBackToStep2, #registerButton {
        margin: 0;
    }
}
@media (max-width: 560px) {
    .control-group .btn {
        margin-bottom: 0px;
    }
    .login-wrapper .box .content-wrap {
        width: 80%;
    }
}
