#login {
    position: relative;
}

#login h1 a,
.login h1 a {
    background: url(../img/lou-geek.png) no-repeat left;
    background-size: 100%;
    padding-bottom: 30px;
    width: 100%;
}

body {
    background: white;
}

body::before {
    background: url(../img/diamonds.png) repeat;
    content: '';
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
}

body #loginform {
    background: #cccccb;
}

body #loginform p label {
    color: black;
}

body.login a.loug-support {
    background-color: black;
    bottom: 0;
    font-size: 20px;
    left: 0;
    max-width: 100%;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.login a.loug-support {
    color: white !important;
}


body.login-action-login #login label {
    font-size: 16px;
}

body.login-action-login #login #nav {
    font-size: 16px;
}

body.login-action-login #login #backtoblog {
    display: none;
}
