/**
 * TTP compatibility styles for WordPress authentication screens.
 */

.login input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    accent-color: var(--wp-admin-theme-color, #3858e9);
}
