html {
	background: none;
}
.login {
background: url('images/students.jpg') no-repeat center fixed;
background-size: cover;
position: relative;
font-family: 'Open Sans', sans-serif;
}

.login #login {
	position: relative;
}

.login #login h1 {
	position: absolute;
	top: 25%;
	left: 44%
}

.login #login h1 a {
	background-position: center;
}
.login #loginform {
	width: 300px;
	background: transparent;
	margin: 60px auto 30px;
	padding: 24% 2.5em;
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	color: white;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

.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: #fff;
	font-size: 13px;
	border-radius: 5px;
	margin-top: 10px;
}

.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-color: #424242;
	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;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	font-family: 'Raleway', 'Lato', Arial, sans-serif;
	height: 40px !important;
	line-height: 30px !important;
	margin-top: 15px;
	border: 0px solid #424242;
}



.login .button:hover {
	background-color: #424242; 
	outline: none;
	box-shadow: none;
	border: 1px solid #424242;

}

.login #backtoblog a, .login #nav a{
	color: #fff;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color: #0B3B39;

}

.login .message {
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.15);
	border-left: 10px solid #424242;
	border-right: 10px solid #424242;
	width: 100%;
}