.login {
	background: #563c55 url('images/blurred.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}


.login #loginform {
	font-family: 'Ubuntu', 'Lato', sans-serif;
	font-weight: 400;
	width: 300px;
	position: relative;
	margin: 60px auto 30px;
	padding: 10px;
	overflow: hidden;
	background: #111;
	border-radius: 0.4em;
	border: 1px solid #191919;
	box-shadow: inset 0 0 2px 1px rgba(255,255,255,0.08), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
}

.login #login h1 {
	background-color: #191919;
	border-radius: 7px;

}

.login #loginform input[type=text], .login #loginform input[type=password] {
	width: 100%;
	float: left;
	padding: 8px 5px;
	margin-bottom: 10px;
	font-size: 12px;
	background: linear-gradient(#1f2124, #27292c);
	border: 1px solid #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	border-radius: 3px;
	font-family: 'Ubuntu', 'Lato', sans-serif;
	color: #fff;
}


.login #loginform input[type=text]:focus, .login #loginform input[type=password]:focus {
	outline: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(136,99,240,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(136,99,240,1);
	box-shadow: 0px 0px 5px 1px rgba(136,99,240,1);
}

.login label {
	width: 100%;
	float: left;
	padding-top: 9px;
	color: #ddd;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	text-indent: 10px;
	font-weight: 700;
	cursor: pointer;
}

.login .button {
	padding: 8px 5px;
	border: 1px solid #0273dd;
	border: 1px solid rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
	border-radius: 3px;
	background: #38a6f0;
	cursor: pointer;
	font-family: 'Ubuntu', 'Lato', sans-serif;
	color: white;
	font-weight: 700;
	font-size: 15px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.login .button:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
	background: #38a6f0;

}

.login #backtoblog a, .login #nav a{
	color: #58D3F7;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color: #000;

}

.login .message {
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	background-color: #38a6f0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}