html {
	background: none;
}

.login {
	background: #7f9b4e url('images/bg2.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}


.login #loginform {
	width: 300px;
	border: 6px solid #a2919c;
	border-radius: 10px;
	margin: 60px auto 30px;
	padding: 10px;
	position: relative;
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	color: white;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

.login #login h1 a {
	border: 2px solid #FFF;
	border-radius: 10px;
	background-size: auto 100% !important;
}
.login #loginform input[type=text], .login #loginform input[type=password] {
	width: 100%;
	padding: 8px 4px 8px 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(78,48,67, 0.8);
	background: rgba(0,0,0,0.15);
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out;
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	color: #a2919c;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}

.login #loginform input[type=checkbox] {
	background: rgba(0,0,0,0.15);
	border: 1px solid rgba(78,48,67, 0.8);
}

.login #loginform input[type=text]:focus, .login #loginform input[type=password]:focus {
	outline: none;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(110,110,110,1);
	-moz-box-shadow: 0px 0px 4px 2px rgba(110,110,110,1);
	box-shadow: 0px 0px 4px 2px rgba(110,110,110,1);
	}

.login label {
	color: #0B3B39;
}

.login .button {
	width: 100%;
	padding: 8px 5px;
	background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	border-radius: 5px;
	box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: all 0.3s ease-out;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-size: 16px;
	font-weight: bold;
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	height: 40px !important;
	line-height: 30px !important;
	padding: 0 12px 2px;
	margin-top: 15px;
	border: none;
}



.login .button:hover {
	background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7)); 
	outline: none;
	box-shadow: none;

}

.login #backtoblog a, .login #nav a{
	color: #fff;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color: #0B3B39;

}

.login .message {
	border: 2px solid rgb(249, 236, 236);
	border-radius: 10px;
	background: #a2919c;
	text-align: center;
	color: #fff; 
}