.register-form input {
  border: 1px solid #dadbe0;
  background: #ffffff;
  height: 54px;
  border-radius: 10px;
}

textarea {
  border: 1px solid #dadbe0;
  background: #ffffff;
   border-radius: 10px;
}

.register-form label {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.agree-input {
  width: 24px;
  height: 24px !important;
}

.register-submit-btn {
  background-color: var(--theme-color8);
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.register-cancel-btn {
  background-color: #7e7e7e;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.fs-40 {
  font-size: 40px;
}

.mobile-login-tab {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #112211;
}

.login-desc {
  color: #112211;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.forget-link {
  color: #ff8682;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.login-email {
  height: 48px;
  border: 1px solid #79747e !important;

  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}

.login-label {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 16px;
  display: flex;
  align-items: center;
}

.login-email:focus + .login-label .text {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1c1b1f !important;
  transform: translate(0, -128%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  color: blue;
}
.login-email:focus + .login-label .text,
:not(input[value=""]) + .login-label .text {
  font-size: 14px;
  transform: translate(0, -128%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.login-label .text {
  transition: all 0.15s ease-out;
}

.login-email:focus-visible {
  outline: none !important;
  border: 1px solid #79747e;
}

.toggle-password {
  position: absolute;
  top: 15px;
  right: 20px;
}

.toggle-otp {
  position: absolute;
  top: 15px;
  right: 20px;
}
