p#nav,
p#backtoblog {
	display: none;
}

body {
	background: -o-linear-gradient(top, #96297c, #92358c, #8c419c, #834caa, #7757b8, #6761c5, #516bd0, #2f75da);
	background: -webkit-gradient(linear, left top, left bottom, from(#96297c), color-stop(#92358c), color-stop(#8c419c), color-stop(#834caa), color-stop(#7757b8), color-stop(#6761c5), color-stop(#516bd0), to(#2f75da));
	background: linear-gradient(180deg, #96297c, #92358c, #8c419c, #834caa, #7757b8, #6761c5, #516bd0, #2f75da);
	font-family: 'Syne', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px !important;
	color: #707070 !important;
}

#login h1 a,
.login h1 a {
	background-image: url('bigfork.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 200px 68px;
	height: 68px;
	overflow: visible;
	position: relative;
	width: 200px;
}

label,
input {
	color: #707070 !important;
	font-size: 16px !important;
}

input {
	border-radius: 0 !important;
}

input#wp-submit {
	background-color: #2F75DA !important;
	color: #FFF !important;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}

#wp-submit:hover {
	background-color: #173E76 !important;
}

.forgetmenot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 2rem;
	margin-top: 6px;
}

.forgetmenot label {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
	padding: 0.1rem 0 0 0.5em;
	font-size: 1.6rem;
	line-height: 1.3;
}

.forgetmenot label:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: solid 1px #707070;
	content: '';
}

.forgetmenot label:after {
	position: absolute;
	display: block;
	border: solid 0.5rem #707070;
	opacity: 0;
	content: '';
	top: 6px;
	left: 5px;
	width: 11px;
	height: 5px;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: #2F75DA;
	border-top-color: transparent;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.forgetmenot.disabled label {
	opacity: 0.5;
}

.forgetmenot input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.forgetmenot input:checked ~ label:after {
	opacity: 1;
}

