.style_file__xLar8 {
	height: 0;
	overflow: hidden;
	width: 0;
}
.style_label___psOS {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 40px;
	padding: 10px;
	text-align: center;
	background-color: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	transition: border-color 0.3s ease;
}
.style_rep__8o6dh {
	min-height: 100px;
}
.style_active__Tjgx_,
.style_label___psOS:hover:not(.style_disabled__IHtim) {
	border: 1px dashed #ff822e;
}
.style_full__bI_Wo {
	height: 500px;
	width: 100%;
}
.style_msg___usiO {
	color: #ff822e;
	font-size: 12px;
}
.style_disabled__IHtim {
	color: rgba(0, 0, 0, 0.25);
	background: #f5f5f5;
	cursor: not-allowed;
}
.style_close__n_gs3 {
	position: absolute;
	background: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 1.3;
	color: #ef7979;
	top: -5px;
	left: -5px;
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.09);
}
.auth-hero {
	background: url(/_next/static/media/auto-hero.a50dbbcd.svg);
	height: 210px;
	justify-content: flex-end;
	align-items: center;
	display: none;
}
@media (min-width: 1024px) {
	.auth-hero {
		display: flex;
	}
}
.auth-hero h3 {
	height: 90px;
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
	color: #fff;
}
.login-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding: 0 10% 50px;
}
.login-btn__divider {
	position: relative;
	margin: 20px 0;
	color: hsla(216, 2%, 51%, 0.7);
	font-size: 18px;
}
.login-btn__divider:after,
.login-btn__divider:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 130px;
	height: 1px;
	background-color: hsla(216, 2%, 51%, 0.25);
}
.login-btn__divider:before {
	left: 30px;
}
.login-btn__divider:after {
	right: 30px;
}
.login-btn__wrapper {
	width: 100%;
}
.login-btn__wrapper button {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 20px;
}
.security-view-modal .ant-otp {
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.security-view-modal .ant-otp .ant-input {
	padding-inline: 6px;
}
@media (min-width: 1024px) {
	.login-wrapper {
		display: flex;
		justify-content: space-between;
	}
}
.login-form {
	background: #fff;
	box-shadow: 0 0 126.923px rgba(198, 209, 253, 0.3);
	border: 1px solid #ededed;
	border-radius: 4.23077px;
	max-height: 600px;
	max-width: 610px;
	margin: 40px auto 0;
}
.login-form .ant-form-item {
	margin-bottom: 5px;
}
@media (min-width: 1024px) {
	.login-form {
		margin-top: -160px;
		margin-right: 0;
	}
}
.login-form__header {
	padding: 30px 20px 10px;
}
@media (min-width: 1024px) {
	.login-form__header {
		padding: 30px 50px 10px;
		border-bottom: 1px solid #ededed;
	}
}
.login-form__body {
	padding: 0 20px;
}
@media (min-width: 1024px) {
	.login-form__body {
		padding: 0 50px;
	}
}
.dashboard-tour {
	display: none;
}
@media (min-width: 1024px) {
	.dashboard-tour {
		display: block;
	}
}
.dashboard-tour img {
	width: 100%;
}
.dashboard-tour h1 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 10px;
}
.dashboard-tour h2 {
	font-size: 14px;
	margin-top: 14px;
	font-weight: 400;
	line-height: 150%;
}
@media (min-width: 1280px) {
	.dashboard-tour h1 {
		font-size: 25px;
	}
	.dashboard-tour h2 {
		font-size: 16px;
	}
}

.body > div.registration-wrapper > div.lg\:col-6.xl\:col-6.lg\:pl-8.xl\:pl-0.xl\:offset-1\.5 {
    margin-bottom: 4rem;
}