.my-color {
	color: red;
}

.login-pf-page {
	padding-top: 0px !important;
}

/* .my-font {
	font-family: 'Work Sans';
} */

.my-root-class {
	background: url(./assets/background-img.png) no-repeat top center / 100% auto;
}

.my-root-class body {
	background: none;
}

.logoImage {
	width: 80px;
	max-width: 100%;
	height: auto;
}

.logoPillar {
	width: 3rem;
	margin: 0 auto;
}

/* input {
	border: 1px solid #D6D6D6 !important;
	border-radius: 4px !important;
} */

/* a {
	color: #0F4F96 !important;
	;
} */

/* .input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #0F4F96 !important;
	background-image: none !important;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
} */

footer {
	background-color: #f6f8fb;
	text-align: center;
	/* padding: 10px; */
	bottom: 0;
	width: 100%;
}

.mainContainer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.header-text {
	font-size: 0.875rem !important;
}

.text-p {
	color: #0f4f96 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.container-lg {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

/* .footer-text-1 {
	font-size: 1.35rem;
}

.footer-text-2 {
	font-size: 1.5rem;
} */

.border-bottom {
	border-bottom: 1px solid #dddddd;
}

.socialLink {
	padding-left: 0.25rem;
}

/* .alert-error{
    color:#842029 !important;
    background-color:#f8d7da !important;
    border-color:#f5c2c7 !important;
}
.alert-error .alert-link{
    color:#6a1a21!important;
} */

.alert {
	display: flex;
	align-items: center;
}

.alert>.pficon {
	position: relative;
	top: auto;
	left: auto;
}

/* .alert>.kc-feedback-text {
    margin-left: 20px !important;
} */

.alert .pficon-info {
	color: inherit;
	margin-right: 15px;
}

.kc-login-tooltip .pficon {
	font-size: 1.25rem;
}

#kc-info {
	padding-bottom: 0;
	margin-bottom: 0;
}

#kc-registration {
	margin-bottom: 0;
}

.login-pf-page .login-pf-signup,
#kc-form-buttons {
	margin-top: 15px;
}

.fs-8 {
	font-size: 0.75rem !important;
}

.form-text a {
	font-weight: 600 !important;
}

.kcFormOptionsWrapperClass a {
	font-size: 14px;
	font-weight: 600 !important;
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	line-height: 1;
}

.kcFormOptionsWrapperClass a span {
	display: flex;
	align-items: center;
}

.kcFormOptionsWrapperClass a:hover {
	color: #333;
}

.login-pf-page .login-pf-settings.form-group {
	margin-bottom: 5px;
}

.regsiterColumn:before {
	content: 'OR';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #0f4f96;
	box-shadow: 0 0 20px -5px #0f4f96;
}

.header_cet_text_logo {
	border-left: 1px solid #7A7A7A;
	padding-left: 10px;
	width: 39rem;
}

.yellow_logo {
	width: 100px;
	max-width: 100%;
}

.right_logo {
	width: 46%;
}

.right_logo img {
	max-width: 5rem;
}

.logo_heading {
	font-size: 22px;
}

.slogan_title {
	font-size: 18px;
}

.header_right {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.alert_info_container {
	position: relative !important;
	bottom: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.alert_info {
	background-color: rgba(var(--bs-primary-rgb), 0.05);
	border: 1px solid var(--bs-info);
}

.alert_info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.alert_info ol {
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    line-height: 1.4;
	font-weight: 400;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
	counter-set: headerInfoCounter;
}

.alert_info ol li {
    position: relative;
	counter-increment: headerInfoCounter;
	padding-left: 20px;
}

.alert_info ol li:before {
	content: counter(headerInfoCounter) ")";
    position: absolute;
	left: 0;
	top: 0;
}

.alert_info ol li ul{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 12px;
	margin-top: 8px;
	padding: 0;
	line-height: 1;
}

.alert_info ol li ul li{
	padding-left: 15px;
	position: relative;
}

.alert_info ol li ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0f4f96;
}

.alert_info ol li span{
	display: block;
	margin-top: 8px;
}

.header_right img._logo {
	max-width: 5rem;
	flex-shrink: 0;
}

.logo_heading {
	font-size: 22px;
}

.slogan_title {
	font-size: 18px;
}

@media only screen and (max-width: 1199.98px) {
	.container {
		max-width: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	body {
		padding: 0px !important;
	}
	.logoImage {
		width: 80px;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}

	.regsiterColumn {
		border-top: 1px solid #dedede;
	}

	.regsiterColumn:before {
		left: 50%;
		top: 0;
	}

	.right_logo img {
		max-width: 4rem;
	}

	.logo_heading {
		font-size: 15px;
	}

	.slogan_title {
		font-size: 10px;
	}
	.header-div {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.text-600 {
	font-weight: 600 !important
}
.border-right-manual {
	border-right: 1px solid #7A7A7A;
}