.tile {
  align-items: center;
  padding: $spacer-medium $spacer-small-plus;
  margin-bottom: $spacer-tiny;
  > *:first-child {
    margin-right: 5rem;
    max-width: 140px;
    width: 100%;
    line-height: 1.8rem;
    font-weight: 600;
  }
  > div:last-child {
    display: flex;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
  @media screen and (min-width: 420px) {
    display: flex;
  }
}
