.login-window {
	width: 250px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 15px 15px;
	text-align: center;
	background-color: #eeeeee;
}

.login-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

h1 {
	margin-top: 45px;
}

input, button {
	height: 30px;
	box-sizing: border-box;
	padding: 0 5px;
}

form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 80%;
	margin: 0 auto 10px;
}