.font-color-wh {
    color: white;
}

.navigation-bar-2 {
    background-color: #352d2f;
    height: 70px;
    width: 100%;
}
.custom-ocupe-space {
  height: 50%;
  width: 50%;
}

.center-form {
  text-align: center; 
  background-color: white; 
  padding: 35px; 
  border-radius: 15px; 
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.bem-vindo-card {
  background-color: white;
  padding: 25px;
  border-radius: 15px;
  display: inline-block;
  justify-content: center;
  width: 320px;
  font-size: 25px;
}

.text-a-center {
  text-align: center;
}