.login-panel {
	padding: 40px 67px 30px 67px;
}


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

.login-footer {
	margin-left: -34px;
}

.login-header {
	display: flex;
	align-items: center;
	gap: 27px;
}

.login-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.login-title {
	margin: 0;
	font-family: 'IRANYekan-ExtraBold';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 41px;
	text-align: left;
	color: #0B4463;
	line-height: 30px;
}

.login-title.mobile {
	display: none;
}

.login-subtitle {
	margin: 0;
	font-family: 'IRANYekan';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	color: #438AB3;
	word-wrap: break-word;
	max-width: 245px;
	text-align: left;
}

.login-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	width: 100%;
}

.login-actions {
	border-radius: 12px;
	background: rgba(54, 69, 155, 0.06);
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.login-actions.fit > .login-action {
	padding: 7px 0px;
}

.login-actions.fit {

	width: 100%;
}

.login-action {
	flex: 1;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 76px;
	text-decoration: none;
	background: transparent;
	transition: all 0.3s ease-out;

}

.login-action.active {
	background: #ffffff;
	box-shadow: 0px 0px 3px rgba(54, 69, 155, 0.09);
}

.login-action-text {
	margin: 0;
	white-space: nowrap;
	font-family: 'IRANYekan';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #777D9E;
}

.login-action.active > .login-action-text {
	font-family: 'IRANYekan';
	color: #408FC3;
	font-weight: bold;
}

.login-form-content {
	padding: 0 10px 13px 10px;
}

.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.login-form-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 46px;
	border-bottom: 1px solid #777D9E;
	position: relative;
}

.login-form-tab-line {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	display: block;
	border-radius: 10px;
	background: #36459B;
	content: '';
	transition: all .3s ease-in-out;
}

.login-form-tabitem {
	font-family: 'IRANYekan';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #777D9E;
	margin-bottom: -2px;
	transition: color 0.15s ease-in;
	margin-bottom: 10px;

}

.login-form-tabitem.active {
	font-family: 'IRANYekan';
	color: #36459B;
	font-weight: 800;
}

.login-form-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.login-form-body.signup {
	margin-top: 24px;

}

.login-username-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.login-username-form-inputs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.login-username-form-actions {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.login-username-form-actions .app-text-lowBlue {
	align-self: flex-end;
}

.captcha-image {
	align-self: flex-end !important;
}

.tab_content {
	display: none;
	animation: moving .3s ease;
}

@keyframes moving {
	from {
		transform: translateX(50px);
		opacity: 0;
	}

	to {
		transform: translateX(0px);
		opacity: 1;
	}
}

.tab_content.active {
	display: flex;
}

.tabs_container {
	width: 100%;
}


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


	.captcha-image {
		width: 180px;
		margin-top: -15px;
	}

	.captcha-image.normal {

		margin-top: 0;
	}

	.login-content {
		width: 100%;
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 18px;
		gap: 0;
	}

	.app-change-lang {
		position: absolute;
		top: 14px;
		gap: 10px;
		margin-right: unset;
		right: 17px;
	}


	.login-card {
		width: 100%;
		gap: 28px;
	}

	.login-footer {
		margin-left: 0;
	}

	.login-info {
		gap: 5px;
	}

	.login-header {
		flex-direction: column-reverse;
		gap: 9px;
	}

	.login-title {
		font-size: 18px;
		line-height: 30px;
		display: none;
	}

	.login-title.mobile {
		display: block;
	}


	.login-subtitle {
		display: none;
		/* font-size: 12px;
		line-height: 18px; */
	}

	.login-logo-svg {
		width: 100px;
		height: 46px;
	}

	.login-form-tabitem {
		flex: 1;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.app-text-lowBlue {
		font-size: 11px;
	}

	.app-btn {
		font-size: 14px;
	}


	.login-body {
		gap: 25px;
	}

	.login-form-body {
		gap: 26px;
	}

	.login-form-body.signup {
		gap: 21px;
	}

	.login-panel {
		width: 100%;
		/* width: calc(100% - 34px); */
		gap: 16px;
		margin: 0;
	}

	.app-input-label {
		font-size: 12px;
	}

	.login-action {
		padding: 4px 50px;
	}

	.login-action-text {
		font-size: 14px;
	}

	.login-form-tabs {
		justify-content: space-evenly;
		width: 100%;
		gap: 0;
	}

	.login-form-content {
		padding: 0 2px 10px 2px;
	}

	.login-username-form-inputs {
		gap: 16px;
	}

	.login-actions {
		width: 100%;
		gap: 0;
	}
}

/*@media (max-width: 480px) {*/
/*	.login-form-tabitem {*/
/*		font-size: 11px;*/
/*	}*/
/*}*/


@media screen and (min-width: 769px) {
  .login-form {
    min-width: 390px; 
  }
}