.login-wrapper {
    top: auto;
}

.login-wrapper .box {
    box-shadow: none;
    background-color: #ffffff;
    right: 0;
    position: fixed;
    margin: auto;
    top: 0;
    transform: unset;
    height: 100%;
    overflow-y: auto;
    width: 600px;
}

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

.auth-type,
.auth-type-item, 
#register-form, 
#forgetform {
    padding: 0 100px;
}

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

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

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

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

.login-wrapper .box label {
    margin-bottom: 24px;
    color: #4C629B;
}

.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%;
}

#auth-type-select {
    height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
}


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

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

a,
.content-control > .breadcrumb a,
.content-control .breadcrumb > .active {
    color: #2F80ED;
}

.btn-primary {
    color: #ffffff;
    background-color: #2F80ED;
    border-color: #2F80ED;
}

/****************************************/

.navbar-inverse .menu a {
    color: #ffffff;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}
.navbar-inverse .menu a:hover {
    background-color: #d2d2d2;
}
.navbar-inverse .menu a:hover > i {
    color: #0B648F !important;
}

.navbar-inverse .menu a:hover i {
    color: #e0dfe7;
}
.navbar-inverse .settings i {
    color: #333333;
}
.navbar-inverse .settings i:hover {
    color: #e0dfe7;
}
.navbar-brand > img {
    margin-right: 25px;
}

.nav.navbar-nav.pull-right .settings:hover > a > i {
    color: #0B648F;
}

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

.list-group-item.active {
    color: #2F80ED;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

a.list-group-item:hover {
    background-color: #ffffff;
    color: #555;
}

.list-group-item.active:hover {
    background-color: #ffffff;
    color: #2F80ED;
}

body {
    background-color: #F4F4F4 !important;
}

.navbar.navbar-inverse {
    background: #F4F4F4 !important;
    box-shadow: unset;    
}

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

.navbar-inverse .nav > li.title.active > a {
    background-color: #F4F4F4;
    font-weight: 700;
}
.navbar-inverse .nav.pull-left li.title.active > a:hover,
.navbar-inverse .nav.pull-left li > a:hover {
    background-color: #F4F4F4;
    text-decoration: underline;
}

.navbar-inverse .settings.dropdown a i, .navbar-inverse .settings.dropdown a i:hover {
    color: #333333;
}

.primary-sidebar {
    background: #F4F4F4 !important;    
}

.main-content .content-control,
.main-content .container-fluid {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);
    border: 0;
}

.content-control > .breadcrumb {
    border-bottom: 0 !important;
}

.main-content .container-fluid {
    border: 0;
}










@media (max-width: 767px) {
    .login-wrapper .box {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .auth-type,
    .auth-type-item,
    #register-form,
    #forgetform {
        padding: 0;
    }
    .control-group .btn {
        margin-bottom: 0px;
    }
    .login-wrapper .box .content-wrap {
        width: 80%;
    }
}








