body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	margin: 0;
	background-color: #f0f0f0;
}

.login-form {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 300px;
}

.login-form h2 {
	text-align: center;
	color: #333;
}

.login-form input {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 93%;
}

form p {
	font-size: 12px;
}

.login-form button {
	width: 100%;
	margin-bottom: 10px;
}

.login-form .button {
	width: 100%;
	padding: 9px 0;
}