Body.login
{
/*background-image:url("https://sacredheartrochester.org/wp-content/themes/bparker/screenshot.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;*/
	background-color: blue;
	background: #007BB6;
background: linear-gradient(135deg,rgba(0, 123, 182, 1) 0%, rgba(125, 164, 46, 1) 50%, rgba(253, 190, 80, 1) 100%);
}
#login h1 a {
background-size: 75px;
	background-size: cover;
	width: 380px;
	height: 140px;
background-image: url("https://www.providencehousing.org/wp-content/themes/dor/images/providencehousing_header.png");
	 background-size:     380px;
    background-repeat:   no-repeat;
    background-position: center center; 
}
.login form{
box-shadow:none;
padding:20px;
}
#login {
background: #FFF;
margin: 60px auto 0px auto;
padding: 40px 20px;
width: 440px;
	box-shadow: 0px 10px 10px rgba(0,0,0,.4);
}
.login label {
color: #555;
font-size: 14px;
}
.login form .forgetmenot{
float:none;
}
#login form p.submit{
margin-top:15px;
}
.login.wp-core-ui .button-primary {
background: rgba(0, 123, 182, 1);
border-color:rgba(0, 123, 182, 1);
box-shadow: 0 1px 0 rgba(0, 123, 182, 1);
color: #FFF;
text-shadow: none;
float: none;
clear: both;
display: block;
width: 100%;
padding: 7px;
height: auto;
font-size: 15px;
}

/* WP 2FA – Resend code button */
.login input[name="wp-2fa-email-code-resend"] {
    background: none;
    border: none;
    box-shadow: none;
    color: #666;
    font-size: 13px;
	font-weight: bold;
    padding: 10px 0;
    margin: 12px auto 0;
    display: block;
    text-align: center;
    width: auto;
    cursor: pointer;
    text-decoration: underline;
}

/* Hover state – still subtle */
.login input[name="wp-2fa-email-code-resend"]:hover {
    color: #1875aa; /* matches your primary blue */
    text-decoration: none;
}

p#nav
{
/*display: none;*/
	text-align: center;
}

p#backtoblog
{
display: none;
}



