/* ACF field heading in registration form */
#registerform h2 {
	display: none;
}

/* Register button */
.login #nav > a:first-child {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	min-height: 32px;
	line-height: 2.30769231;
	padding: 0 12px;
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}


.login #nav > a:first-child:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.login #nav > a:first-child:active {
	background: #135e96;
	border-color: #135e96;
	box-shadow: none;
	color: #fff;
}

.login #nav > a::focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
}