.btn--outline:hover {
  background: rgba(255, 255, 255, 0.81) !important;
}

input[type=file] {
  color: #000 !important;
}

.alert > p {
  color: #000 !important;
}

.topo-container li {
  margin: 0px 23px;
}
.topo-logo {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .topo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .topo-container li {
    margin: 0 10px;
  }
}
input:hover {
  color: #000 !important;
}/*# sourceMappingURL=main.css.map */