* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Heebo', sans-serif;
	background: #f7f5f2;
	direction: rtl;
}

.mqt-login-hero {
	height: 320px;
	background-size: cover;
	background-position: center 25%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mqt-login-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}

.mqt-login-logo {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 14px 24px;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	max-width: 200px;
}

.mqt-login-wrap {
	display: flex;
	justify-content: center;
	margin-top: -60px;
	padding: 0 20px 60px;
	position: relative;
	z-index: 2;
}

.mqt-login-card {
	background: #fff;
	width: 100%;
	max-width: 380px;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	padding: 32px 28px;
	text-align: center;
}

.mqt-login-card h1 {
	font-size: 22px;
	color: #1e5631;
	margin: 0 0 6px;
}

.mqt-login-sub {
	color: #767676;
	font-size: 14px;
	margin: 0 0 24px;
}

.mqt-login-field {
	text-align: right;
	margin-bottom: 16px;
}

.mqt-login-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #2b2b2b;
	margin-bottom: 6px;
}

.mqt-login-field input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
}

.mqt-login-field input:focus {
	outline: none;
	border-color: #1e5631;
}

.mqt-login-remember {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-size: 13px;
	color: #555;
	margin-bottom: 20px;
	cursor: pointer;
}

.mqt-login-submit {
	width: 100%;
	background: #1e5631;
	color: #fff;
	border: none;
	padding: 13px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}

.mqt-login-submit:hover {
	background: #163e23;
}

.mqt-login-error {
	background: #fdecea;
	color: #7a2a24;
	border: 1px solid #f5c6c3;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 13px;
	margin-bottom: 18px;
}

.mqt-login-forgot {
	display: inline-block;
	margin-top: 18px;
	font-size: 13px;
	color: #1e5631;
	text-decoration: none;
}

.mqt-login-forgot:hover {
	text-decoration: underline;
}
