#structure-form .authentication.right .inner-right form .phone-number {
  margin-bottom: 20px;
}

#structure-form .authentication.right .inner-right form .phone-number input {
  margin: 0;
}

#structure-form .authentication.right .inner-right form .verification-wrapper {
  margin-top: 22px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  p
  b {
  font-weight: 700;
  color: var(--grey);
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .otp-input
  input {
  padding: 0;
  min-width: 50px;
  min-height: 50px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .otp-input {
  margin-right: 8px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  .code {
  font-size: 13px;
  color: var(--lt-grey);
  margin-top: 10px;
  display: block;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .form-group {
  margin-top: 10px;
  position: relative;
  display: inline-flex;
}

#structure-form .authentication.right .inner-right form .phone-number .link {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-flex;
  font-size: 12px;
  color: #e5373e;
  cursor: default;
  font-weight: 700;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .phone-number
  .link
  img {
  max-width: 16px;
  margin-right: 4px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .phone-number
  .link.verified {
  color: #3fae67;
}

#structure-form .authentication.right .inner-right form button {
  min-width: 100px;
}

#structure-form .authentication.right .inner-right form button.continue-btn {
  margin-top: 35px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  button {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  padding: 0 22px;
  width: 125px;
  transition: 0.3s all ease;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  button
  img {
  max-height: 13px;
  margin-top: 1px;
  transition: 0.3s all ease;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  button:hover {
  padding: 0 26px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  button
  .loader {
  position: unset;
  background: transparent;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  .code
  .hover {
  color: var(--pri);
  cursor: pointer;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .form-group
  .loader {
  position: absolute;
  right: -30px;
  left: unset;
  background: transparent;
}

#structure-form .authentication.right button.loading {
  opacity: 0.6;
}

#structure-form .authentication.right .inner-right form button .loader {
  position: unset;
  background: transparent;
}

#structure-form .authentication.right .inner-right form .phone-number .edit {
  position: absolute;
  top: 38px;
  right: 15px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .phone-number
  .edit
  img {
  max-width: 16px;
  cursor: pointer;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk
  span.error.otpError {
  bottom: -22px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .input-blk {
  position: relative;
}

.mobile-popup-content h2 {
  font-size: 20px;
  color: var(--black);
}

.mobile-popup-content .form-control {
  position: relative;
}

.mobile-popup-content p {
  font-size: 14px;
  color: var(--black);
  margin-top: 20px;
  line-height: 1.6;
}

.mobile-popup-content .button-block {
  margin-top: 0px;
  display: flex;
}

.mobile-popup-content .button-block .btn {
  background: var(--pri);
  font-size: 13px;
  color: var(--white);
  text-transform: capitalize;
  margin-right: 10px;
  padding: 0 10px;
  min-width: 90px;
  justify-content: center;
  min-height: 35px;
}

.mobile-popup-content .button-block .btn:hover {
  background: var(--pri2);
}

.mobile-popup-content .code-block {
  margin: 10px 0 8px;
}

.mobile-popup-content .code-block .code {
  font-size: 14px;
  color: var(--grey);
  position: relative;
}

.mobile-popup-content .code-block .code .hover {
  color: var(--pri);
  cursor: pointer;
}

.mobile-popup-content .otp-input .otp-input input {
  border-radius: 8px;
  box-shadow: 0px 0px 3px #000000ad inset;
  min-width: 45px;
  height: 55px;
  border: none;
  margin-right: 8px;
  font-size: 15px;
  padding: 0 !important;
}

.mobile-popup-content .button-block .btn.loading {
  position: relative;
  border: none;
  cursor: default;
}

.mobile-popup-content .button-block .btn.loading .loader {
  position: absolute;
  left: 0;
}

.mobile-popup-content .button-block .btn.loading:hover {
  box-shadow: none;
}

.mobile-popup-content .otp-input {
  position: relative;
  margin-bottom: 5px;
}

.mobile-popup-content .otp-input .error {
  top: 58px;
}

.mobile-popup-content .code-block .code .loader {
  position: absolute;
  right: -20px;
  background: transparent;
  left: unset;
  top: -2px;
}

.mobile-popup-content .success-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  font-size: 18px;
}

.mobile-popup-content .success-block .check {
  border: 2px solid var(--pri);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.mobile-popup-content .success-block b {
  color: var(--pri);
}

.mobile-popup-content .authenticator-app p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  color: #505050;
}

.mobile-popup-content .button-block {
  justify-content: flex-end;
}

.mobile-popup-content .authenticator-app .code-block {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-popup-content .authenticator-app .code-block span {
  padding: 0 10px;
  font-size: 14px;
  color: var(--black);
}

.mobile-popup-content .authenticator-app .code-block .btn-container button img {
  max-height: 21px;
}

.mobile-popup-content .authenticator-app .code-block .btn-container button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-left: 1px solid #bfbfbf;
  height: 35px;
  width: 35px;
  cursor: pointer;
}

.mobile-popup-content .btn {
  background: var(--pri);
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  min-width: 90px;
  display: block;
  justify-content: center;
}

.mobile-popup-content .successBlock-wrapper {
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mobile-popup-content .successBlock-wrapper .close {
  height: 10px;
  top: 38%;
}

.authenticator-popup-content .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}

.authenticator-popup-content {
  min-height: 416px;
  display: inline-flex;
}

.authenticator-popup-content .inner-wrapper {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}

.mobile-popup-content .authentication-block {
  margin: 20px 0 15px;
}

.mobile-popup-content .authentication-block p {
  margin-top: 5px;
}

.mobile-popup-content .authentication-block h4 {
  font-size: 15px;
}

.authenticator-app .btn-container img {
  filter: invert(0) brightness(0);
}

/* @media screen and (min-width: 1800px) {
  #signIn-section .signup-wrapper.verification-wrapper h2 {
    font-size: 48px;
  }

  #signIn-section .signup-wrapper.verification-wrapper h2 + p {
    font-size: 18px;
    line-height: 26px;
  }

  #signIn-section .signup-wrapper.verification-wrapper span {
    font-size: 18px;
  }

  #signIn-section .signup-wrapper.verification-wrapper .input-blk input {
    width: 64px !important;
    height: 75px;
    font-size: 18px;
  }

  #signIn-section .verification-wrapper .input-blk .error {
    top: 83px;
  }

  #signIn-section .verification-wrapper .continue-btn {
    margin-top: 45px;
  }

  #signIn-section .signup-wrapper.verification-wrapper .resend {
    font-size: 18px;
  }
  .mobile-popup-content .button-block .btn {
    font-size: 18px;
    padding: 0 15px;
  }
  .mobile-popup-content h2 {
    font-size: 22px;
  }
  .mobile-popup-content p {
    font-size: 17px;
  }
  .mobile-popup-content {
    width: 640px;
  }
} */

@media screen and (max-width: 767px) {
  .mobile-popup-content p,
  .mobile-popup-content .code-block .code {
    font-size: 12px;
  }
  .mobile-popup-content h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .mobile-popup-content p {
    font-size: 12px;
  }
}
