/*
 * Navigate Commerce
 *
 * @author        Navigate Commerce
 * @package       Navigate_PasswordHideShow
 * @copyright     Copyright (c) Navigate (https://www.navigatecommerce.com/)
 * @license       https://www.navigatecommerce.com/end-user-license-agreement
 */

.field.current .control, .field.password .control, .field.confirmation .control{position:relative;}
.toggle-current-password img, .toggle-password img, .toggle-password-confirmation img{ height:24px;}
.toggle-current-password, .toggle-password, .toggle-password-confirmation {
    position: absolute;
    height: 32px;
    right: 0;
    z-index: 3;
    top: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}