body {
	font-family: 'Vazir', sans-serif;
	background: linear-gradient(135deg, #f5f7fa, #e4e9f2);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
	padding: 1.4rem;
	max-width: 400px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
}

.login-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.form-control {
	border-radius: 12px;
	padding: 0.65rem 0.5rem;
}

.btn-primary {
	border-radius: 12px;
	font-weight: 600;
	padding: 0.6rem;
}

.footer-text {
	margin-top: 1.5rem;
	font-size: 0.9rem;
}

.footer-text a {
	text-decoration: none;
	color: #0d6efd;
	font-weight: 600;
}

.footer-text a:hover {
	text-decoration: underline;
}

.logo {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0d6efd;
	margin-bottom: 1rem;
}

input[type=email]::placeholder {
	text-align: right;
}

.tlpr {
	direction: ltr;
}

.tlpr::placeholder {
	text-align: right;
}
