@charset "UTF-8";
/*

	An additional stylesheet for the Arche theme.
	This stylesheet is used to customise the wp-login.php page.
	To have this active, enable the custom login page options within the customiser.

*/

/* Login Page Styles
- - - - - - - - - - - - - - - - - - - - */

html, body {
	background: url("../images/header.png") top left repeat #006ebb !important;
}

body {
	font-size: 18px !important;
	font-weight: 100 !important;
	font-family: "Lato", sans-serif !important;
}

.login h1 a {
	background: none !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-size: 40px !important;
	font-weight: 100 !important;
	font-family: "Lato", sans-serif !important;
	line-height: 100% !important;
	text-indent: 0px !important;
}

.login form {
	background-color: #ffffff !important;
	padding: 30px 30px 40px !important;
	border-radius: 2px !important;
	box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.15) !important;
}

.login a {
	color: #ffffff !important;
}

.login a:hover {
	color: #A6CCFF !important;
}


/* END OF STYLESHEET
- - - - - - - - - - - - - - - - - - - - */