* {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input {
  border: none;
  background: white;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hide {
  display: none !important;
}
