/*
Theme Name: Bajan Autos
Author: Classimax
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




/* Bajan Autos Member Login - Remember Me */
input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #999 !important;
    border-radius: 2px !important;
    vertical-align: middle !important;
    position: relative !important;
    top: 0 !important;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 14px;
    line-height: 16px;
}

input[type="checkbox"] + label,
input[type="checkbox"] ~ label {
    vertical-align: middle !important;
    line-height: 16px !important;
}