.astra-child-account-auth {
	max-width: 560px;
	margin: 2rem auto;
	padding: clamp(1.5rem, 5vw, 2.5rem);
	color: #c5c8d3;
	background: #101114;
	border: 1px solid #35373d;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.astra-child-auth-panel[hidden] {
	display: none !important;
}

.astra-child-auth-panel h2 {
	margin: 0 0 2rem;
	color: #fff;
	font-size: clamp(1.9rem, 4vw, 2.3rem);
	font-weight: 700;
	text-align: left;
}

.astra-child-auth-panel .form-row {
	margin-bottom: 1rem;
}

.astra-child-auth-panel label {
	color: #b7bac7;
	font-size: 15px;
}

.astra-child-auth-panel input.input-text {
	width: 100%;
	min-height: 47px;
	margin-top: 7px;
	padding: 0 16px;
	color: #fff;
	background: #08090b;
	border: 1px solid #303239;
	border-radius: 999px;
	box-shadow: none;
}

.astra-child-auth-panel input.input-text::placeholder {
	color: #686b73;
}

.astra-child-auth-panel input.input-text:focus {
	border-color: #ff2e3f;
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 46, 63, 0.16);
}

.astra-child-auth-panel .woocommerce-form-login__rememberme {
	display: block;
	margin: 0.35rem 0 1.25rem;
}

.astra-child-auth-panel .woocommerce-form__input-checkbox {
	accent-color: #ff2e3f;
}

.astra-child-auth-panel .woocommerce-button,
.astra-child-auth-switch button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 26px;
	color: #fff;
	background: #ff2e3f;
	border: 1px solid #ff2e3f;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease,
		transform 0.2s ease;
}

.astra-child-auth-panel .woocommerce-button:hover,
.astra-child-auth-panel .woocommerce-button:focus,
.astra-child-auth-switch button:hover,
.astra-child-auth-switch button:focus {
	color: #fff;
	background: #d91f31;
	border-color: #d91f31;
	transform: translateY(-1px);
}

.astra-child-auth-panel .lost_password {
	margin: 1rem 0 0;
}

.astra-child-auth-panel .lost_password a {
	color: #b7bac7;
	text-decoration: none;
}

.astra-child-auth-panel .lost_password a:hover {
	color: #ff2e3f;
}

.astra-child-auth-switch {
	margin: 2.5rem 0 0;
	padding-top: 1.2rem;
	color: #b7bac7;
	border-top: 1px solid #292b31;
}

.astra-child-auth-switch button {
	margin-left: 8px;
}

.login-actions-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}

.login-actions-row .lost_password{
    margin:0;
}

.woocommerce-form-register .woocommerce-form-row.form-row{
    margin-bottom: 0;
}

.wcfmmp_become_vendor_link{
    margin-top: -41px;
    text-align: right;
}

@media (max-width: 768px){
    .login-actions-row{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }
}

@media (max-width: 600px) {
	.astra-child-account-auth {
		margin: 1rem auto;
		padding: 1.35rem;
		border-radius: 14px;
	}

	.astra-child-auth-panel h2 {
		margin-bottom: 1.5rem;
	}

	.astra-child-auth-switch button {
		display: flex;
		width: 100%;
		margin: 0.8rem 0 0;
	}

	.astra-child-auth-panel .woocommerce-button {
		width: 100%;
	}
}