/* DerbyParty Login Styles */

body {
	background:url('https://denverderby.com/wp-content/uploads/Artboard-1-green-1.png');
	background-size:cover;
	}
.login h1 a {
  background-image: url('https://denverderby.com/wp-content/uploads/logo-web-header-white.svg');
  -webkit-background-size: 300px;
  background-size: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #999;
  height: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 300px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}
.login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 26px;
	font-weight: 300;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,.2);
	box-shadow: 0 0px 3px rgba(0,0,0,.2);
	}
.login #backtoblog a, .login #nav a, .login h1 a  { color:rgba(255,255,255,.6); text-decoration:none; }
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover { color:#ffffff !important; }

.wp-core-ui .button-primary {
	background: #d13a7a;
	border-color: #d13a7a;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	width:50%;
	font-size:12px;
	font-weight:900;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow:none;
	}
.wp-core-ui .button.button-large {
	height: 40px;
	line-height: 38px;
	padding: 0 12px 2px;
	width:50%;
	}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background: #d13a7a;
	border-color: #6a7882;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	}
	
.login form .forgetmenot {
	font-size:11px;
	margin-top:15px;
	width:50%;
	}
.login form .forgetmenot label {
	font-size:11px;
	line-height: 18px;
	}
a.password {
	float:right;
	display:inline-block;
	}
.login label {
	color: #6a7882;
	font-size: 9px;
	text-transform:uppercase;
	}
#backtoblog {
	text-align:center;
	font-size:11px;
	}
	
input[type=checkbox]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #d13a7a;
	-webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
	box-shadow: 0 0 2px rgba(30,140,190,.8);
	}
