.#{$prefix}smscode-c {
  @include clearfix();

  height: 34px;
  display: flex;
  position: relative;

  &-input {
    flex: 1;
    height: 100%;

    &-box {
      height: 100%;

      &-text {
        margin-top: 0;
      }

      &-input {
        height: 100%;
      }
    }
  }

  &-button-c {
    width: 125px;
    height: 100%;
    cursor: pointer;
    margin-left: 10px;
  }
}
