.panel-login-flat{
    position: relative;
}
    
.oc-panel-fondo{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('../../../imagen/fondos/barrientos_banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
    z-index: -5;
}

.oc-panel-login-contenido{
    margin-top: 50px;
}

.input-password{
    position: relative;
}
.btn-showpass{
    position: absolute;
    right: 5px;
    top: 13px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
    background-color: var(--oc-color-light-blue-rgba);
    color: var(--oc-color-white-rgba);
    font-size: 12px;    
}

.btn-showpass-su{
    position: absolute;
    right: 5px;
    top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
    background-color: var(--oc-color-dark-blue-rgba);
    color: var(--oc-color-white-rgba);
    font-size: 12px;    
}
