body {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;

	background-image: url("Media/home_fullscreen_Image_2.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0.8em;
}

input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

.Content {
	padding: 16px;
	background-color: #fefefe;
	border: 1px solid #888;
	width:400px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}