body {
	font-family: Arial;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	padding: 40px;
}

.container {
	background: white;
	padding: 25px;
	width: 420px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

label {
	display: block;
	margin-top: 15px;
}

input,
select,
button {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	box-sizing: border-box;
}

button {
	margin-top: 20px;
	cursor: pointer;
}

img {
	width: 100%;
	margin-top: 20px;
	display: none;
}

a {
	display: block;
	margin-top: 20px;
	text-align: center;
}
