/* Hides the wordpress logo and display the heading text */
#login h1{
     background: url(../img/small-logo.png) no-repeat center center;
     width: 328px;
     height: 100px;
}

h1 a {display: none !important;}

body.login {
     background: none;
}

html {
     background-image: url(../img/carbonfiber_bg.png);
    height: 100%;
}

#login {
     padding-top: 50px;
}

#nav a, #backtoblog a{
     text-shadow: none;
}

#loginform{
     background-color: #dddddd;
}

.login-block .active-form {
    border-color: blue;
}

form {
-moz-box-shadow:rgba(50,50,50,1) 0 4px 18px;
-webkit-box-shadow:rgba(50,50,50,1) 0 4px 18px;
-khtml-box-shadow:rgba(50,50,50,1) 0 4px 18px;
box-shadow:rgba(50,50,50,1) 0 4px 18px;}
}
