
 .leftImg {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(210, 0, 7, 0.764) 0%, rgba(52, 52, 52, 0.577) 50%);
  position: absolute;
  left: 3rem;
}

.leftImg-group{
  position: relative;
  display: flex;
}

 .text-wrapper {
  width: 435px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #191211;
  font-size: 37px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  line-height: normal;
}

.container {
  height: auto;
  width: 30rem;
  background-color: #00000000;
  position: relative;
  overflow: hidden;
  top: 120px;
}

 .text-wrapper-2 {
  position: absolute;
  width: 301px;
  top: 61px;
  left: 0;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
}

/* .logo {
  position: absolute;
  left: 45rem;
  top: 10rem;
  width: 10rem;
} */

 .right-div {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 34rem;
  left: 30rem;
}

 .slider-title {
  text-align: center;
  position: absolute;
  width: 331px;
  height: 107px;
  top: 3rem;
  left: 53px;
  font-size: x-large;
  /* box-shadow: 0px 0px 10px #191211; */
  border-radius: 2rem;
}

 .btn {
  position: absolute;
  width: 280px;
  height: 59px;
  top: 60px;
  left: 0;
  background-color: #ff001347;
  border-radius: 50px;
}

 .slider {
  position: absolute;
  width: 130px;
  height: 40px;
  top: 69px;
  left: 13px;
  background-color: #d20008;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

 .moveslider {
  transition: all 0.5s ease-in-out;
  left: 140px;
}

.btn .login-slide {
  position: absolute;
  text-align: center;
  top: 10px;
  left: 58px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}

.btn .signup-slide {
  position: absolute;
  text-align: center;
  top: 10px;
  left: 180px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}

 .text-wrapper-3 {
  position: absolute;
  top: 5rem;
  left: 4rem;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #d20008;
  
}

.form-section {
  height: 33rem;
  width: 66rem;
  display: flex;
  position: relative;
  transition: all 0.65s ease-in-out;
  overflow: hidden;
}

.form-section-move {
  left: -580px;
}

 .login-box {
  position: absolute;
  width: 455px;
  height: 500px;
  left: 15px;
  top:2rem;
}

 .signup-box {
  position: absolute;
  width: 456px;
  height: 500px;
  top: 1rem;
  left: 38rem;
}

  .signup-box .email-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 180px;
}
 .login-box .email-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 90px;
}

.signup-box .username-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 0px;
  left: 0;
}

.signup-box .company-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 90px;
  left: 0;
}

 .login-box .pwd-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 180px;
}

.signup-box .pwd-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 270px;
  left: 0;
}

 .cnf-password-group {
  position: absolute;
  width: 439px;
  height: 90px;
  top: 360px;
}

 .div-wrapper {
  position: absolute;
  width: 435px;
  height: 45px;
  top: 20px;
  left: 0;
  border-radius: 40px;
  border: 1px solid;
  border-color: #9e896a;
}

