/**
 * HST - CCS Needed (Corresponding Functions Needed for Custom Login Page in functions.php)
 */

.login h1 a {
	background-image: url('//www.streetsofhopesandiego.org/wp-content/uploads/2019/11/streets-of-hope-san-diego_transparent.png');
	padding-bottom: 0px;
	background-size: 287px 157px;
	width: 287px;
	height: 157px;
}
body.login {
  background-image: url('//www.streetsofhopesandiego.org/wp-content/uploads/2015/09/streets-of-hope-san-diego-homeless-15th-street-92101-02.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
 /* background-position: center; */
}		
.login #nav,#backtoblog {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0px 0px 0px 0px;
  text-align: center;		
}
.login form {
  padding-bottom: 15px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
.login #nav a {
  color:#000;	
}
.login #backtoblog a {
  color:#000;	
}		

//**  CUSTOM LOGIN BUTTON NOT USED
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}
**/

//** REMOVE THE LOST PASSWORD LINK 
p#nav {
  display: none;
}
**//

//** REMOVE THE BACK TO BLOG LINK **//
p#backtoblog {
  display: none;
}
.login #backtoblog {
  display: none;
}

body, html {
  background: rgba(255,255,255,0);
}
