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: rgb(96,45,61);
background: linear-gradient(315deg, rgba(96,45,61,1) 0%, rgba(32,32,128,1) 50%, rgba(51,151,197,1) 100%);
}
#login h1 a {
background-size: 75px;
	background-size: cover;
	width: 200px;
	height: 120px;
background-image: url("https://www.dor.org/wp-content/themes/dor/images/dor_crest_2.png");
	 background-size:     120px;
    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: #683340;
border-color:#683340;
box-shadow: 0 1px 0 #683340;
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;
}
.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;
}



