.authentication-wrapper.authentication-cover {
	.auth-logo {
		fill: #FFF;
		width: 140px;
        height: auto;
		display: block;
	}
	.navbar-nav-right {
	    position: absolute;
	    z-index: 1;
	    inset-block-start: 2.5rem;
	    inset-inline-end: 1.5rem;		
	}
	.lang-label {
		font-weight: 600;
		font-size: 12px;
	}
}

.auth-multisteps-bg-height,
.auth-cover-bg {
	background: url('/assets/img/login-register-bg.jpg') no-repeat;
	background-size: cover;
	color: #FFF;
	padding-top: 100px !important;
	* {
		color: #FFF;
	}
}

@media (max-width: 991.98px) {
	.authentication-wrapper.authentication-cover {
		.auth-logo {
			//fill: #000;
			width: 120px;
		}
		.lang-label {
			margin-top: -5px;
		}
		.lang-label,
		.text-heading {
			color: #FFF !important;
		}
	}
	.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
		height: auto;
		block-size: auto;
	}
	.authentication-wrapper.authentication-cover {
		.bs-stepper .bs-stepper-header {
            padding-top: 0 !important;
	    }
	}
	.authentication-bg {
		.w-px-400 {
			margin-top: 0 !important;
		}
	}
}