body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	min-width: 1200px;
}

header {
	background-color: #FEDC3D;
	height: 100px;
	padding: 0px 20px;
	font-family: 'Lato', sans-serif;
	line-height: 100px;
	font-size: 30px;
}

section {
	display: grid;
	justify-items: center;
	align-items: center;
	height: 60vh;
}

ul {
	padding:0px;
	margin:0px;
}

li {
	list-style-type:none;
	margin-bottom: 5px;
}

input[type=submit] {
	margin: 0 auto;
	position:relative;
	display: block;
	margin-top: 15px;
}

input[type=text], input[type=password] {
	width: 200px;
	border-radius: 5px;
	border: 1px #aaa solid;
	box-sizing: border-box;
	padding: 5px 6px;
}

label {
	width: 150px;
	display:inline-block;
}