#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 32px;
}

#btnGenerate {
  margin: 16px 0;
  height: 36px;
  outline: none;
  padding: 0 16px;
  background: #2c3e50;
  color: white;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 280ms;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

#btnGenerate:hover {
  background: #435c7c;
}

#inputLength, #inputCount {
  height: 24px;
  outline: none;
  width: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #c7cbce;
}

.description {
  display: flex;
  background: #f3f3f3;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 24px;
  color: #353535;
  font-style: italic;
}

.setup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.setupField {
  width: 110px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.password {
  margin-top: 4px;
}
