html {
    font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 14px;
	background: #000000 url("../img/background.jpg") no-repeat left 0px top 0px;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	min-width: 400px;
	min-height: 400px;
	margin: 0;
	padding: 0px;
}

.login-container {
	background: #FFFFFF url("../img/logo_big.png") no-repeat left 30px top 10px;
	background-size: 157px 71px;
	box-sizing: border-box;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 300px;
	padding: 120px 20px 20px 50px;
	display: inline-block;
	border: 1px solid #005500;
	border-radius: 7px;
	box-shadow: 11px 10px 5px 0px rgb(149,149,149,0.75)
}

.error {
	font-size: 12px;
	color: #FF0000;
}

.fleet-stat {
	position: absolute;
	right: 20px;
	font-size: 12px;
	color: #000000;
}

.header-container {
	position: absolute;
	top: 150px;
	left: 450px;
	color: #000000;
}

.header-name {
	color: #555555;
	font-weight: bold;
	font-size: 64px;
	text-shadow: 5px 5px 10px #FFFFFF;
}

.header-desc {
	color: #555555;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 5px 5px 10px #FFFFFF;
}
