@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" );

html, body {
	display: flex;
	justify-content: center;
	font-family: Roboto, Arial, sans-serif;
	font-size: 15px;
}
header {
	background-color: #8ebf42;
}

input[type=text],
input[type=password] {
	width: 100%;
	padding: 16px 8px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

h1, h2{
	text-align: center;
	font-size: 18;
}

.main {
	width: 80vw;
	background-color: #dcdcdc;
}

.select-button:hover {
	text-transform: uppercase;
	box-shadow: 4px 4px 4px black;
}


.selection-small {
	/* line-height: 90px; */
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
	height: -10%;
	background-color: #dcdcdc;
	position: relative;
	top: -50px;
}

.selection-big {
	/* line-height: 90px; */
	display: flex;
	margin-left: 50px;
	margin-right: 50px;

}

.select-button {
	background-color: #8ebf42;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	color: white;
	padding: 10px;
	margin: auto;
	/* margin: 10px; */
	border: none;
	cursor: grabbing;
}


.burger-button {
	height: 90px;
	margin-left: 15px;
	font-size: 26px;
	cursor: pointer;
}

.formcontainer {
	text-align: left;
	margin: 24px 50px 12px;
}

.container {
	padding: 16px 0;
	text-align: left;
}

.hint {
	color: #840000
}

span.psw {
	float: right;
	padding-top: 0;
	padding-right: 15px;
}
