/* ------------------------------------------------------------ *\
	Login Style
\* ------------------------------------------------------------ */

body.login {
	background-color: #f5f3ee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#login h1 a,
.login h1 a {
	background: url(../resources/images/logo.png) no-repeat center / contain;
	width: 265px;
	height: 114px;
	margin: 0 auto 25px;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

.wp-core-ui .button-primary {
	background: #2DA69A;
	border-color:  #2DA69A;
}

.wp-core-ui .button-primary:hover {
	background: #017e89;
	border-color:  #017e89;
}
