body {
  display: flex;
  height: 98%;
  flex-wrap: wrap;
}
header {
  width: 100%;
  height: 3rem;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8c4740;
  border-color: #8c4740;
}
.logo {
  width: 100%;
  height: calc(100% - 3rem);
  display: flex;
  justify-content: center;
}

.logo > img {
  width: 70%;
}
.setting {
  text-align: end;
  padding: 1rem;
  width: 100%;
  display: block;
  position: fixed;
}
.setting > svg {
  margin-right: 1rem;
  cursor: pointer;
  color: #841308;
}
.setting > svg:hover {
  color: #7e7f80;
}
.head-exit > svg:hover {
  color: #7e7f80;
  cursor: pointer;
}
.setting_container {
  display: block;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.bg-black {
  background: #000c;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  left: 0;
  top: 0;
}
.conatiner-login {
  width: 100%;
  background: white;
  height: 100%;
}
.head-exit {
  text-align: end;
  padding: 1rem;
}
.authorize {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem;
  height: 100%;
  justify-content: center;
  align-content: center;
}

.left-menu {
  width: 17rem;
  display: block;
  position: fixed;
  height: 100%;
  background: white;
}
.menu-container {
  display: block;
  position: fixed;
  width: calc(100% - 17rem);
  left: 17rem;
  height: calc(98% - 3rem);
  top: 4rem;
  padding: 1rem;
}
.logo-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: aliceblue;
}
