.authentication-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-height: 100vh;
	width: 100%;
}
.login-back {
	background-image: url('../../../img/pages/hero-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: row;
	align-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.login-back:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background-color: rgb(0 0 0 / 80%);
}
.authentication-wrapper .authentication-inner {
	width: 100%;
}
.authentication-wrapper.authentication-basic {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.authentication-wrapper.authentication-basic .card-body {
	padding: 2rem;
}
.authentication-wrapper.authentication-cover {
	-ms-flex-align: start;
	align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
	height: 100%;
	margin: auto 0;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
	width: 100%;
	padding: 5rem 3rem 3rem 4rem;
	/* margin: 6rem 0 0rem 3rem; */
	height: calc(100vh - 4rem);
	border-radius: 1.125rem;
	position: relative;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg img{
	position: relative;
	width: 400px;
	margin-bottom: 20px;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg h2{
	position: relative;
	color: white;
	font-family: inherit;
	font-size: 30px;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg p{
	position: relative;
	color: #ffffffcc;
	font-size: 18px;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul{
	position: relative;
	padding: 0;
	list-style: none;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul li{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul li .icon{
	position: relative;
	width: 60px;
	height: 60px;
	padding: 14px;
	background-color: #00c3ff33;
	border: 2px solid #00c3ff26;
	box-shadow: 0 0 20px 1px #00c3ff47;
	border-radius: 50%;
	margin-right: 18px;
	color: #00c3ff;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul li .content{}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul li .content h3{
	position: relative;
	color: white;
	font-size: 20px;
	margin-bottom: 4px;
	font-family: inherit;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg ul li .content p{
	position: relative;
	font-size: 16px;
	margin-bottom: 18px;
}
.authentication-wrapper .authentication-inner .login{
	background: #000000;
	margin: 0;
	height: 100vh;
	z-index: 1;
}
.authentication-wrapper .authentication-inner .login-form{
	background-color: #131313;
	z-index: 1;
	padding: 60px 16px;
	width: 100%;
	max-width: 400px;
	font-family: inherit;
	border-radius: 10px;
	margin: auto;
	text-align: center;
}
.authentication-wrapper .authentication-inner .login-form h3{
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.authentication-wrapper .authentication-inner .login-form p{}
.authentication-wrapper .authentication-inner .login-form p{
	font-size: 14px;
	text-align: center;
	color: #b3b3b3;
}
.authentication-wrapper .authentication-inner .login-form .form-label{
	color: #fff;
	font-size: 14px;
	/* text-align: left; */
	display: flex;
}
.authentication-wrapper .authentication-inner .login-form .form-control{
	font-size: 14px;
	height: 46px;
	background-color: black;
	border: 1px solid #353535;
	color: #e1e1e1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #d2d2d2;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	transition: background-color 5000s ease-in-out 0s;
}
.authentication-wrapper .authentication-inner .login-form .input-group-text{
	background-color: #0f0f0f;
	border: 1px solid #353535;
	color: gray;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
	max-height: 65%;
	z-index: 1;
}
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
	position: absolute;
	width: 100%;
	bottom: 0%;
	left: 0%;
	height: 35%;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
	height: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
	z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner {
	max-width: 400px;
	position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
	width: 238px;
	height: 233px;
	content: " ";
	position: absolute;
	top: -55px;
	left: -40px;
	background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
	width: 180px;
	height: 180px;
	content: " ";
	position: absolute;
	z-index: -1;
	bottom: -30px;
	right: -56px;
	background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}
.authentication-wrapper .auth-input-wrapper .auth-input {
	max-width: 50px;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-size: 150%;
}

@media (max-height: 636px) {
	.auth-multisteps-bg-height {
		height: 100% !important;
	}
}
@media (max-width: 990px) {
	.authentication-wrapper .authentication-inner .login{
		background: none;
	}
}
@media (max-width: 575.98px) {
	.authentication-wrapper .auth-input-wrapper .auth-input {
		font-size: 1.125rem;
	}
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
	border-color: #ea5455;
}

.light-style .authentication-wrapper.authentication-bg {
	background-color: #000000;
}
.light-style .auth-cover-bg-color {
	background-color: #f8f7fa;
}

.dark-style .authentication-wrapper.authentication-bg {
	background-color: #2f3349;
}
.dark-style .auth-cover-bg-color {
	background-color: #25293c;
}
