body {
  background: url("./../img/background.png") no-repeat;
  background-size: cover;
  font-family: 'Nexa', sans-serif;
}

.form-container {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(254, 254, 254, 0.1);
}

.input-container {
  background-color: rgba(255,255,255,0.3);
}

.icon {
  height: 100%;
  display: inline-block;
  padding-left: 60px;
}

.icon-users {
  background: url('./../img/users.png') no-repeat;
}

.icon-games-played {
  background: url('./../img/games-played.png') no-repeat;
}

.icon-lock {
  background: url('./../img/lock.png') no-repeat;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
