.loginBox {
  .or {
    @apply mt-2 mb-2;
  }
  .themeBtn {
    @apply my-0;
  }

  .agreeText.signupText {
    @apply text-start items-baseline gap-2 mb-3;
  }

  .minText.signupText {
    @apply text-[12px] w-[80%] mx-auto;
  }

.registrationSuccess {
  color: green;
  font-weight: bold;
  text-align: center;
}

.registrationError {
  color: red;
  font-weight: bold;
  text-align: center;

}

}
