/* ------------------------------------------------------------ *\
    Login
\* ------------------------------------------------------------ */

.login {
	position: relative;
	background: #f1f1f1;
}

.login:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 51px;
	bottom: 0;
	left: 0;
	background: #f1f1f1 url(../resources/images/chiggerex-images/header-grass.png) repeat-x bottom;
}

.login h1 a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	width: 248px;
	height: 59px;
	background: url(../resources/images/chiggerex-images/logo.png) no-repeat center
		center/contain;
}

.login form {
	background: url(../resources/images/form-bg.jpg) repeat center center;
}

.login.wp-core-ui .button-primary,
.login.wp-core-ui .button-primary:focus {
	appearance: none;
	background: transparent;
	border: 3px solid #c42129;
	border-radius: 0;
	box-shadow: none;
	color: #c42129;
	display: inline-block;
	font-family: "BrandonGrotesque", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 0;
	overflow: hidden;
	padding: 5px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	transition: all .3s;
}

.login.wp-core-ui .button-primary:hover {
	color: #fff;
	background-color: #c42129;
}