html {
	height : 100%;
}

body {
	margin : 0px;
	padding : 0px;
	font-family : sans-serif;
	height : 100%;
}

#login_container {
	width : 100%;
	height : 100%;
	background-image : url('/images/loginbackground.jpg');
	background-size : cover;
	background-position : -150px 0;
}

#mainformscontainer {
	position : absolute;
	bottom : 0%;
	left : 2%;
}

#login_form {
	width : 200px;
}

.inputbox {
	border-style : none;
	color : #311850;
	width : 100%;
	margin : 0px;
	margin-bottom : 3px;
	padding : 0px;
	height : 28px;
}

#submitlog {
	border-style : none;
	font-size : 14px;
	background-color : #211850;
	color : #fff;
	cursor : pointer;
	width : 100%;
	height : 28px;
	margin : 0px;
	padding : 0px;
}


@media (min-width: 900px) {
	#login_container {
		background-position : 0 0;
	}

	#mainformscontainer {
		top : 5%;
	}
}
