* {
  box-sizing: block;
}

body {
	background-color: white;
	width:100vw;
	height:100vh;
	margin-top: -10px; 
	font-size: 13px; 
/*	margin-left: 0; */
}

#infobox {
	background-color:  #fdebd0;
	border: 3px solid orange;
	border-radius: 10px;
	padding: 10px;
	margin-top: 25px;
}

.welcome_text {
/*	background-color:  white; */
	color: black;
	padding: 5px;
	text-align: center;
	font-size: 1.6em;
}

.username {
	font-weight: bold;
}

/* Passwort vergessen und Benutzername vergessen ausblenden */
.list-unstyled {
  display: none;
}


