:root {
  --font-color: #0f0f0f;
  --bg-color: #f7f7f7;
  --login-window-bg: #fff;
  --login-window-border: solid 0.6px #d9d9d9;
  --input-bg: #f6f6f6;
  --form-bg: #fff;
}

[data-theme="dark"] {
  --font-color: #fefefe;
  --bg-color: #121212;
  --login-window-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  --login-window-bg: #282828;
  --login-window-border: none;
  --input-bg: #48494b;
  --form-bg: #282828;
}

input {
  background-color: var(--input-bg) !important;
  color: var(--font-color);
}
.Login_window,
label,
div {
  color: var(--font-color) !important;
}

h1 {
  color: var(--font-color);
}

.switch {
  height: 100px;
  position: fixed;
  right: 50px;
  top: 50px;
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #2b2b2b;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider {
  border-radius: 34px;
}

.slider:before {
  border-radius: 50%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html,
main {
  font-family: "Noto Sans", sans-serif;
  background-color: var(--bg-color);
}

.background {
  height: 100vh;
  flex-grow: 0;
  display: grid;
  place-items: center;
  margin: 0px 16px;
}

.Login_window {
  margin: 0 auto;
  padding: 38px 24px 38px 24px;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--form-bg);
}

h1 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--font-color);
}
.Login_title p {
  text-align: center;
}
.Login_title {
  margin-bottom: 46px;
}

.Email {
  flex-grow: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.Enter_ID {
  border-radius: 10px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

.Type-your-email-here {
  flex-grow: 0;
  opacity: 0.25;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.Password {
  margin-top: 24px;
}

.Password > label {
  flex-grow: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.Enter_Password {
  width: 100%;
  flex-grow: 0;
  margin-top: 13px;
  padding: 21px;
  outline: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

.Type-your-Password-here {
  flex-grow: 0;
  opacity: 0.25;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.login_btn {
  cursor: pointer;
  margin: 21px 0px;
  border-radius: 10px;
  background-color: #5b1aa4;
  padding: 21px;
  color: white;
  border: none;
  outline: none;
  width: 100%;
}

.Forgot-Password-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
}
.Forgot-Password {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5b1aa4 !important;
}

.Already-have-an-account-Sign-Up {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.Already-have-an-account-Sign-Up .text-style-1 {
  color: #5b1aa4;
}

.Vector-4 {
  width: 1440px;
  height: 159px;
  margin: 101px 0 0;
  background-color: rgba(91, 26, 164, 0.2);
}

.Vector-5 {
  width: 1300px;
  height: 162px;
  margin: 98px 0 0 140px;
  background-color: rgba(91, 26, 164, 0.2);
}

footer {
  position: relative;
}
.light-wave {
  position: absolute;
  bottom: 0;
  left: 30px;
}

/* login page ends */

/* verify-email */
.verify-email-heading {
  text-align: center;
  margin-bottom: 41px;
}

.verify-email-heading h1 {
  margin-bottom: 21px;
}
.verify-email-heading p {
  /* margin: 22px 0 41px; */
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: var(--font-color);
}

.verify-email-heading span {
  color: #5b1aa4;
}
.otp-form {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.otp-input {
  width: 46px;
  /* padding: 13px; */
  font-size: 15px;
  height: 54px;
  border-radius: 8px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  border: none;
  outline: none;
  text-align: center;
}

.resend-otp {
  margin: 25px 0 30px 0px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #5b1aa4 !important;
}

footer img {
  width: 100%;
}

/* signup page */

.signup-background {
  /* height: 100vh; */
  display: grid;
  place-items: center;
  padding: 100px 0px;
}
.phone-input {
  margin-top: 24px;
}
.signup-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}

.signup-btn-group button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 10px 65.5px 10px 66px;
  border-radius: 10px;
  border: solid 1px #f6851b;
  background-color: var(--input-bg);
}
.metamask-btn {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f6851b;
}
.google-btn {
  border: solid 1px #00ac47;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #4285f4;
}

.fb-btn {
  border: solid 1px #0866ff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0866ff;
}
.row {
  display: flex;
  flex-direction: column;
}
.row div {
  width: 100%;
}
.checkbox-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 19px;
}
.signup-btn {
  cursor: pointer;
  margin: 21px 0px;
  border-radius: 10px;
  background-color: #5b1aa4;
  padding: 21px;
  color: white;
  border: none;
  outline: none;
  margin-bottom: 22px;
  /* width: 100%; */
}
/* Media Queries */

/* ----Login Page --- */
@media (min-width: 520px) {
  .Forgot-Password-Container {
    flex-direction: row;
  }
  .Login_window {
    padding: 38px 47px 47px 47px;
  }
}
@media (min-width: 1024px) {
  .signup-btn-group {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .signup-btn {
    padding: 20px 42px 21px;
  }
  .row {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .phone-input {
    margin-top: 0px;
  }
}
