.login_gigya {
    background-color: #191919;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left 10% top;
    transition: all ease .3s;
    height: 54px;
}

.logged-in .espaciado-cabecera {
    height: 90px;
}

.logged-in .fondo_trans_page .espaciado-cabecera {
    height: 0px;
}

.logged-in header#masthead .navbar.top-nav-collapse .hamburguer-button {
    top: 0;
    transition: all ease .3s;
}

.logged-in header#masthead .navbar:not(.top-nav-collapse) .hamburguer-button {
    top: 50px;
    transition: all ease .3s;
}

header#masthead .navbar.top-nav-collapse .login_gigya {
    height: 0;
    padding:0;
    transition: all ease .3s;
    opacity: 0;
}

header#masthead .navbar:not(.top-nav-collapse) .login_gigya {
    height: 54px;
    transition: all ease .3s;
    opacity: 1;
}


.nombre_usuario_wrap {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
}

.nombre_usuario_wrap span {
    padding-right: 5px;
}

.nombre_usuario_wrap img {
    height: 24px;
    width: auto;
    margin-left: 10px;
}



.nombre_usuario,
.nombre_usuario:hover {
    color: #fff
}

.header_scroll .login_gigya {
    height: 0;
    overflow: hidden;
    padding: 0;

}


.gigya-register-form .texto_legal a,
.gigya-register-form .texto_legal *,
.gigya-register-form .texto_legal {
    line-height: 1.2em;
    font-size: 12px !important;
}



