body {
	background: linear-gradient(135deg, #f0f4ff, #e8ecff);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Segoe UI', sans-serif;
}

.form-container {
	background-color: #ffffff;
	padding: 2.5rem;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	width: 100%;
	text-align: center;
}

.form-container img {
	max-width: 120px;
	margin-bottom: 1rem;
}

.btn-primary {
	width: 100%;
}

.mt-3 {
	margin-top: 1rem !important;
}