*{
  font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #434343;
}

::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}


.navbar{
  background-color: #1f1f1f;
  height: 93px;
  padding-bottom: 0 !important;
}

.nav-link, .navbar-brand {
  color: #fff !important; 
}

#navbarNav {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  margin-right: 75px;
}

.nav-link{
  font-size: 18px;
}

#container-solicitar-senha{
  padding: 0 50px;
  background-color: #393838;
  height: 88.2vh;
  position: absolute;
  top: 11.8%;
  left: 0;
  right: 0;
}

.logo{
  width: 200px !important;
  padding-bottom: 12px;
  padding-left: 38px;
}

#form-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content{
  width: 100%;
}

.title{
  color: #fff;
}

.border{
  width: 60%;
  padding: 15px 5%;
  border-radius: 15px;
}

.secbox-text{
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #d5aa6d !important;
}

.secbox-text:focus-visible{
  outline: unset !important;
}

.menu-hv{
  list-style: none;
}

.menu8{
  height: 40px;
}

.menu8:hover{
  font-size: 17px;
  color: #a9174f !important;
}

.fa-arrow-left{
  color: #d5aa6d;
}

.fa-whatsapp{
  color: #269110;
}