body.login {
    background-image: url('hoffmanbuilding.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.login h1 a {
    background-image: url('logo2.jpg');  /* Changed from lo.jpg to logo2.jpg */
    padding-right: 100px;
}

.login label {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.login input[type="text"],
.login input[type="password"] {
    background-color: #ffffff;
    border-color: #dddddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
}

.login .button-primary {
    width: 120px;
    float: right;
    background-color: #17a8e3 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
    background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
    background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
    background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
    background: -o-linear-gradient(top, #17a8e3, #17a8e3);
    background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
    color: #ffffff;
    -webkit-border-radius: 4px;
    border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
    background-color: #17a8e3 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9));
    background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9);
    background: -moz-linear-gradient(top, #17a8e3, #0d9ed9);
    background: -ms-linear-gradient(top, #17a8e3, #0d9ed9);
    background: -o-linear-gradient(top, #17a8e3, #0d9ed9);
    background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
    color: #fff;
    -webkit-border-radius: 4px;
    border: 1px solid #0d9ed9;
}

.login .button-primary:active {
    background-color: #17a8e3 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
    background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
    background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
    background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
    background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
    background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
    color: #fff;
    -webkit-border-radius: 4px;
    border: 1px solid #0d9ed9;
}

#loginform {
    background: rgba(255,255,255,0.85) !important;
    padding: 26px 24px 34px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Hide back to blog and lost password links */
p#backtoblog,
p#nav {
    display: none !important;
}

/* Style for the login message */
.login-message {
    background: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

body.login div#login p#nav a {
    display: none;
}

body.comments-area,
body.more-content {
    background: none;
    background: transparent;
}
