/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* Fix Show Password Input Alignment - Login Modal & My Account */
.woocommerce-account .woocommerce-form .woocommerce-form-row .password-input,
.login-modal .woocommerce-form .woocommerce-form-row .password-input {
    position: relative !important;
    display: block !important;
}

.woocommerce-account .woocommerce-form .woocommerce-form-row .password-input .show-password-input,
.login-modal .woocommerce-form .woocommerce-form-row .password-input .show-password-input {
    position: absolute !important;
    right: 10px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    z-index: 10;
}