/* ACE CUSTOMER ACCOUNT V5.95 START */

html body.customer-account-login,
html body.customer-account-create,
html body.customer-account-forgotpassword {
    background: #f4f6ef !important;
}

html body.customer-account-login .page-title-wrapper,
html body.customer-account-create .page-title-wrapper,
html body.customer-account-forgotpassword .page-title-wrapper {
    max-width: 1160px !important;
    margin: 34px auto 18px !important;
    padding: 0 18px !important;
}

html body.customer-account-login .page-title,
html body.customer-account-create .page-title,
html body.customer-account-forgotpassword .page-title {
    color: #07110b !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
}

html body.customer-account-login .columns,
html body.customer-account-create .columns,
html body.customer-account-forgotpassword .columns {
    max-width: 1160px !important;
    margin: 0 auto 54px !important;
    padding: 0 18px !important;
}

html body.customer-account-login .column.main,
html body.customer-account-create .column.main,
html body.customer-account-forgotpassword .column.main {
    background: transparent !important;
    padding: 0 !important;
}

html body.customer-account-login .login-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

html body.customer-account-login .login-container .block,
html body.customer-account-create form.form-create-account,
html body.customer-account-forgotpassword form.form.password.forget {
    background: #ffffff !important;
    border: 1px solid rgba(7,17,11,.08) !important;
    border-radius: 26px !important;
    box-shadow: 0 22px 60px rgba(7,17,11,.10) !important;
    padding: 26px !important;
    overflow: hidden !important;
}

html body.customer-account-login .login-container .block-title,
html body.customer-account-create .legend,
html body.customer-account-forgotpassword .legend {
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid rgba(7,17,11,.08) !important;
}

html body.customer-account-login .login-container .block-title strong,
html body.customer-account-create .legend span,
html body.customer-account-forgotpassword .legend span {
    display: block !important;
    color: #07110b !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
}

html body.customer-account-login .field.note,
html body.customer-account-login .block-new-customer p,
html body.customer-account-create .field.note,
html body.customer-account-forgotpassword .fieldset > .field.note,
html body.customer-account-forgotpassword .fieldset > p {
    color: #5b645c !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
}

html body.customer-account-login .field,
html body.customer-account-create .field,
html body.customer-account-forgotpassword .field {
    margin-bottom: 16px !important;
}

html body.customer-account-login .label,
html body.customer-account-create .label,
html body.customer-account-forgotpassword .label {
    display: block !important;
    color: #07110b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
    margin-bottom: 8px !important;
}

html body.customer-account-login input.input-text,
html body.customer-account-create input.input-text,
html body.customer-account-forgotpassword input.input-text {
    width: 100% !important;
    height: 50px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(7,17,11,.14) !important;
    background: #fbfcf8 !important;
    color: #07110b !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 0 15px !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.03) !important;
}

html body.customer-account-login input.input-text:focus,
html body.customer-account-create input.input-text:focus,
html body.customer-account-forgotpassword input.input-text:focus {
    border-color: #c8ff00 !important;
    box-shadow: 0 0 0 3px rgba(200,255,0,.24) !important;
    outline: none !important;
}

html body.customer-account-login .actions-toolbar,
html body.customer-account-create .actions-toolbar,
html body.customer-account-forgotpassword .actions-toolbar {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
}

html body.customer-account-login .actions-toolbar .primary,
html body.customer-account-login .actions-toolbar .secondary,
html body.customer-account-create .actions-toolbar .primary,
html body.customer-account-create .actions-toolbar .secondary,
html body.customer-account-forgotpassword .actions-toolbar .primary,
html body.customer-account-forgotpassword .actions-toolbar .secondary {
    margin: 0 !important;
}

html body.customer-account-login .action.primary,
html body.customer-account-create .action.primary,
html body.customer-account-forgotpassword .action.primary {
    min-height: 50px !important;
    border-radius: 999px !important;
    background: #07110b !important;
    border: 1px solid #07110b !important;
    color: #c8ff00 !important;
    padding: 0 24px !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
    box-shadow: 0 12px 28px rgba(7,17,11,.22) !important;
}

html body.customer-account-login .action.primary:hover,
html body.customer-account-create .action.primary:hover,
html body.customer-account-forgotpassword .action.primary:hover {
    background: #c8ff00 !important;
    border-color: #c8ff00 !important;
    color: #07110b !important;
}

html body.customer-account-login a,
html body.customer-account-create a,
html body.customer-account-forgotpassword a {
    color: #07110b !important;
    font-weight: 850 !important;
}

html body.customer-account-login a:hover,
html body.customer-account-create a:hover,
html body.customer-account-forgotpassword a:hover {
    color: #5d7f00 !important;
}

html body.customer-account-create .fieldset {
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
}

html body.customer-account-create .password-strength-meter {
    border-radius: 12px !important;
    background: #f2f4ec !important;
    color: #07110b !important;
    font-weight: 800 !important;
    padding: 10px 12px !important;
}

html body.customer-account-create .field.choice,
html body.customer-account-login .field.choice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #07110b !important;
    font-weight: 700 !important;
}

html body.customer-account-create .field.choice input,
html body.customer-account-login .field.choice input {
    accent-color: #c8ff00 !important;
}

html body.customer-account-forgotpassword .form.password.forget {
    max-width: 680px !important;
}

html body.customer-account-create .form-create-account {
    max-width: 760px !important;
}

@media (max-width: 860px) {
    html body.customer-account-login .login-container {
        grid-template-columns: 1fr !important;
    }

    html body.customer-account-login .login-container .block,
    html body.customer-account-create form.form-create-account,
    html body.customer-account-forgotpassword form.form.password.forget {
        padding: 20px !important;
        border-radius: 22px !important;
    }

    html body.customer-account-login .actions-toolbar,
    html body.customer-account-create .actions-toolbar,
    html body.customer-account-forgotpassword .actions-toolbar {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    html body.customer-account-login .action.primary,
    html body.customer-account-create .action.primary,
    html body.customer-account-forgotpassword .action.primary {
        width: 100% !important;
    }
}

/* ACE CUSTOMER ACCOUNT V5.95 END */
