/* shadow */
/* sizing */
/* spacing */
.semi-pincode-wrapper {
  display: flex;
}
.semi-pincode-wrapper .semi-input-wrapper-small {
  width: 24px;
  margin-right: 6px;
}
.semi-pincode-wrapper .semi-input-wrapper-small:last-child {
  margin-right: 0px;
}
.semi-pincode-wrapper .semi-input-wrapper-default {
  width: 32px;
  margin-right: 8px;
}
.semi-pincode-wrapper .semi-input-wrapper-default:last-child {
  margin-right: 0px;
}
.semi-pincode-wrapper .semi-input-wrapper-large {
  width: 42px;
  margin-right: 12px;
}
.semi-pincode-wrapper .semi-input-wrapper-large:last-child {
  margin-right: 0px;
}
.semi-pincode-wrapper .semi-input-wrapper input {
  padding: 0;
  text-align: center;
}