@font-face {
  font-family: 'inter';
  src: url('/static/vendor/googleFonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body {
  margin: 0;
  font-family: 'inter';
  background-color: transparent !important;
  background-position: center;
  background-size: cover;
  padding-bottom: 0px !important;
}



.signUp {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  background: transparent;
  position: relative;
  z-index: 1;
}

.signUpContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem;
  max-width: 1100px;
  width: 100%;
  position: relative;
  z-index: 2;
}



.signUpForm {
  flex: 1;
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
   border: 2px solid #55e32a;
}

.signUpForm h5 {
  color: #21452C;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}


.btn-primary {
  background-color: #21452C !important;
  border: none !important;
  border-radius: 30px;
  width: 150px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(19, 105, 56, 0.5);
}

@media (max-width: 1000px) {
  .signUpContainer {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

 

  .signUpForm {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 424px) {
  .signUpContainer {
    padding: 1rem;
  }
}

main{
  padding-top: 0px !important;
}


.otpBox {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.otpBox:focus {
  border-color: #55e32a !important;
  outline: none;
  box-shadow: 0 0 5px #55e32a;
}



/* login page css */
.signIn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: transparent;
  position: relative;
  z-index: 1;
}

.signInContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 3rem;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(187, 178, 178, 0.08);
  position: relative;
  z-index: 2;
}

.signInIntro {
  flex: 1;
  color: #21452C;
}

.signInForm {
  flex: 1;
  background: #F2FFF6;
  padding: 2rem;
  border-radius: 12px;
}

.signInForm h5 {
  color: #21452C;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-control {
  border: none !important;
  border-bottom: 2px solid #d9dddac0 !important;
  border-radius: 0 !important;
  color: #21452C !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Focus state */
.form-control:focus {
  border: none !important;
  border-bottom: 2px solid #adf6c4 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}


.form-control::placeholder {
  color: #a99b9b;
}

.btn-primary {
  background-color: #21452C !important;
  border: none !important;
  border-radius: 30px;
  width: 150px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(67, 228, 107, 0.5);
}

@media (max-width: 1000px) {
  .signInContainer {
    flex-direction: column;
    text-align: center;
    padding: 2rem;

  }

  .signInIntro {
    order: 1;
  }

  .signInForm {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 424px) {
  .signInContainer {
    padding: 0rem;
  }
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

#togglePassword {
  position: absolute;
  right: 15px;
  top: 20% !important;
  transform: translateY(-50%);
  color: #21452C;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

#togglePassword:hover {
  color: #175e25;
  transform: translateY(-50%) scale(1.1);
}

@keyframes shake {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  25% {
    transform: translateY(-50%) rotate(10deg);
  }

  50% {
    transform: translateY(-50%) rotate(-10deg);
  }

  75% {
    transform: translateY(-50%) rotate(6deg);
  }

  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}

.shake {
  animation: shake 0.5s;
}

.textGray {
  color: #8d908e;
  font-size: clamp(14px, 2vw, 20px) !important;
}


@media(max-width:424px) {
  .topImg {
    width: 130px !important;
  }
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.15em !important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
  cursor: initial;
}

.parsley-required {
  list-style-type: none !important;
  font-size: clamp(12px, 1.2vw, 15px) !important;
  color: rgb(255, 0, 72) !important;
}

.parsley-type,
.parsley-minlength,
.parsley-length {
  list-style-type: none !important;
  font-size: clamp(12px, 1.2vw, 15px) !important;
  color: rgb(255, 0, 72) !important;
}

.parsley-errors-list {
  color: #f42a2a;
  list-style: none;
  padding-left: 0;
  margin: 5px 0 0 0;
}

.position-relative+.parsley-errors-list {
  margin-left: 0;
}

.optInput input {
  width: 35px !important;
}