
body, .login-bg-gradient {
	min-height: 100vh;
	background: linear-gradient(135deg, #f8fafc 0%, #f5f6fa 100%);
}

.login-center {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-card {
	border-radius: 22px;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08);
	background: #fff;
	max-width: 400px;
	width: 100%;
}

.login-icon-box {
	background: #1563ff;
	border-radius: 16px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #fff;
}

.login-title {
	font-weight: 700;
	font-size: 1.6rem;
}

.login-subtitle {
	font-size: 1rem;
}

.input-group-text {
	background: #f5f6fa !important;
	border: none !important;
	color: #b0b3b8 !important;
	font-size: 1.2rem;
}

.form-control {
	background: #f5f6fa !important;
	border: none !important;
	border-radius: 12px !important;
	font-size: 1rem;
	padding-left: 0.75rem;
	box-shadow: none !important;
}

.form-control:focus {
	background: #f5f6fa;
	border: 1.5px solid #1563ff !important;
	box-shadow: 0 0 0 2px #1563ff22;
}

.login-btn {
	background: #1563ff;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: background 0.2s;
}
.login-btn:hover, .login-btn:focus {
	background: #0d47a1;
}
