.row {margin: 0}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #E8E8E8 url('../img/login_bg.png') no-repeat bottom right;
	/* background: #E8E8E8; */
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
}
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2rem;
}
.logo {
	height: 73px;
	display: block;
	background: center no-repeat url('../img/logo.png');
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
}
.img-thumbnail {
	max-width: 200px;
	max-height: 200px;
}
.device_image {
	max-height: 50px;
}
