.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: linear-gradient(135deg, #2196f3, #21cbf3);
}

.login-box {
	width: 90%;
	max-width: 450px;
	padding: 2rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.login-logo {
	width: 80px;
	margin-bottom: 10px;
}

.error-msg {
	color: #e53935;
	font-size: 14px;
	font-weight: bold;
}

.btn {
	font-size: 14px;
}
