/* ----- Nav bar right side buttons style ----- */
#login_cont {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: flex-end;
}
#login_box {
  width: 270px;
  height: 40px;
  padding: 0px;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.75);
  background-color: #061d2d;
  border: none;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 12px 40px rgba(0, 0, 0, 0.4); */
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease;
}
#login_box:hover {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(255, 255, 255, 0);
}
#login_icon {
  height: 40px;
  width: 120px;
  border-radius: 0px 20px 20px 0px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #061d2d;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#signUp_icon {
  height: 40px;
  width: 149px;
  border-radius: 20px 0px 0px 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #061d2d;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#signUp_icon:hover,
#login_icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #061d2d;
}
#logout_box {
  width: 260px;
  height: 40px;
  padding: 0px;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  color: rgba(255, 255, 255, 0.75);
  background-color: #061d2d;
  border: none;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 12px 40px rgba(0, 0, 0, 0.4); */
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease;
}
#logout_box:hover {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(255, 255, 255, 0);
}
#coins {
  height: 40px;
  width: 119px;
  border-radius: 20px 0px 0px 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #061d2d;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: bold;
}
#vertical_divider {
  height: 40px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#logout_icon {
  height: 40px;
  width: 140px;
  border-radius: 0px 20px 20px 0px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #061d2d;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  font-size: 18px;
  font-weight: bold;
}
#logout_icon:hover,
#coins:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #061d2d;
}

/* ------------ Login page style -------------- */
#loginContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 14px;
  font-size: 16px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  text-align: center;
}
#loginHeading {
  margin: 0px 0px 20px 0px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #29406d !important;
}
.loginInput {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 2px solid #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  caret-color: #fff;
  outline: none;
}
.loginInput:focus {
  border-color: #fff;
}
.price {
  color: rgba(255, 255, 255, 0.75);
}
.price:focus {
  border-color: #000;
}
.loginInput::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.submitBtn {
  min-width: 200px;
  min-height: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 16px;
  border-radius: 28px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: rgba(247, 23, 92, 1);
  color: #fff;
  border: none;
}
.submitBtn:hover {
  background-color: #fff;
  color: rgba(247, 23, 92, 1);
}
.submitLoading {
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 28px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  color: rgba(247, 23, 92, 1);
  border: none;
}
.loginLoadingSpinner {
  color: rgba(247, 23, 92, 1);
  width: 24px;
  height: 24px;
}
#loginCredHave {
  color: #ffffffc7;
  font-size: 16px;
  margin-bottom: 10px;
}
#credHave {
  color: #29406d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
#credHave:hover {
  color: #fff;
}
/* ----------- Coins page style --------------- */
#lightPayForm {
  padding: 0px 8px;
}
/* ------- Forgot Password page style --------- */
#forgotSubTitle {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

/* ---------------- Autofill ------------------ */
/* Change the background color and text color of the autofilled input */
input:-webkit-autofill {
  background-color: transparent !important; /* Change this to your desired background color */
  -webkit-text-fill-color: #fff !important; /* Change this to your desired text color */
  border: 2px solid black; /* Optional: match the border color to your input */
}

/* Remove the default shadow or glow that appears on autofilled inputs */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 2px solid black; /* Ensures border stays consistent */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* Matches the background color */
  transition: background-color 5000s ease-in-out 0s; /* Prevents the default yellow background flash */
}
/* ------------------ Media ------------------- */
@media (min-width: 400px) {
  #loginContainer {
    padding: 16px;
    font-size: 14px;
    margin-left: 40px;
    margin-right: 40px;
  }
  #lightPayForm {
    padding: 0px 12px;
  }
}
@media (min-width: 550px) {
  #loginContainer {
    padding: 20px;
    font-size: 16px;
    margin-left: 70px;
    margin-right: 70px;
  }
  #loginHeading {
    font-size: 24px !important;
  }
  .submitBtn {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  #lightPayForm {
    padding: 0px 50px;
  }
}
@media (min-width: 768px) {
  #loginContainer {
    padding: 20px;
    font-size: 16px;
    margin-left: 150px;
    margin-right: 150px;
  }
  #lightPayForm {
    padding: 0px 60px;
  }
}
@media (min-width: 992px) {
  #loginContainer {
    padding: 20px;
    font-size: 16px;
    margin-left: 200px;
    margin-right: 200px;
  }
  #loginHeading {
    font-size: 30px !important;
  }
  #lightPayForm {
    padding: 0px 80px;
  }
}
@media (min-width: 1024px) {
  #loginContainer {
    padding: 20px;
    font-size: 16px;
    margin-left: 250px;
    margin-right: 250px;
  }
}
@media (min-width: 1200px) {
  #loginContainer {
    padding: 20px;
    font-size: 16px;
    margin-left: 300px;
    margin-right: 300px;
  }
  #login_box {
    width: 340px;
    border-radius: 25px;
    font-size: 20px;
  }
  #signUp_icon {
    width: 170px;
    border-radius: 25px 0px 0px 25px;
    font-size: 18px;
  }
  #vertical_divider {
    width: 2px;
  }
  #login_icon {
    width: 168px;
    border-radius: 0px 25px 25px 0px;
    font-size: 18px;
  }
  #logout_box {
    width: 310px;
    border-radius: 25px;
    font-size: 20px;
  }
  #coins {
    width: 148px;
    border-radius: 25px 0px 0px 25px;
    font-size: 18px;
  }
  #logout_icon {
    width: 160px;
    border-radius: 0px 25px 25px 0px;
    font-size: 18px;
  }
  #lightPayForm {
    padding: 0px 100px;
  }
}
