#login h1 a, .login h1 a {
    background-image: url(/ngd/ngd.png);
    height:92px;
    width:320px;
    background-size: 320px 92px;
    background-repeat: no-repeat;
    padding-bottom: 8px;
}

body.login {
    background:#252525 !important;
}

body.login .card {
    background:rgba(25,25,25,0.5);
    color:white;
    border-radius:12px;
}

body.login label {
    color:#999;
}

body.login #login_error, body.login .message
{
    background:rgba(25,25,25,0.5);
    color:white;
    border-radius:12px;
}

body.login #nav a, body.login a.btn-forgot {
    color:#f58120 ;
}

body.login  a.btn-back {
    color:#a5cf16;
}

body.login form .input, 
body.login form input[type=checkbox], 
body.login input[type=text],
body.login input[type=email],
body.login input[type=password]
{
    background:rgba(40,40,40,0.8);
    color:white;
    border-radius:6px;
    border-color:#333;
}
