/* ------------------------------------------------------------ *\
	 Login
\* ------------------------------------------------------------ */

.login {
	background: #fffaf0;
}

.login h1 a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	width: 246px;
	height: 71px;
	background: url(../resources/images/logo@2x.png) no-repeat center
		center/contain;
}

.login form {
	background: #fffaf0;
}

.login.wp-core-ui .button-primary,
.login.wp-core-ui .button-primary:focus {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: white;
	display: inline-block;
	font-family: "BrandonGrotesque", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 0;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	background: #1c5e2f;
}
