@media screen and (max-width: 992px) {
}

@media screen and (max-width: 1200px) {
  .navbar-collapse.collapse.show .navbar-nav .d-flex {
    flex-direction: column;
  }
  .menu {
    position: static;
    border-radius: 0;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .fixed-top > div > div > ul > form .btn-logreg,
  .fixed-top > div > div > ul > li .btn-logreg {
    background-color: #fff;
    border-radius: 1em;
  }
}
