body{
	position: relative;
	overflow: auto;
	font-family: 'Lato', sans-serif;
	background: #3d3d3c;
}


body::after
{
    position: absolute;

	opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 5;	
	    background: url(images/watermark2.svg) no-repeat right bottom;
		background-size: contain;
}




.login .message {
	text-align: center;
}
#login {
	position: relative;
	top: 25%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: white;
	padding: 50px 15px 30px;
	box-shadow: 0px 0px 30px 0px rgba(23, 23, 23, 0.08);
	border-radius: 2px;
}


.login form {
	padding: 0;
}

#login h1 {
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	font-family: 'Lato', sans-serif;
} 


.login h1 a {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e00a1d;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 3px solid #e00a1d;
	background-size:cover;
	background-image: url(images/login-logo.svg);
}
.login h2 a {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #009444;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 3px solid #e00a1d;
	background-size: 35px;
	background-size:contain;
		position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.login h3 {
	width: 200px;
	height: 30px;
		position: absolute;
	bottom: -76px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align:center;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.login h3 a {
	color: #fff;
	text-decoration: none;
	
}



.login form .input, 
.login form input[type="checkbox"], 
.login input[type="text"],
.login form {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
}

.login form {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	border: none!important;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  background:#e00a1d;
  color:white;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  height:  auto !important;
  border:none!important;
  margin-top: 20px;
}

.login #nav, #backtoblog {
	text-align: center;
}

#backtoblog {
	text-align: center;
	padding-bottom: 20px;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #e00a1d;
}

a, a:hover {
    color: #e00a1d;
   
}
