.nwc-register-otp .nw-otp-container {
  width: $register-opt-container-width;

  .nw-otp-sent-heading {
    width: $register-opt-heading-width;
  }

  .nw-otp-validating-msg,
  .nw-otp-resendbtn {
    margin-top: 10px;
  }

  @media screen and (max-width: $screen-max-xs) {
    width: 100%;

    .nw-otp-resendbtn {
      margin-top: 0;
    }
  }
}
