html, body {
	height: 100%;
}

#login {
	background: url('../images/bg1.jpg') top center no-repeat;
	background-size: cover;
}

#login-box {
	width: 350px;
	max-width: 90%;
	padding: 20px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	border-radius: 3px;
	position: relative;
}

	#login-box div {
		padding: 6px;
	}
	
	#login-box .login-box-title {
		font-size: 13pt;
		text-align: center;
		margin-bottom: 30px;
	}
	
		#login-box .login-box-title i {
			margin-right: 8px;
		}
		
	#login-box .login-box-msg {
		text-align: center;
	}
	
		#login-box .login-box-msg.error {
			color: red;
		}