/* Hide account creation entry points on the default Classic theme. */
body#authentication .no-account,
body#authentication a[href*="registration"],
body#authentication a[href*="create_account"],
body#authentication form#customer-form,
body#authentication .register-form {
    display: none !important;
}
