a {
	cursor: pointer;
	text-decoration: none;
}

body.login {
	overflow: hidden;
	background: #ffffff url(../images/login-bg1.png) no-repeat right center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0
}

.login-page {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.main-card {
	background: #ffffff;
	box-shadow: -1px -1px 34px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	border: 0;
	overflow: hidden;
	margin: 20px 30px;
	height: calc(100vh - 40px);
}

.side-section {
	height: 100%;
	text-align: center;
	padding: 30px 0;
}

	.side-section .card {
		width: 100%;
		background-color: #fff;
		border: 0;
	}

		.side-section .card .card-body {
			padding: 2rem;
			height: 426px;
			width: 306px;
		}

.stamp {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
}

	.stamp > img {
		width: 100%;
	}

.login-page .logo {
	padding-top: 0px;
	margin-bottom: 20px
}

	.login-page .logo img {
		width: 200px
	}

.login-section,
.forgotPassword-section,
.signin-section {
	margin-top: 60px;
}

.login-page .form-section {
	padding: 40px 75px 40px 75px;
}

	.login-page .form-section h1 {
		font-size: 16px;
		color: #616161;
		margin-bottom: 26px;
	}

	.login-page .form-section p {
		color: #212121;
	}

	.login-page .form-section .form-group {
		margin-bottom: 0px
	}

	.login-page .form-section label {
		font-size: 12px;
		color: #6e6c6c;
		font-weight: 600;
	}

.form-check-label {
	line-height: 34px;
	margin-left: 0.5rem;
}

.login-page .form-control {
	height: 42px
}

.login-page .form-section .form-check {
	margin-top: 0;
}

#rememberme {
	width: 2.5rem;
	height: 1.5rem
}

.input-group-text {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
}

.login-page .form-section a.btn-link {
	color: #636161;
	font-size: 12px;
	font-weight: 600;
	line-height: 34px;
}

.login-page .form-section .btn {
	font-size: 18px;
}

.password-alert {
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 99;
	width: 220px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
	background: #f0f0f0;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: none;
}

	.password-alert.show {
		display: block;
	}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.password-alert.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.password-alert .password-alert-arrow {
	border-top: 0.75rem solid transparent;
	border-right: 0.75rem solid #f0f0f0 !important;
	border-bottom: 0.75rem solid transparent;
	display: block;
	position: absolute;
	right: 0;
	left: 1.75rem !important;
	top: 4px;
	margin-top: -1.33rem;
	border-left: none;
	width: 0.75rem;
	transform: rotate(90deg);
}

.password-alert ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

	.password-alert ul li {
		line-height: 20px;
	}

		.password-alert ul li ul {
			padding-left: 10px
		}

.form-section .btn-link {
	line-height: 24px
}

#loginCarousel {
	margin: 8%;
	width: 306px;
	box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.08)
}

.owl-dots {
	display: none
}

.owl-nav button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 1) !important;
	margin: 0;
	transition: all 0.3s ease-in-out;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 0.30) !important;
	cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	font-size: 50px;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #888;
	padding: 0px 13px;
	line-height: 24px;
}

.owl-nav button:hover {
	background: rgba(240, 239, 239, 1) !important;
}

.owl-nav button.owl-prev {
	left: -62px;
}

.owl-nav button.owl-next {
	right: -62px;
}

.login-page .side-section {
	display: none
}

.prog_info > label {
	color: #fff;
}

@media(min-width:992px) {
	.login-page .main-card {
		background: #ffffff url(../images/login-bg2.png) no-repeat right top;
		background-size: contain;
		margin: 10px 30px;
		height: calc(100% - 40px);
	}

	.login-page .form-section {
		padding: 40px 0 40px 50px;
	}

	.login-page .side-section {
		display: block
	}

	.password-alert {
		right: -240px;
		left: auto;
		top: 0
	}

		.password-alert .password-alert-arrow {
			right: 0;
			left: -0.75rem !important;
			top: 20px;
			margin-top: -0.33rem;
			transform: rotate(0deg)
		}
}

@media(max-width:1024px) {
	#loginCarousel {
		width: 265px
	}

	.side-section .card .card-body {
		width: 265px
	}
}

@media(max-width:768px) {
	body.login {
		overflow: hidden;
		background: #ffffff url(../images/login-bg1.png) no-repeat right top;
		background-size: cover;
	}

	.login-page {
		overflow: hidden;
	}

		.login-page .form-section {
			padding: 40px 30px
		}

		.login-page .card {
			padding: 30px
		}

		.login-page .logo {
			padding: 20px 0;
		}
}

input:autofill,
input:-internal-autofill-selected {
	background-color: #ec1a1a !important;
}

input:-webkit-autofill,
input:-webkit-internal-autofill-selected {
	background-color: #ec1a1a !important;
}

.row-center {
	width: 100%;
}

#Login_step2 {
	display: none;
}

#Login_step3 {
	display: none;
}

.signin-section {
	display: none;
}

.forgotPassword-section {
	display: none;
}

.prog_info {
	font-size: .875em;
	margin: 0;
	color: #fff;
}

	.prog_info a {
		color: #fff
	}

		.prog_info a:hover {
			color: #fff !important
		}

.terms {
	position: relative;
	background: #000;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 0.5rem;
}

.queries {
	font-weight: bold;
	line-height: 1.8;
}

/* Add Login page CSS 12/09/2023 */

.loginForm {
	display: flex;
	height: 100%;
	flex-direction: column;
	width: 100%;
}

.login-page .form-section p.errorMSG {
	font-size: 12px;
	margin-top: 6px;
	font-weight: normal;
	margin-bottom: 0;
}

.backIcon {
	height: 22px;
	width: 22px;
	fill: currentColor
}

.abc {
	color: darkgray
}

.st0 {
	fill: none;
}

.login-section.licenseDetails {
	margin-top: 40px
}

.login-page.licenseDet {
	height: calc(100% - 37px);
}

.login-section.licenseDetails h2 {
	font-size: 1.75em;
	color: #282828;
}

.setLicensePage {
	width: 900px
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
}
@media screen and (max-width: 1440px) {
	.form-section.signUpSec {
		padding: 25px 0 8px 50px;
	}
	.login-page .form-section.signupSect {
		padding: 40px 0 24px 50px;
	}
}
	@media screen and (max-width: 1380px) {
		#loginCarousel {
			margin: 2%;
		}
		.login-page .form-section.signupSect .form-control {
			height: 32px;
			font-size: 12px;
		}
		.prog_info {
			font-size: .675em;
		}
	}
