/**
Theme Name: TOP eMarketer
Author: Serwis4U
Author URI: https://serwis4u.com
Description: Motyw potomny dla Klubu eMarketera.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: top-emarketer
Template: astra
*/

.woocommerce form .password-input {
    position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #0073aa; /* lub inherit */
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
}

.woocommerce form .show-password-input:focus {
    outline: none;
}
