/* ---------------------------------
	LOGIN CUSTOM
---------------------------------- */
div#login {
	height: 100%;
	max-height: unset;
	padding: 30px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
div#login ::placeholder {
	color: #c8c8c8 !important;
}
p#nav {
	font-size: 0 !important;
}
p#nav a:last-of-type {
	font-size: 16px !important
}
div.privacy-policy-page-link {
	display: none;
}
#login #wp-submit {
	font-size: 20px !important;
	background: #fd6201 !important;
	border-radius: 50px !important;
	transition: 0.3s;
}
#login #wp-submit:hover {
	background-color: #eb3200 !important;
}
#login h1 a {
	pointer-events: none;
}
p#nav a {
	transition: 0.2s;
}
p#nav a:hover {
	color: #fd6201 !important;
}