body {
    background: #000000 url(images/header-bg1.jpg) 50% 50% fixed;
    background-color: #000000;
    background-position: 50% 0px;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.login h1 a {
    background-image: url(images/cgns-login-logo.png);
    padding-bottom: 30px;
    width: 100%;
    background-size: cover;

}

.login .message,
.login form {
    background-color: #4d8844;
    color: #ffffff;
}

.login form label {
    color: #ffffff;
}



.animate {
    opacity: 1 !important;
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    visibility: visible !important;
}

#nav a, #backtoblog a {
    color: #ffffff !important;
    text-shadow: #000000 1px 1px 0px;
    opacity: 1;

}

#nav, #backtoblog {
    padding: 15px !important;
    background-color:rgba(50, 50, 50, 0.5);
}



