body {
	background: #000 url('../images/log-img.jpg') 50% 50% no-repeat;
	background-size: auto;
	background-size: cover;
}

/*- form --*/
#login form {
	background: #7b919e;
	color: #fff;
}

/* feilds input */
#login .input {
	background-color: Lightgrey;
}

/* *-- Text above fields --*/
#login label {
	color: #f1f1f1;
	font-size: 1rem;
}

.login .message {
	background: #7b919e;
	color: #fff;
}


/** Enter button --*/
#login input[type=submit] {
	background-color: #56636f;
	border-radius: 0px;
	border: none;
	border-bottom: 4px solid Lightorange;
}

#login input[type=submit]:active {}

/*- Links under the form --*/
#nav a,
#backtoblog a {
	color: #000 !important;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
}