/* -------------- login  -------------- */




section.login{
	display: flex;
	/*	justify-content: center;  */
	/*  align-items: center;  */
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	left: 0;
	top: 0;
	z-index: 1000;
	background: center / cover no-repeat url(/wp-content/themes/ft/assets/img/background-account.jpg);

}
section.login .woo-columns-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50vw;
	height: 100vh;
	padding: 40px;
	background: #fff;
	min-block-size: min-content;
}

section.login .woo-columns-wrap .woo-form-logo {
	margin-bottom: 38px;
}

section.login .woo-columns-wrap .custom-login-wrapper{
	max-width: 375px;
	width: 100%;
}

section.login .woocommerce-form-row{
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}

section.login .woo-columns-wrap .woocommerce-form-row {
	margin-bottom: 18px;
}

section.login .button_block{
	margin-bottom: 24px;
}

section.login .button_block .accent_btn {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background: #171717;
	border: 1px solid #171717;
	transition: all 0.3s ease-out;
}

section.login .button_block .accent_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 16px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	margin: 24px 0 0;
	transition: all 0.5s ease-out;
	cursor: pointer;
}


section.login .button_block .accent_btn:hover{
	background: #fff;
	color: #000;
}

section.login .forgot_pwd{
	font-weight: 400;
	font-size: 12px;
	color: #888889;
	text-decoration: none;
	transition: all 0.5s ease-out;
}
section.login .forgot_pwd:hover{
	color: #000;
}

section.login label{
	font-weight: 400;
	font-size: 12px;
	color: #000d1b;
}
section.login .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: inherit;
	font-weight: 400;
	color: #000D1BB2;
	max-width: max-content;
	cursor: pointer;
	position: relative;
	width: 100%;
	margin: 0;
}
section.login .woo-columns-wrap .woocommerce-form__label-for-checkbox input[type="checkbox"]{
	margin: 0 10px 0 0;
}
section.login .woo-columns-wrap .woocommerce-form__input-checkbox{
	top:0
}
section.login .woo-tabs-form-item-wrap .woo-tabs-form-item__{
	color: #171717;
	font-weight: 500;
}
section.login .woo-tabs-form-item-wrap{
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #171717;
}

section.login .woocommerce-privacy-policy-text p,section.login .woocommerce-privacy-policy-text a {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #222;
}


section.login .show-password-input{
	position: absolute;
	width: 18px;
	height: 16px;
	cursor: pointer;
	right: 18px;
	top: 0;
	bottom: 0;
	background: center / contain no-repeat url(/wp-content/themes/ft/assets/img/eye.svg);
	border: none;
	margin: auto;
}

section.login form h5{
	margin-bottom: 24px;
}
section.login form p{
	font-weight: 400;
	font-size: 14px;
	line-height: 114%;
	color: #171717;
}

section.login .form-link-to-home {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #171717;


	position: absolute;
	top: 30px;
	left: calc((50vw - 380px) / 2);
}

section.login .woo-columns-wrap>div:nth-child(1){
	margin-bottom:24px;
}

@media (max-width: 991px){
	section.login .woo-columns-wrap{
		width: 100vw;
	}
	section.login .form-link-to-home{
		left: 0;
		position: relative;
		top: 0;
	}
}

#login_response a{
	display:none;
}

#register_response_d,#login_response{
	margin-top: 10px;
}

body.page-id-1508 section.registration,body.page-id-1510 section.registration,
body.page-id-1028 section.registration,body.page-id-1036 section.registration {
	justify-content: flex-end;
}

body.page-id-1508 section.login .form-link-to-home,body.page-id-1510 section.login .form-link-to-home,
body.page-id-1028 section.login .form-link-to-home,body.page-id-1036 section.login .form-link-to-home  {
	right: calc((50vw - 380px) / 2);
	left: initial;
}


body section.login input:-webkit-autofill,
body section.login input:-webkit-autofill:hover,
body section.login input:-webkit-autofill:focus,
body section.login input:-webkit-autofill:active {
	background: transparent !important;
	-webkit-text-fill-color: #000 !important;
	color: #000 !important;
}