html, body {
	height: 100%;
	margin: 0;
	overflow-x:hidden;
} 

body {
	display: flex;
	flex-direction: column;
	background: #f3f5f9;
}

.wrapper {
    flex: 1;
	display: flex;
	min-height: 90vh;
}

/* LEFT */

.left {
	flex: 1;
	background: #f4f5fb;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	min-height: 0;
}

.left-content {
	max-width: 420px;
}

.title {
	font-weight: 700;
	color: #29398d;
	font-size: 36px;
	margin-bottom: 50px;
}

/* INFO */
a {
	color: #29398d !important;
}

.portlet {
	margin-bottom: 0;
}

.icon-box {
	width: 50px;
	height: 50px;
	background: #29398d;
	color: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.info-text {
	font-size: 14px;
	color: #29398d;
	font-weight: 600;
}

.access-text{
	gap:15px;
}

/* RIGHT */

.right {
	flex: 1;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	min-height: 0;
}

/* LOGIN CARD */

.login-card {
	max-width: 520px;
	border-radius: 8px;
	border: 1px solid #d6d9e3;
	background: #fff;
	padding: 20px;
	width: 100%;
}

.login-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #e9edf7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

/* FORM */

.form-control {
	background: #f7f8fb;
	border: 1px solid #d6d9e3;
	height: 44px;
	font-size: 14px;
}

.input-group-text {
	background: #f7f8fb;
	border: 1px solid #d6d9e3;
	border-right: 0;
}

.input-group .form-control {
	border-left: 0;
}

.form-label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.btn-otp {
	background: #29398d;
	border: none;
	color: #fff;
	height: 45px;
	font-weight: 600;
}

.text-blue {
	color: #29398d;
	font-weight: 500;
}

/* MOBILE */

@media (max-width: 768px) {
	.wrapper {
		flex-direction: column;
	}

	.left {
		padding: 40px 25px;
	}

	.title {
		font-size: 28px;
		text-align: center;
	}

	.right {
		padding: 25px;
	}
}


.leftIcon {
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 9;
}

.fw-bold-500, .taglib-text  {
	font-weight: 500;
}

.taglib-icon-list li:nth-child(2) {
	display: none;
}

.rightIcon {
	position: absolute;
	top: 45px;
	right: 15px;
}


.field.form-control {
	padding: 25px 45px;
}


.panel-body {
	padding: 0px;
}

.login-card {
	background: white;
	border-radius: 8px; 
	padding: 30px;
	max-width: 550px;
	width: 100%;
}

.login-title {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	color: #000;
}

.form-label {
	font-weight: 500;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
}

.btn-login {
	background-color: #29398d;
	color: white;
	border: none;
	padding: 12px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-login:hover {
	background-color: #253381;
}

.otp-link {
	color: #29398d;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	margin-top: 4px;
}

.otp-link:hover {
	text-decoration: underline;
}

.forgot-password {
	color: #29398d;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.forgot-password:hover {
	text-decoration: underline;
}

.help-section {
	text-align: center;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.help-text {
	font-size: 14px;
	color: #666;
}

.support-link {
	color: #29398d;
	text-decoration: none;
	font-weight: 500;
}

.support-link:hover {
	text-decoration: underline;
}


.autofit-section {
	display: none;
}

body.ux4g-accessibility-dark-mode .btn-login{
	border:1px solid #fff;
}
