.account-header {
  display: flex;
  align-items: center;
	padding: 16px;
  background-color: #fff;
	border-radius: 0 0 4px 4px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 10px 0 rgba(3, 22, 51, 0.10);
	box-sizing: border-box;
}

.account-head-icon {
	display: flex;
	align-items: stretch;
	gap: 16px;
  height: 46px;
}

.account-head-icon > a {
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	color: #1f1f1f;
}

.account-head-icon > img {
  width: 105px;
	max-height: 46px;
  object-fit: cover;
}

.account-arrow-left-mobile {
	display: none !important;
}

.account-login-block {
  min-height: calc(100vh - 184px);
  display: flex;
  gap: 18px;
}

.login-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	padding: 100px 32px 30px 32px;
  background-color: #DCECF8;
	box-shadow: 1px -1px 13px 0 rgba(137, 137, 121, 0.07);
	box-sizing: border-box;
}

.login-content > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-content > div:first-child > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #161618;
	margin-top: 48px;
}

.login-content-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-content-info > h2 {
	text-align: center;
}

.login-content-info > p {
	color: #888888;
	text-align: center;
}

.login-content-info > p:nth-child(2) {
	margin-top: 16px;
	margin-bottom: 8px;
}

.login-content-info > p:nth-child(3) {
	margin-top: 0px;
}

.login-content > a {
	display: flex;
	align-items: center;
	margin-top: 48px;
	gap: 4px;
	color: #161618;
}

.loginform-action-block {
	width: 326px;
	color: #000;
}

.loginform-action-block .btn-corp-email {
  text-align: center;
}


.loginform-action-block .input-email-wrapper {
  display: flex;
  gap: 3px;
}

.input-email-wrapper > input {
  width: 100%;
  padding: 10px 10px;
  border: 2px solid #888888;
  border-radius: 5px;
}

.input-email-wrapper >  a {
  display: flex;
  align-items: center;
  color: #000;
}

.loginform-action-block .error-text {
  display: block;
  color: red;
  margin-top: 5px;
  padding-left: 10px;
}

.login-with-social {
  width: 326px;
  display: flex;
  flex-direction: column;
  gap: 24px;
	margin-top: 48px;
}

.login-with-social > a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 8px 32px;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
}

.login-with-social > a > img {
	width: 24px;
	height: 24px;
}

.btn-facebook {
	background-color: #0B66C2;
	text-decoration: none;
	color: #ffffff;
	font-family: var(--main-font);
	font-size: 15px;
	font-weight: 500;
	line-height: 0.5px;
}

.btn-facebook > img {
	filter: invert(1);
}

.btn-google {
	background-color: #ffffff;
	color: #1D1D1F;
	font-family: var(--main-font);
	font-size: 15px;
	font-weight: 500;
	line-height: 0.5px;
	text-decoration: none;
}

.btn-linkedin {
	background-color: #1072BF;
	text-decoration: none;
	color: #ffffff;
	font-family: var(--main-font);
	font-size: 15px;
	font-weight: 500;
}

.btn-linkedin > img {
	filter: invert(1);
}

.login-security-icons {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 27px;
	margin-top: 30px;
}

