.unidadeSelect {
  display: none;
}

.unidadeSelect.show {
  display: block;
}

.loginErroInput {
  border: 2px solid #f44336 !important;
}

.loginErroMsg {
  color: #f44336;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

