.tvu-sms-code__form {
  width: auto;
  height: auto;
}
.tvu-sms-code__form--modal {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.tvu-sms-code__modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}