﻿html:not(.hydrated) body {
      display: block !important
    }

    ncb-captcha-custom {
      display: block;
      width: 100%
    }

    ncb-captcha-custom #captchaStyle_CaptchaIconsDiv {
      position: absolute
    }

    ncb-captcha-custom .BDC_CaptchaImageDiv {
      height: auto !important;
      width: auto !important
    }

    ncb-captcha-custom #newRefreshButton {
      display: inline-block;
      outline: 0;
      flex-direction: column;
      justify-content: center;
      z-index: 10;
      border: 0;
      background-color: #000;
      vertical-align: bottom;
      height: auto !important;
      padding-top: 6px
    }

    ncb-captcha-custom .captcha-box {
      display: flex
    }

    ncb-captcha-custom .svg-size {
      height: 1.6rem;
      width: 1.6rem
    }

    ncb-captcha-custom .p-1 {
      padding: 0 !important;
      display: inline-block
    }
