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

.login-wrapper {
    top: 100px;
}

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

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


.login-wrapper .box {
    background: rgba(64,64,64,0.5);
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 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: #003391;
    border-color: #003391;
    color: #ffffff;
    width: 100%;
}

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