input[name="category-colour"] {
	display: none;
}

input[name="category-colour"] + label {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	width: 25px;
	border: none;
	border-radius: 50%;
	background: transparent;
	box-shadow: inset 0 0 0 14px;
	cursor: pointer;
	margin: 0.25rem;
	transition: transform 0.1s ease;
	transform: scale(1);
	padding: 0;
}

input[name="category-colour"] + label:hover {
	transform: scale(1.2);
}

input[name="category-colour"]:checked + label {
	box-shadow: 0px 0px 0px 2px #f0f0f1, 0px 0px 0px 3px #9a9a9a;
}

body.login {
	background: #ffec00;
	font-family: Forno, sans-serif;
	color: #2a2a35;
}

body.login form {
	background: transparent;
	border: none;
}

body.login input[type="text"],
body.login input[type="password"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #212529;
	border-radius: 0;
}

body.login label {
	font-size: 1.25rem;
}

body.login form input[type="checkbox"] {
	background: transparent;
}

body.login p.forgetmenot {
	text-align: center;
	width: 100%;
}

body.login p.submit {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: static;
	transform: translateY(16px);
	padding-top: 1rem;
	float: none;
}

body.login input#wp-submit {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 0.875rem;
	line-height: 1.125rem;
	border-radius: 4.4375rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 1px solid #212529;
	text-transform: uppercase;
}
body.login #login_error,
body.login .message,
body.login .success {
	border-left-color: black;
	background: transparent;
	box-shadow: none;
}

body.login span.dashicons.dashicons-visibility {
	filter: brightness(0);
}
