/* Custom login
------------------------------ */
body {
	overflow: hidden;
}
body.login {
	background-image:url("/wp-content/themes/sangregorio/img/sfocatura.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

#login {
	background-color: #ffffff;
	padding: 1% 0px 20px;
	margin: 2% auto;
	border-radius: 3px;
	opacity: 0.95;
}
.privacy-policy-page-link {
	display: none;
}

#login h1 a {
	background-image: url("/wp-content/themes/sangregorio/img/logo-sangregorio-laboratorio.png");
	background-size: 181px;
	width: 181px;
	margin-bottom: 0px;
}
.login form {
	padding-bottom: 0px;
}
#loginform {
	border: none;
	box-shadow:none;
	margin-top: 0px;
}
.login form .forgetmenot{
  	float:none;
}
.login.wp-core-ui .button-primary {
	width: 100%;
	padding: 5px 0px;
}

.login form .input, 
.login input[type="password"], 
.login input[type="text"] {
	border-color: #cccccc;
}

p#nav {
	display: none;
}