html {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	background: #333 url(../images/background.jpg) 50% 100% no-repeat;
	color: #fff;
	background-size: contain;
	text-align: center;
}

.loginForm {
	margin: 40px 0;
	display: inline-block;
	width: 280px;
}

.loginForm img {
	width: 30%;
	height: auto;
	margin-bottom: 20px;
}

.loginForm div {
    background: rgb(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 14px;
}

.loginForm input {
	box-sizing: border-box;
	padding: 10px;
	border: none;
	outline: none;
	background: #eee;
	border-radius: 4px;
	text-align: left;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}


.loginForm input[type=submit] {
	background: #a72920;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
}
