body{
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: auto;
	font-family: 'Lato', sans-serif;
	background:#fff;

}


body::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/login-logo-repeat.svg)  center center;
	background-size: 80px;
	opacity: 0.2
}



body {
	
    		background: rgb(0,128,187);
background: -moz-linear-gradient(top,  rgba(0,128,187,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,128,187,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(0,128,187,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080bb', endColorstr='#ffffff',GradientType=0 );

}



.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: #fff;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 3px solid #0080bb;
	background-size: 35px;
	background-size:contain;
	background-image: url(../img/login-logo.svg);


}
.login h2 a {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #54c0e8;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 3px solid #000;
	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:#ff4438;
  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: #ff4438;
}

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