/* stylelint-disable media-feature-range-notation */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */
body {
  background-color: white;
  margin-bottom: 8px;
}

.back-button a {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.back-button img {
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.login-container {
  background-color: white;
}

.form-container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  background-color: white;
  border-radius: 50px;
}

.page1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: lightblue;
  padding: 180px 0;
  height: 700px;
  width: 55%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.signup-box p {
  font-size: 36px;
  font-weight: bold;
}

.signup-box p,
.signup-box h3 {
  text-align: center;
  padding-bottom: 20px;
}

.sign-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, rgb(240 30 30) 0%, rgb(104 17 17) 100%);
  height: 700px;
  width: 45%;
  padding: 180px 0;
  color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.sign-in h1,
.sign-in h3 {
  text-align: center;
  padding-bottom: 30px;
}

.sign-in h3 {
  padding: 0 20px;
}

.sign-in h1 {
  padding-top: 30px;
}

.image-onbackground {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.logo-welcome {
  object-fit: cover;
}

.change-password-container {
  background-color: #282020;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  height: 250px;
  padding: 30px 0;
  margin-bottom: 50px;
}

.change-password-container h3 {
  text-align: center;
  color: white;
}

.change-password-container input {
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 15px;
}

.welcome-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, rgb(240 30 30) 0%, rgb(104 17 17) 100%);
  height: 700px;
  width: 45%;
  margin: auto;
  padding: 150px 0;
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.welcome-para p {
  font-size: 18px;
  text-align: center;
  padding: 0 40px;
}

.welcome-para .hello-friend {
  padding-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.login-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: lightblue;
  height: 700px;
  width: 55%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.login-box p {
  font-size: 36px;
  font-weight: bold;
}

.login-box p,
.login-box h3 {
  text-align: center;
  padding: 20px 0;
}

.button-center {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.buttons-sign-in-up {
  border-radius: 20px;
  background-color: white;
  border: none;
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  width: 160px;
}

.better {
  font-size: 10px;
  padding: 12px 15px;
  margin-top: 15px;
}

.lower-button {
  margin-top: 50px;
}

.buttons-sign-in-up:hover {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.buttons-sign-in-up:active {
  border: 2px solid red;
  transform: scale(0.95);
}

.buttons-sign-in-up:focus {
  outline: none;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 60%;
  padding-top: 8px;
}

.form input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  font-size: 18px;
}

.form input:focus {
  outline: none;
}

.control {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.input-box {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: auto;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.input-box input {
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 15px;
}

.input-box input:focus {
  outline: none;
}

.input-box img {
  width: 30px;
  cursor: pointer;
  margin-right: 20px;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
}

.tokenPopUp {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
}

.img-token {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 50%;
}

.img-token img {
  width: 80px;
  height: 80px;
}

.token-input {
  display: flex;
  width: 100%;
  padding-top: 20px;
}

input[id="tfacode"] {
  background-color: rgb(224 224 224);
  width: 100%;
  padding: 15px 30px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

.formTokenPopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 35%;
  transform: translate(-50%, 5%);
  z-index: 9;
  width: 40%;
  min-height: 350px;
  margin: auto;
  background-color: white;
  border-radius: 50px;
}

.formContainerToken h2 {
  text-align: center;
  padding-top: 20px;
}

.token-p {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  height: 100px;
  padding: 0 20px;
}

.formContainerToken {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border-radius: 120px;
}

.secretkeyPopUp {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}

.all-page {
  width: 85%;
}

.all-page button {
  margin-bottom: 10px;
}

.c-style {
  width: 180px;
}

.qr-code-style {
  width: 100px;
  height: 100px;
  margin-top: 15px;
}

input .all-page {
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 20px;
  background-color: rgb(223 223 223);
  border: none;
}

.clue {
  font-weight: bold;
  font-size: 18px;
}

.image-class {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.image-class img {
  height: 100px;
  width: 100px;
}

.instruction-choices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}

.instruction-choices p {
  padding-bottom: 10px;
}

.next {
  padding-bottom: 10px;
  line-height: 1.2;
}

.qr-code {
  color: gray;
  font-size: 13px;
}

.formSecretkeyPopup {
  display: none;
  position: fixed;
  left: 55%;
  top: 15%;
  transform: translate(-50%, 5%);
  z-index: 9;
  width: 40%;
}

.formContainerSecretKey {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  background-color: #fff;
  border-radius: 30px;
}

@media (max-width: 500px) {
  .all-buttons {
    font-size: 16px;
    width: 120px;
    margin-bottom: 20px;
  }

  .form-container {
    width: 100%;
    height: 100%;
  }

  .page1 {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .welcome-para {
    width: 100%;
  }

  .signup-box {
    width: 100%;
    margin-top: 50px;
  }

  .sign-in {
    width: 100%;
  }

  .login-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .mobile-nav-toggle {
    top: 1.5rem;
  }

  .formTokenPopup {
    width: 80%;
    top: 20%;
  }

  .formSecretkeyPopup {
    width: 90%;
    top: -3%;
  }
}

@media (min-width: 501px) and (max-width: 800px) {
  .form-container {
    width: 96%;
  }

  .sign-in {
    width: 50%;
  }

  .login-box {
    width: 50%;
  }

  .welcome-para {
    width: 50%;
  }

  .signup-box {
    width: 50%;
  }

  .form input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 15px;
  }
}

@media (min-width: 501px) and (max-width: 1000px) {
  .all-buttons {
    font-size: 18px;
    width: 140px;
    padding: 20px;
  }

  .formTokenPopup {
    width: 50%;
    top: 40%;
  }

  .formSecretkeyPopup {
    width: 60%;
  }
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#popup-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

#buttonsend2 {
  display: none;
}
