﻿.svg-eye {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.ver-password-inside {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    z-index: 2;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.password-wrapper {
    position: relative;
}

    .password-wrapper input[type="password"] {
        padding-right: 2.5rem; /* espacio para el ojito */
    }

