.user-position {
  display: none;
  position: absolute;
}





/* TABLET */


@media screen and (max-width: 1379px) {
  .user-position {
  
}
}


@media screen and (max-width: 992px) {
  .user-position {
     display: block;
      padding-top: 1px;
      color: white;
      right: 7%;
      transform: translateX(-50%)
  }
  
  .nav-login {
    color: white !important;
}
  
}


/* PHONE */

@media only screen and (max-width: 600px) {
.user-position {
     right: 10%;
     padding-right: 8px;
     padding-top: 1px;
}

.nav-login {
right: 10%;
    color: white !important;
}

}