body {
  background-color: white !important;
  font-family: "Inter";
}

.error-msg {
  color: white;
  padding: 0.2rem;
}

/* SIGNUP SECTION */
.form-box {
  font-weight: bold;
}
.input-style {
  padding: 1rem;
  width: 100%;
  border: var(--bs-primary) 1px solid;
  outline: 0;
  border-radius: 10px !important;
  background-color: #fcfcfc !important;
  margin-top: 0.5rem;
}

.input-style::placeholder {
  color: #b4afaf !important;
}

.terms-conditions-paragraph {
  font-size: 0.8rem;
}

.arrow-back {
  font-size: clamp(1rem, 2.5vw, 2rem);
  position: absolute;
  left: 4rem;
  top: 3rem;
  cursor: pointer;
}

/* END SIGNUP SECTION */
