body {
	background-color: #f8f9fa;
}

.login-container {
	max-width: 400px;
	margin: 100px auto;
	padding: 30px;
	background: white;
	border-radius: 15px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-top: 5px solid #007bff;
}

.btn-custom {
	background-color: #007bff;
	color: white;
	border-radius: 10px;
}

.btn-custom:hover {
	background-color: #0056b3;
	color: white;
}