
	@font-face {
		font-family: 'AvenirArabic-SharjahGovt';
		src: url('../fonts/AvenirArabic-SharjahGovt.woff2') format('woff2'),
			 url('../fonts/AvenirArabic-SharjahGovt.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'AvenirArabic-SharjahGovt';
		src: url('../fonts/AvenirArabic-SharjahGovt-Hv.woff2') format('woff2'),
			 url('../fonts/AvenirArabic-SharjahGovt-Hv.woff') format('woff');
		font-weight: 800;
		font-style: normal;
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
	}

	body {
		background-color: #ffffff;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.header {
		display: flex;
		justify-content: space-between;
		padding: 20px 40px;
		align-items: center;
		margin: 0px 12vw;
	}

	.language-button {
		background: transparent;
		border: none;
		display: flex;
		align-items: center;
		cursor: pointer;
		font-size: 14px;
		color: #333;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
	}

	.language-button span {
		margin-right: 5px;
	}

	.language-button img {
		width: 20px;
		height: 20px;
	}

	.logo {
		height: 40px;
	}

	.main-container {
		display: flex;
		flex: 1;
		padding: 20px 0;
		margin: 0px 12vw;
	}

	.login-section {
		flex: 1;
		max-width: 450px;
		flex-direction: column;
		display: flex;
		justify-content: center;
	}

	.graphic-section {
		flex: 1;
		position: relative;
		background-image: url('../images/background.png');
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
	}

	.welcome-title {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.welcome-title h1 {
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 800;
		font-size: 34px;
		line-height: 100%;
		letter-spacing: 0%;
		margin-right: 10px;
		margin-left: 10px;
	}

	.welcome-title img {
		height: 40px;
	}

	.login-subtitle {
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 800;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: 0%;
		text-transform: capitalize;
		color: #999;
		margin-bottom: 30px;
	}

	.input-container {
		position: relative;
		margin-bottom: 20px;
	}

	.input-field {
		width: 100%;
		padding: 12px 50px 12px 50px;
		border: 1px solid #ddd;
		border-radius: 24px;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #555;
		outline: none;
	}

	.input-field::placeholder {
		color: #aaa;
	}

	.input-icon-left {
		position: absolute;
		margin: 0vw 0vw 0vw 0.5vw;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		color: #aaa;
	}

	.input-icon-right {
		position: absolute;
		right: 15px;
		margin: 0vw 0.5vw 0vw 0vw;
		top: 50%;
		transform: translateY(-50%);
		color: #aaa;
	}

	.password-eye-right {
		position: absolute;
		right: 15px;
		top: 50%;
		margin: 0vw 0.5vw 0vw 0vw;
		transform: translateY(-50%);
		cursor: pointer;
		color: #aaa;
		z-index: 1;
	}

	.password-eye-left {
		position: absolute;
		left: 15px;
		top: 50%;
		margin: 0vw 0vw 0vw 0.5vw;
		transform: translateY(-50%);
		cursor: pointer;
		color: #aaa;
		z-index: 1;
	}

	.login-button {
		width: 100%;
		padding: 15px;
		background-color: #000;
		color: white;
		border: none;
		border-radius: 24px;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 800;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		cursor: pointer;
		margin-bottom: 25px;
	}

	.login-divider {
		text-align: center;
		margin-bottom: 25px;
		color: #555;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
		font-size: 16px;
	}

	.auth-button {
		width: 100%;
		padding: 12px 15px;
		background-color: #000;
		color: white;
		border: none;
		border-radius: 24px;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 800;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		cursor: pointer;
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.auth-button svg {
		margin-right: 10px;
	}

	.footer {
		padding: 15px 40px;
		color: #777;
		font-size: 12px;
		margin: 0px 12vw;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
	}

	.department-logo {
		position: absolute;
		bottom: 10%;
		right: 15%;
		z-index: 2;
		text-align: right;
	}

	.department-text {
		text-align: right;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
		margin-top: 10px;
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 400;
	}

	.message-box {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #000;
		color: white;
		padding: 15px;
		border-radius: 12px;
		text-align: center;
		width: 120px;
	}

	.message-box p {
		font-family: 'AvenirArabic-SharjahGovt', Arial, sans-serif;
		font-weight: 800;
		font-size: 14px;
		line-height: 100%;
	}

	.message-box svg {
		margin-bottom: 8px;
	}

	/* Responsive styles */
	@media (max-width: 1400px) {
		.header, .main-container, .footer {
			margin: 0px 6vw;
		}
	}

	@media (max-width: 1200px) {
		.header, .main-container, .footer {
			margin: 0px 4vw;
		}

		.login-section {
			max-width: 400px;
		}
	}

	@media (max-width: 992px) {
		.login-section {
			max-width: 350px;
		}
	}

	@media (max-width: 768px) {
		.header, .main-container, .footer {
			margin: 0px 20px;
		}

		.main-container {
			flex-direction: column;
		}

		.login-section {
			max-width: 100%;
			order: 2;
		}

		.graphic-section {
			min-height: 300px;
			order: 1;
			margin-bottom: 30px;
		}

		.department-logo {
			bottom: 5%;
			right: 5%;
		}

		.department-text {
			font-size: 12px;
		}

		.welcome-title h1 {
			font-size: 30px;
		}
	}

	@media (max-width: 576px) {
		.header {
			padding: 15px 0;
		}

		.main-container {
			padding: 10px 0;
		}

		.welcome-title h1 {
			font-size: 26px;
		}

		.graphic-section {
			min-height: 200px;
		}
	}
	@media (max-width: 768px) {
.header, .main-container, .footer {
	margin: 0px 20px;
}

.main-container {
	flex-direction: column;
}

.login-section {
	max-width: 100%;
	order: 1; /* Make login section appear first */
}

.graphic-section {
	display: none; /* Hide the background graphic completely */
}