.login-client-block {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.login-client-block > p {
	color: #888888;
}

.login-clients {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	opacity: .35;
}


.login-clients > img:nth-child(1) {
	height: 50px;
}
.login-clients > img:nth-child(2) {
	height: 50px;
}
.login-clients > img:nth-child(3) {
	height: 50px;
}
.login-clients > img:nth-child(4) {
	height: 50px;
}
.login-clients > img:nth-child(5) {
	height: 50px;
}


.login-photo {
  flex: 1;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

.login-photo .main-slide {
	width: 100%;
}

.account-find-company {
  margin-top: 30px;
}

.account-find-company > label {
  width: 350px;
  margin-right: 5px;
}

.input-email-wrapper {
	display: flex;
	gap: 3px;
}

.input-email-wrapper > input {
	flex: 3;
	width: 100%;
	padding: 10px;
	border: 2px solid #888888;
	border-radius: 5px;
	outline: none;
}

.input-email-wrapper > a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.progressbar-status-list > li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	animation: color-change 3s forwards;
}

.progressbar-status-list > li:last-child {
	margin-bottom: 0;
}

.status-hold > div {
	width: 13px;
	height: 13px;
	border: 2px solid rgb(182, 182, 182);
	border-radius: 50%;
}

.status-hold > span {
	color: rgb(182, 182, 182);
}

.status-pending > div {
	width: 13px;
	height: 13px;
	border-width: 2px;
	border-style: solid;
	border-color: #888888 #000000 #888888 #000000;
	border-radius: 50%;
	animation: spin-anim 1.2s linear infinite;
}
	
.status-pending >	span {
		color: #888888;
		background: linear-gradient(to right, #888888, rgb(0,0,0));
		background-size: 400% 100%;
		background-position: 0 0;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: background-position 4s;
}

.active-status > span {
	background-position: 400px 0;		
}

.status-checked > div {
	width: 15px;
	height: 15px;
	background-image: url('../img/checked.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.status-checked > span {
	color: #000000;
}

.login-footer {
	display: flex;
	background-color: #231F20;
	color: #A2A2A2;
	padding: 14px 16px;
	box-sizing: border-box;
}

.login-footer > div > a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #A2A2A2;
	margin-top: 20px;
}

.login-footer > div:last-child > p  {
	display: flex;
	align-items: center;
	gap: 5px
}

.login-footer > div:last-child .login-security-icons img  {
	max-height: 47px;
}

.login-preloader {
	margin-top: 30px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 5px solid;
  border-radius: 50%;
  border-color:  rgb(48, 123, 246) rgb(48, 123, 246) rgb(48, 123, 246) rgb(224, 223, 224);
	animation: spin-anim 1s linear infinite;
}

.multi-step-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0px;
	margin-right: 16px;
	background-color: #EEECED;
	box-sizing: border-box;
}

.multi-step-navigation-list {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0;
	padding: 0;
}

.multi-step-navigation-list-item {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
}

.multi-step-current-step,
.multi-step-next-step {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #161618;
	border-radius: 3.2px;
}

.multi-step-current-step {
	background-color: #111;
}

.multi-step-next-step {
	background-color: #EEECED;
}

.multi-step-current-step::before {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background-image: url('/img/multi-step-form/arrow-right-white.svg');
	background-repeat: no-repeat;
}

.multi-step-next-step-2::before {
	content: "2";
}

.multi-step-next-step-3::before {
	content: "3";
}

.multi-step-next-step-4::before {
	content: "4";
}


@keyframes spin-anim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale-img {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@media screen and (max-width: 1024px) {
  .login-photo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	.multi-step-navigation-list {
		gap: 48px;
	}

	.multi-step-navigation-list-item > p {
		display: none;
	}

	.login-content {
		padding: 134px 16px 32px 16px;
	}

	.login-with-social {
		gap: 16px;
	}

	.login-content > div:first-child > a {
		margin-top: 32px;
	}

	.login-client-block {
		margin-top: 0px;
	}

	.login-clients {
		gap: 16px;
	}

	.login-clients > img {
		height: 40px !important;
	}
}

@media screen and (max-width: 650px) {
	.login-content > .f40:not(.no-mobile) {
		font-size: 40px !important;
	}

	.login-footer {
		flex-direction: column;
	}

	.login-security-icons {
		justify-content: flex-start;
	}

	.login-footer .flex-align-end {
		align-items: flex-start;
	}

	.login-footer > div:last-child {
		margin-top: 30px;
	}
}

@media screen and (max-width: 560px) {
	.account-head-icon {
		position: relative;
		width: 100%;
		justify-content: center;
	}

	.account-arrow-left-mobile {
		position: absolute;
		left: 0px;
		display: inline !important;
		width: 48px !important;
		max-height: 48px !important;
	}

	.account-head-icon > a {
		display: none;
	}
}

@media screen and (max-width: 430px) {
	.login-clients {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 390px) {
	.login-with-social {
		width: 100%;
	}
	.login-content > .f40:not(.no-mobile) {
		font-size: 35px !important;
	}
}

@media screen and (max-width: 375px) {
	.login-content {
		padding: 64px 16px 32px 16px;
	}

	.login-with-social .f18{
		font-size: 15px !important;
	}

	.login-with-social > a {
		padding-left: 23px;
	}
	
	.login-security-icons {
		flex-direction: column;
		align-items: flex-start;
	}

	.login-clients {
		margin-top: 32px;
	}
}

@media screen and (max-width: 345px) {
	.login-content .f15 {
		font-size: 14px !important;
	}
	.login-with-social .f18{
		font-size: 14px !important;
	}
	.login-content .button {
		font-size: 14px !important;
	}

	.login-with-social > a {
		padding-left: 15px;
		font-size: 15px !important;
	}

	.login-content > .f40:not(.no-mobile) {
		font-size: 30px !important;
	}

}

@media screen and (max-width: 325px) {
	.login-content > .f40:not(.no-mobile) {
		font-size: 27px !important;
	}
	.login-content > .f14 {
		font-size: 12px !important;
	}
	.login-client-block > .f14 {
		font-size: 12px !important;
	}
}