.disable-authentication {
  display: flex;
  align-items: stretch;
  position: relative;
}

.disable-authentication .authentication-wrapper {
  width: 50%;
  padding: 65px 100px;
  margin: 88px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.disable-authentication .authentication-wrapper h1 {
  font-size: 40px;
  color: var(--grey);
  margin-bottom: 15px;
}

.disable-authentication .authentication-wrapper h3 {
  font-size: 14px;
  color: var(--grey);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

/* .disable-authentication .authentication-wrapper .form-group input {
  font-size: 14px;
  color: var(--blk);
  height: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #000000ad inset;
  border: none;
  padding: 0 20px;
  width: 100%;
} */

/* .disable-authentication .authentication-wrapper .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: var(--grey);
    margin-bottom: 8px;
    display: block;
} */

.disable-authentication .authentication-wrapper .form-group {
  position: relative;
  margin-bottom: 28px;
}

/* .disable-authentication .authentication-wrapper .form-group .error {
    top: 68px;
} */

.disable-authentication .right-wrapper {
  position: sticky;
  top: 0;
}

.disable-authentication .authentication-wrapper .continue-btn {
  width: 100%;
}

.disable-authentication .authentication-wrapper .input-blk {
  width: 329px;
}

.disable-authentication .authentication-wrapper .return-sign {
  margin-top: 8px;
}

.disable-authentication .authentication-wrapper .return-sign span {
  color: var(--pri);
  font-size: 13px;
  cursor: pointer;
}
.disable-authentication .authentication-wrapper .continue-btn {
  margin-top: 0;
}
@media screen and (max-width: 1250px) {
  .disable-authentication .authentication-wrapper {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .disable-authentication .authentication-wrapper h1 {
    font-size: 26px;
  }
  .disable-authentication .authentication-wrapper {
    padding: 30px 25px;
  }
  .disable-authentication .authentication-wrapper .input-blk {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .disable-authentication {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    display: flex;
    min-height: 100vh;
  }
  .disable-authentication .authentication-wrapper {
    padding: 30px 25px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
