* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* Body */

body {
  font-family: Arial, sans-serif;
  background-color: #f9fafb;
}

/* Main Container */

.container {
  max-width: 1280px;

  height: 100vh;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;
}

/* Login Content */

.login-box {
  position: relative;

  text-align: center;

  z-index: 1;
  background-color: #fefefe;
  max-width: 440px;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
  gap: 24px;
  opacity: 1;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px #1018280f;

  box-shadow: 0px 1px 3px 0px #1018281a;
}

/* Logo */

.logo {
  margin-bottom: 40px;

  width: 135.26121520996094px;
  height: 50px;
  opacity: 1;
}

/* Title */

h2 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 360px;
  gap: 8px;
  opacity: 1;
}

/* Subtitle */

p {
  color: #475467;

  margin-bottom: 20px;
}

/* Button */

button {
  background-color: #d32f2f;

  color: #fff;

  border: none;

  padding: 10px 40px;

  border-radius: 5px;

  cursor: pointer;

  transition: 0.3s;
}

button:hover {
  /* background-color: #b71c1c; */
}

/* Footer text */

.footer-text {
  margin-top: 10px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.footer-text a {
  color: #e01b22;

  cursor: pointer;
  line-height: 20px;
}

.text {
  font-weight: 400;
  font-size: 16px;

  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: #e01b22;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  width: 360px;
  height: 44px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  gap: 6px;
  opacity: 1;
  border-radius: 8px;
}

.input-field {
  width: 360px;
  height: 44px;
  gap: 6px;
  padding: 8px;
  opacity: 0.5;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

/* 🔥 Responsive Breakpoints */

/* Mobile */

@media (max-width: 480px) {
  .box {
    padding: 20px;
  }

  h2 {
    font-size: 18px;
  }

  .input-field {
    padding: 10px;
  }
}

/* Tablet */

@media (max-width: 768px) {
  .box {
    max-width: 90%;
  }
}

/* 🔥 Responsive Breakpoints */

/* Mobile */

@media (max-width: 480px) {
  .box {
    padding: 20px;
  }

  h2 {
    font-size: 18px;
  }

  .input-field {
    padding: 10px;
  }
}

/* Tablet */

@media (max-width: 768px) {
  .box {
    max-width: 90%;
  }
}


/* 
.modal {
  background: #fff;
  text-align: center;
  width: 512px;
  height: 440px;
  opacity: 1;
  border-radius: 12px;
} */

.mail {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border-width: 1px;
  margin-top: 20px;
}

/* BACK */


/* TITLE */

.modal h2 {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #101828;
  padding-left: 100px;
}

.sub {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #475467;

  margin-bottom: 20px;
}

/* OTP INPUTS */

.otp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.otp-wrapper input {
  width: 48px;
  height: 56px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  color: #101828;
  outline: none;
  background: #fff;
  opacity: 1;
  gap: 8px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 20px;
}

/* placeholder style */
.otp-wrapper input::placeholder {
  color: #d0d5dd;
  font-size: 22px;
}

/* dash */
.dash {
  font-size: 22px;
  color: #98a2b3;
}

/* BUTTON */

.verify-btn {
  background: #e01b22;
  color: white;
  border: none;
  border-radius: 6px;
  /* cursor: not-allowed; */
  border: 1px solid #eaecf0;
  opacity: 0.5;
  width: 464px;
  height: 40px;
  opacity: 1;
  gap: 4px;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-radius: 8px;
  border-width: 1px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fffefe;
  margin-bottom: 20px;
}

.verify-btn.active {
  cursor: pointer;
  opacity: 1;
}

/* RESEND */

.resend {
  color: #475467;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

#otpModal .modal-content {
    border: none;
    box-shadow: none; /* optional: removes shadow */
}



.otp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.otp-wrapper input {
  width: 48px;
  height: 56px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  text-align: center;
  font-size: 48px !important;
  color: #101828;
  outline: none;
  background: #fff;
  opacity: 1;
  gap: 8px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* placeholder style */
.otp-wrapper input::placeholder {
  color: #d0d5dd;
  font-size: 42px;
  font-style: normal;
}

.timer{
  font-size: 14px;
  color: #E01B22;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none;
}

.back1 {
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  color: #344054;
  border: none;
  /* margin-bottom: 10px; */
  width: 512px;
  height: 60px;
  background-color: #fefefe;
  border-radius: 12px 12px 0 0;
  /* box-shadow: 0px 20px 24px -4px #10182814; */
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
}

.btn:hover {
  cursor: pointer;
  opacity: 1;
  background: #e01b22;
  color: white;
}
 