.login-bg {
    background: linear-gradient(to bottom, #162133 0%, #162133 100%);
}

.login-wrapper {
    top: 100px;
}


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

.internal-logo {
    background: url("../images/home_logo_n.png") no-repeat;
    height: 100px;
    margin: 0px 0px 30px 75px;
}

.login-wrapper .box {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.1);
}

.login-wrapper .box h6 {
    color: #fff;
}

.login-wrapper .box a.reset {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    padding: 0px 13px;
}

.navbar-brand > img {
    max-height: 48px;
}

.btn.login.btn-primary {
    background-color: #175480;
    border-color: #175480;
    color: #ffffff;
    width: 100%;
}

.btn.login.btn-primary:hover {
    background-color: #2477b3;
    border-color: #2477b3;
    color: #ffffff;
}
