.login-footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-top: 1px solid #BCC3ED59;
	padding-top: 20px;
	row-gap: 25px;
}

.login-footer .login-with-username {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	background: #F4F6FB;
	padding: 15px;
	color: #36459B;
	font-size: 14px;
	font-weight: 500;
}

body:not([dir="rtl"]) .login-footer .login-with-username .icon-link {
	transform: rotate(180deg);
}

.app-logo {
	margin-left: 15px;
}

.app-change-lang {
	margin-right: 25px;
}

.login-panel {
	width: fit-content;
	padding: 100px 33px 30px 33px;
	position: relative;
}

.login-card {
	padding: 0 50px;
	gap: 58px;
}

.login-card.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.app-arrow-back {
	position: absolute;
	top: 46px;
	left: 36px;
}

.activation-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 56px;
}

.activation-title {
	margin: 0;
	font-family: 'IRANYekan-ExtraBold';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 16px;
	color: #36459B;

}

.activation-header-content {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.activation-subtitle {
	margin: 0;
	font-family: 'IRANYekan-Bold';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #424242;
	text-align: center;
}

.activation-change-mobile-action {
	text-decoration: none;
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	color: #36459B;
	align-self: center;
	cursor: pointer;
}

.activation-body {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.activation-body.has-error {
	gap: 0;
}

.activation-time {
	font-family: 'IRANYekan-Bold';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	color: #636366;
	width: fit-content;
	align-self: center;
}

.activation-time .timer-span {
	color: #6F6993;
	border-radius: 2px;
	background: #F4F6FB;
	padding: 3px 10px;
}

body[dir=rtl] .activation-time .timer-span {
	font-family: IRANSans;
}

.activation-resend {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
}

.activation-resend-text {
	margin: 0;
	font-family: 'IRANYekan-Bold';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #636366;
}

.activation-resend-action {
	margin: 0;
	font-family: 'IRANYekan-Bold';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #36459B;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

@media (max-width: 768px) {
	.login-panel {
		width: 100% !important;
		/*width: fit-content;*/
		padding: 185px 22px 25px 22px;
		position: relative;
		height: 100vh;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		background-color: #FFF !important;
	}

	.app-arrow-back {
		top: 20px;
		left: 23px;
	}

	.login-content {
		margin-top: -2px;
		width: 100% !important;
		position: relative;
		gap: 0;
	}

	.app-change-lang {
		position: absolute;
		top: 36px;
		right: 17px;
		z-index: 1;
		margin-right: 0;
		gap: 10px;
	}

	.app-logo {
		flex-direction: column-reverse;
		align-items: center;
		gap: 9px;
		position: absolute;
		z-index: 1;
		left: 50%;
		left: 0;
		right: 0;
		margin-left: auto !important;
		margin-right: auto !important;
		top: 54px;
	}

	.app-logo-svg {
		width: 104px;
		height: 56px;
	}

	.login-card {
		width: 100% !important;
		padding: 0 12px;
		gap: 49px;
	}

	.activation-header-content {
		padding: 0 14px;
	}

	.activation-header {
		width: 100% !important;
		gap: 33px;
	}

	.activation-header-content {
		gap: 29px;
	}

	.activation-body {
		gap: 52px;
	}

	/*  */
	/*.activation-title {*/
	/*	font-size: 16px;*/
	/*}*/
	/*.activation-subtitle {*/
	/*	text-align: center;*/
	/*	font-size: 12px;*/
	/*}*/
	.activation-change-mobile-action {
		font-size: 10px;
	}

	/*.activation-time {*/
	/*	font-size: 9px;*/
	/*}*/
	/*.activation-resend-text {*/
	/*	font-size: 9px;*/
	/*}*/
	/*.activation-resend-action {*/
	/*	font-size: 10px;*/
	/*}*/
}
