html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, #mn_module {
	height: 100%; width: 100%; 
}

#logo {
	position: absolute;
	width: 100%; height: 100%;
	background: #d9d1cd url('/img/m_logo3.png') no-repeat center center; background-size: contain;
}

#container {
	width: 100%; height: 100%;
	display: table;
}

img {
	position: absolute;
	max-width: 100%; max-height: 100%;
}

form {
	display: table-cell;
	width: 100%; height: 100%;
	text-align: center;	vertical-align: middle;
}

form label {
	font: 1em Arial;
	display: inline-block;
	width: 260px;
	text-align: center;
}

form input[type="text"], form input[type="password"] {
	display: inline-block;
	font: 1em Arial;
	width: 100%;
}

form input[type="submit"] {
	font: 1em Arial;
	margin: 30px 0px 0px 0px;
	width: 260px;
}