.redeem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
.redeem.code {
  flex-direction: column;
}

.redeem input {
  font: inherit;
  border-radius: 100px;
  border: 0;
  box-shadow: inset 0 0 0 1.5px rgba(0,0,0,.2);
  font-size: 1.1rem;
  padding: 8px 18px;
  width: 180px;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.redeem input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1.5px var(--pokpok-color-blue);
}

.redeem button {
  font: inherit;
  border: 0;
  background: none;
  border-radius: 100px;
  padding: 4px 20px;
  font-family: var(--pokpok-font-regular);
  font-size: 1.2rem;
  display: block;
  margin: 0;
  cursor: pointer;
  color: var(--pokpok-color-white);
  background-color: var(--pokpok-color-blue);
  margin-left: 8px;
}
.redeem.code button {
  padding: 6px 22px;
  min-width: 25ch;
  margin-top: 1.5em;
}
.redeem button.success {
  padding: 4px 6px;
}
.redeem button.success img {
  height: 24px;
  width: 24px;
}

.redeem .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: var(--pokpok-color-red);
  font-family: var(--pokpok-font-semilight);
  font-size: 1.1rem;
  text-align: center;
}


.redeem_button {
  font-family: var(--pokpok-font-semilight);
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--pokpok-color-white);
  background-color: var(--pokpok-color-blue);
  display: inline-block;
  padding: 12px 22px;
  border-radius: 100px;
  line-height: 1;
}
