/* LOGIN */

html,body {
	height: 100%;
	height: 100vh;
}

#container {
	height: 100%;
}

#content {
	height: 80%;
	height: calc(100% - 120px);
	width: 100%;
	width: calc(100% - 80px);
	display: table;
}

#loginContainer {
	display:table-cell;
    vertical-align:middle;
}

#login {
	margin: auto;
	background: #eee;
	padding: 50px;
}