/* ACE CUSTOMER PAGES FINE TUNE V5.99 START */

/* Login: card Novos clientes mais natural, sem botão perdido */
html body.customer-account-login .login-container .block-new-customer .block-content {
    min-height: auto !important;
    justify-content: flex-start !important;
    gap: 22px !important;
}

html body.customer-account-login .login-container .block-new-customer .actions-toolbar {
    margin-top: 6px !important;
}

html body.customer-account-login .login-container .block-new-customer .actions-toolbar .primary {
    width: 100% !important;
}

html body.customer-account-login .login-container .block-new-customer .action.create.primary {
    width: 100% !important;
    max-width: 230px !important;
}

/* Login: mantém o bloco de entrar mais equilibrado */
html body.customer-account-login .login-container .block-customer-login {
    min-height: 365px !important;
}

html body.customer-account-login .login-container .block-new-customer {
    min-height: 365px !important;
}

/* Criar conta: medidor de senha deixa de parecer input/campo vazio */
html body.customer-account-create #password-strength-meter-container {
    margin-top: 8px !important;
}

html body.customer-account-create #password-strength-meter {
    min-height: auto !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    border: 1px dashed rgba(7,17,11,.16) !important;
    background: #f8faf3 !important;
    color: #334039 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
}

html body.customer-account-create #password-strength-meter::before {
    content: none !important;
}

html body.customer-account-create #password-strength-meter-label {
    color: #07110b !important;
    font-weight: 900 !important;
}

/* Forgot password: centraliza captcha e botão final de forma mais coerente */
html body.customer-account-forgotpassword .captcha-image {
    justify-items: center !important;
    text-align: center !important;
}

html body.customer-account-forgotpassword .actions-toolbar {
    justify-content: center !important;
}

html body.customer-account-forgotpassword .actions-toolbar .primary {
    width: auto !important;
}

html body.customer-account-forgotpassword .action.primary {
    min-width: 250px !important;
}

/* Um pouco mais de acabamento nos cards */
html body.customer-account-login .block,
html body.customer-account-create .form-create-account,
html body.customer-account-forgotpassword .form.password.forget {
    overflow: hidden !important;
}

@media (max-width: 900px) {
    html body.customer-account-login .login-container .block-customer-login,
    html body.customer-account-login .login-container .block-new-customer {
        min-height: auto !important;
    }

    html body.customer-account-login .login-container .block-new-customer .action.create.primary {
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    html body.customer-account-forgotpassword .action.primary {
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* ACE CUSTOMER PAGES FINE TUNE V5.99 END */
