﻿.incontrobg {
    background-color: #7A99AC !important;
}
.incontrolInternobg {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.user-box {
    position: relative;
    margin-bottom: 30px;
}
/*oculta boton default de mostrar  contrasena*/
::-ms-reveal {
    display: none;
}

    .user-box input {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        color: #333;
        margin-bottom: 30px;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        background: transparent;
    }

    .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #333;
        pointer-events: none;
        transition: 0.5s;
    }

    .user-box input:focus ~ label,
    .user-box input:valid ~ label {
        transform: translateY(-20px);
        font-size: 14px;
        color: #333;
    }
.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .password-toggle-icon i {
        font-size: 18px;
        line-height: 1;
        color: #333;
        transition: color 0.3s ease-in-out;
        margin-bottom: 20px;
    }

        .password-toggle-icon i:hover {
            color: #000;
        }

