.navbar {
  background-color: #343117;
}

.container-main {
  
  position:absolute;
  display:block;
  height:100%;
  width:100%;
  top: 20px;
  left:200px;
  z-index:-1;
}

.btn-group-list-app {
  min-width: 80px;
  max-width: 80px;
}

html {
  height: 100%;
}



.body-special {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-selection__rendered .select2-selection .select2-selection--single .form-select .select2-results .select2-results__options .select2-search__field .select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus .select2-container--open {
  background-color: #343117;
}
