


/* Custom Login, Register and Password reset */


/* hides registration message */
/* .login .message, .login .notice {
    display:none;
} */


.login .message,
.login .notice {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 1em 0 !important;
    color: #333; /* adjust to your site’s body text color */
    font-size: 14px;
    text-align: center; /* or left if you prefer */
}

/* Add your own style */
.login .message {
    color: #0073aa; /* accent color */
    font-weight: 600;
}

.login .notice {
    color: #ffffff; /* red for warnings/errors */
    font-weight: 600;
}










/*Reset form*/

#resetpassform {
background-color:black;
box-shadow: none!important;
border: 0!important;
color: #fff;
}




/*Reset Password Form*/

#lostpasswordform {
background-color:black;
box-shadow: none!important;
border: 0!important;
}

#lostpasswordform > p:nth-child(1) > label:nth-child(1){
font-size: 18px;
color: rgb(255, 255, 255);
}


/*Registration*/

form#registerform{
 background:black;
 border: 0!important;
 box-shadow: none!important;
}

#registerform > p:nth-child(1) > label:nth-child(1) {
font-size: 18px;
color: rgb(255, 255, 255);
}
#registerform > p:nth-child(2) > label:nth-child(1) {
font-size: 18px;
color: white;
}

#reg_passmail {
    font-size: 15px;
    color: rgb(255, 255, 255);
    }




/*Login*/

#wfls-prompt-overlay {
background-color: #000;
}

body.login div#login form#loginform label {
font-size: 18px;
}

Body.login {
background-color:black;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

body.login div#login form#loginform {
background-color:black;
box-shadow: none!important;
border: 0!important;
color: #fff;
}

body.login div#login form#loginform p.forgetmenot {
display: none;
}

p#backtoblog
{
display: none;
}



