html, html > body {
    background: url(../images/bootstrap_bg.png) center center repeat;
    background-size: cover !important;
}
.login h1 a{
    min-width: 267px;
    margin-bottom: 0;
    background: url(../images/logo.png) center center no-repeat;
}

#login {
    width: auto !important;
    max-width: 620px;
    min-width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

#clpt-logo,
#login h1{
    background: #004E25;;
}

#lostpasswordform,
#registerform,
#loginform {
    background: #97B6A6;
    border: 1px solid #004E25;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

label[for="user_login"],
label[for="user_pass"],
label[for="user_email"] {
/*    visibility: hidden;
    font-size: 1px; */
    color: rgb(68, 68, 68);
}

label[for="user_login"] input[type="text"],
label[for="user_pass"] input[type="password"],
label[for="user_email"] input[type="email"] {
    visibility: visible;
    background: #cbd3cb;
    border: 1px solid #7f8e7c;
    border-radius:3px;
    color: #242424;
    font-weight: 200;
    padding-left: 10px;
}
p.forgetmenot{
    margin-top: 75px;
    position: absolute;
}
.login form #wp-submit{
    display: block;
    float: none;
    clear:left;
    width: 100%;
    height: 44px !important;
    margin-top: 20px;
    font-size: 24px;
    background-color: #337151;
    border: 1px solid #003E1E;
    box-shadow: none;
    font-weight:200;
    text-shadow: none;
}

.login form #wp-submit:hover{
    background-color: #5C8D74;
    border: 1px solid #003218;
}
.message,
#login_error{
    opacity: 0.6;
}


.login #nav a,
.login #backtoblog  a{

}

.login #nav a:hover,
.login #backtoblog  a:hover,
.login #nav a:focus,
.login #backtoblog  a:focus{
    color: #0a0a0a;
    text-decoration: underline;
    box-shadow: none;
}


