.woocommerce .auth{
	padding-bottom: 6.25rem;
	padding-top: 2rem;
}

.woocommerce .auth .heading-1{
	margin-bottom: 2.8125rem;
}
.woocommerce .auth form{
	width: 100%;
	padding: 2.1875rem 0.9375rem;
	background-color: #00000008;
	border-radius: 0.625rem;
	border: none;
	margin: 0px;
}

.woocommerce .auth .woocommerce-privacy-policy-text,
.woocommerce .auth wc-order-attribution-inputs{
	display: none;
}

.woocommerce .auth .woocommerce-notices-wrapper{
	width: 100%;
}
.woocommerce .auth .woocommerce-error{
	width: 100%;
	background-color: var(--black);
    color: var(--white);
	border-top: none;
	border-radius: 0.625rem;
	padding: 1.5rem;
}

.woocommerce .auth .woocommerce-error:focus{
	outline: none;
}

.woocommerce .auth .woocommerce-error::before{
	display: none;
}

.woocommerce .auth .woocommerce-error a{
	color: var(--white);
}
.link-with-underline a{
    color: #000;
    text-decoration: none;
}
.woocommerce-ResetPassword{
    justify-content: end;
    display: flex;
    flex-direction: column;
}
.woocommerce-ResetPassword .form-row-first {
    width: 100% !important;
}
.woocommerce .auth .heading-1 strong{
	font-weight: 400 !important;
}
.woocommerce .form__bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.woocommerce .auth__fotm-title{
    display: none;
}
@media screen and (max-width: 959px){
	.woocommerce .auth .woocommerce-form-login__submit{
		width: 50%;
	}
	
	.woocommerce .auth .woocommerce-form-register .form__bottom{
		flex-direction: column;
		gap: 2.1875rem;
	}
	
	.woocommerce .auth form{
		gap: 2.1875rem;
	}
	
	.woocommerce .auth form .form__fields{
		gap: 1.5625rem;
	}
	.woocommerce .auth .heading-1 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 960px){
	.woocommerce .auth{
		padding-bottom: 12.5rem;
	}

	.woocommerce .auth .heading-1{
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
		font-size: 2rem;
	}
	.woocommerce .auth .woocommerce-notices-wrapper{
		width: 51.375rem;
	}
	.woocommerce .auth form{
		width: 51.375rem;
		padding: 2.1875rem;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
        width: 15rem;
    }
    .woocommerce-form-register__submit{
        width: 50% !important;
    }
}