
		.login-left {
			background-color: #1a1a1a;
			color: white;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			position: relative;
			overflow: hidden;
			height: 90vh;
		}

		/* Optional: Customize text styling */
		.marquee-text {
			font-size: 24px;
			font-weight: bold;
			margin: 20px 0;
		}

		/* Style the password input field and its icon */
		.password-container {
			position: relative;
		}

		.password-container .form-control {
			padding-right: 35px; /* Space for the icon */
		}

		.password-container .toggle-password {
			position: absolute;
			top: 50%;
			right: 10px;
			transform: translateY(-50%);
			cursor: pointer;
			color: #999;
		}
