/* Fixes for mobile login menu */
@media screen and (max-width: 970px) {
 
  .logo_header {
    margin-top: 15px;
  }

  .dropdown-menu {
    margin-top: 15% !important;
    margin-left: -5px !important;
    transform-style: preserve-3d;
    transform: translate3d(0,0,10px) !important;
  }
  .dropdown-menu{
    transform: translate3d(0,0,10px) !important;
  }
  
}