* {
	color: #000;
	font: 1rem Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#login {
	width: 425px;
	background-color: #e5e5e5;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

input {
	background-color: #fff;
	border: 1px solid #000;
}

ul, li {
	margin: 0;
	padding: 0;
}

li:nth-child(n+2) {
	margin-top: 5px;
}

ul {
	padding: 10px;
	list-style-type: none
}

label {
	display: inline-block;
	width: 100px;
}

input[type=text], input[type=password] {
	width: 250px;
}

.bold {
	font-weight: bold;
}

.red {
	word-break: break-all;
	color: #ff0000;
}

.inp {
	display: flex;
	justify-content: space-between;
}

h1 {
	background-color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #fff;
}
