=== CreathinkTools Login Customizer ===
Contributors: ysidro
Tags: login, login customizer, login page, branding, wp-login
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Customize the WordPress login page design: background, colors, and logo.

== Description ==

CreathinkTools Login Customizer lets you brand the default `wp-login.php` screen without writing code.

**Design features**

* Solid color or image background, with cover / contain / tile display modes.
* Custom form box color, opacity and border radius.
* Custom primary, button text, body text and label colors.
* Custom logo upload with adjustable width, or hide the logo entirely.
* Live tabbed settings screen under Settings → Login Customizer.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/creathinktools-login-styles` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to Settings → Login Customizer to configure the login page design.

== Frequently Asked Questions ==

= Will my custom logo and colors apply to the "lost password" and registration screens too? =

Yes, all styling is applied to any page rendered through `wp-login.php`.

== Screenshots ==

1. Login Customizer settings screen — Background tab.
2. Example of a customized login page.

== Changelog ==

= 1.1.3 =
* Removed `creathinkco` from Contributors — not a registered WordPress.org username.
* Added a subtle brand-color accent to the login-page inputs' resting border, not just the focus state.
* Added colored borders and focus states to the plain number/select fields in the admin settings screen.

= 1.1.2 =
* Changed the plugin's text domain to `creathinktools-login-styles` to match the assigned plugin slug.
* Renamed the localized JS object from the generic `ctLogin` to `creathinktoolsLoginI18n` to avoid naming collisions.

= 1.1.1 =
* Renamed the plugin to CreathinkTools Login Customizer and aligned the name across the plugin header, readme and admin screens.
* Added ysidro as a listed contributor.
* Fixed the login-page CSS not being enqueued via a properly registered style handle before adding inline styles.
* Moved the settings-page inline `<style>`/`<script>` blocks to `wp_add_inline_style()` / `wp_add_inline_script()`.

= 1.1.0 =
* Removed the custom login URL / redirect protection feature to keep the plugin focused on login page design.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.1.0 =
Removes the login URL protection feature (custom slug + redirect). If you were using a custom login slug, it stops working after this update — wp-login.php is reachable directly again.
