@import url('../fonts/roboto-condensed/roboto-condensed-v16-latin.css');

html, body {
	height: 100%;
}

body {
	font-family: 'Roboto Condensed';
	background-attachment: fixed;
	background-color: #333;
	background-image: url('../images/bg-city.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1 {
	margin-top: 0;
	padding-top: 200px;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	background-image: url('../images/bg-logo.png');
	background-position: center 20px;
	background-repeat: no-repeat;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

h1 > span {
	font-size: .75em;
	color: #fa0;
	white-space: nowrap;
}

h2 {
	margin-top: 0;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

.panel, .form-control, .input-group-addon, .btn {
	border-radius: 0;
}

.panel-default {
	background-color: rgba(255, 255, 255, .85);
	border-color: #fff;
	border-width: 1px 0 0 1px;
	box-shadow: 1px 1px 1px 0 #000;
}