.login,
.signup {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

 .text-wrapper-7 {
  position: absolute;
  width: 350px;
  height: 20px;
  top: 14px;
  left: 30px;
  font-family: "Poppins-Light", Helvetica;
  font-weight: 300;
  color: #363636;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  border: none;
}

 .text-wrapper-7::placeholder {
  color: #acacac;
}

.text-wrapper-7:focus {
  outline: none;
}

 .text-wrapper-8 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

 .invisible {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 35px;
  left: 389px;
  cursor: pointer;
}

 .descp-l {
  width: 450px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #5b5b5b;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -40px;
  letter-spacing: 0;
  line-height: normal;
  text-shadow: 0 0 75px #d20007aa;
}

 .descp-r {
  width: 450px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #5b5b5b;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  text-shadow: 0 0 75px #d20007aa;
}

.login-box .group-8 {
  position: absolute;
  width: 436px;
  top: 340px;
  left: 0;
}

 .text-wrapper-10 {
  position: absolute;
  top: -77px;
  left: 240px;
  font-family: "Poppins-Light", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
}

.forgot {
  font-family: "Poppins-Bold", Helvetica;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.forgot:hover {
  color: #d20007;
}



.signup-box .signupBtn-group {
  position: absolute;
  width: 234px;
  height: 49px;
  top: 415px;
  left: 203px;
}

.login-box .overlap-3-l {
  position: relative;
  left: -75px;
  top: -90px;
  width: 180px;
  height: 50px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  background-color: #d20008;
  border-radius: 36px;
  box-shadow: 0px 0px 7px #191211;
  font-family: "Poppins-Regular", Helvetica;
}

.login-box .overlap-3-l:hover {
  background-color: #191211;
  box-shadow: none;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.overlap-3-l .login-p {
  position: relative;
  top: 13px;
  color: #ffffff;
}

.signup-box .overlap-3-r {
  position: relative;
  left: -75px;
  top: 10px;
  width: 200px;
  height: 50px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  background-color: #d20008;
  border-radius: 36px;
  box-shadow: 0px 0px 7px #191211;
  font-family: "Poppins-Regular", Helvetica;
}

.signup-box .overlap-3-r:hover {
  background-color: #191211;
  box-shadow: none;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.overlap-3-r .signup-p {
  position: relative;
  top: 15px;
  color: #ffffff;
}

.signupBtn {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.loginBtn {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.footer {
  position: relative;
  top: 8rem;
  color: #5b5b5b;
  text-align: right;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
}

.cnf-body {
  font-family: "Poppins-Bold", Helvetica;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f7f7f7;
}

.signup_container {
  text-align: center;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
}

p {
  color: #666;
  margin-top: 10px;
}

.waiting-icon {
  font-size: 40px;
  color: #a00107;
}

.admin-approval-body {
  font-family: "Poppins-Regular", Helvetica;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.admin-approval-container {
  text-align: center;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.admin-h1 {
  color: #a00107;
}

.admin-h2 {
  color: #333;
  margin-top: 10px;
}

.admin-form {
  margin-top: 20px;
}

.admin-h3 {
  color: #333;
  margin: 10px 0;
}

.admin-h4 {
  color: #555;
  margin-top: 15px;
}

.admin-btn {
  background-color: #d20008;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.admin-btn:hover {
  background-color: #d20008;
  transition: all 0.3s ease;
}

.otp_body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.otp_container {
  text-align: center;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.otp_form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.otp_div {
  width: 100%;
  display: flex;
  
  flex-direction: row;
  justify-content: space-around;
}

.otp_label {
  color: #333;
  margin-bottom: 10px;
}

.otp_h1 {
  color: #191211;
}

.otp_input {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.otp_input-value {
  padding: 10px;
  margin-bottom: 20px;
  width: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.otp_button {
  background-color: #d20008;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.otp_button:hover {
  background-color: #a00107;
}

.otp_timer_text {
  color: #555;
  margin-top: 20px;
}

.otp_resend_message {
  display: none;
  color: #555;
  margin-top: 10px;
}

.otp_resend_link {
  color: #a00107;
  text-decoration: none;
}

@media (max-width: 650px) {
   .leftImg {
    display: none;
  }

  .leftImg-group{
    justify-content: right;
  }

  .logo {
    left: 18rem;
    top: 2rem;
    width: 6rem;
  }

  .slider-title{
    left: 1rem;
  }

  .right-div {
    left: 0rem;
    top: 3rem;
  }

  .cnf-body .signup_container {
    width: 60%;
  }

  .admin-approval-body {
    overflow: auto;
  }

  .admin-approval-container {
    overflow-y: scroll;
    max-width: 80%;
    max-height: 80%;
    position: relative;
  }

  .otp_container {
    overflow-y: auto;
    max-width: 60%;
    max-height: 40%;
  }
}

.popup {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 30%;
  font-weight: bolder;
}
.popup-content button {
  display: block;
  margin: 0 auto;
}
.show {
  display: block;
}

#alertMessage {
  position: fixed;
  bottom: 20px; /* Initial position at the bottom */
  right: 20px; /* Align to the bottom-right corner */
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999; /* Keep the alert on top */
  opacity: 0;
  transform: translateY(100%); /* Start off-screen */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transitions */
  
}

#alertMessage.show {
  opacity: 1;
  transform: translateY(0); /* Move into view */
}

#alertMessage.hide {
  opacity: 0;
  transform: translateY(100%); /* Slide out of view */
}
