@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

.primary-color {
  color: #02d4b5 !important;
}

.secondary-color {
  color: #267bc5 !important;
}

.primary-font-color {
  color: #464646 !important;
}

.secondary-font-color {
  color: #8a8a8a !important;
}

.bg-gradient {
  background: linear-gradient(0deg, #267bc5 0%, #02d4b5 100%) !important;
}

.bg-primary {
  background-color: #02d4b5 !important;
}

.bg-secondary {
  background-color: #267bc5 !important;
}

.bg-red {
  background-color: #e73636 !important;
}

.border-gradient {
  border: 2px solid transparent;
  -o-border-image: linear-gradient(0deg, #267bc5 0%, #02d4b5 100%);
     border-image: linear-gradient(0deg, #267bc5 0%, #02d4b5 100%);
  border-image-slice: 1;
}

.outline-0 {
  outline: 0 !important;
}

.no-border {
  border: 0rem;
}

.no-shadow {
  box-shadow: none !important;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-40 {
  border-radius: 2.5rem;
}

.br-50 {
  border-radius: 50%;
}

.line-0 {
  line-height: 0;
}

.line-1 {
  line-height: 1;
}

.line-18 {
  line-height: 1.125rem;
}

.gray-img {
  filter: brightness(0) opacity(0.5);
}

.white-img {
  filter: brightness(0) invert(1);
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.f-200 {
  font-weight: 200 !important;
}

.f-300 {
  font-weight: 300 !important;
}

.f-400 {
  font-weight: 400 !important;
}

.f-500 {
  font-weight: 500 !important;
}

.f-600 {
  font-weight: 600 !important;
}

.f-700 {
  font-weight: 700 !important;
}

.f-800 {
  font-weight: 800 !important;
}

.font-10 {
  font-size: 0.625rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-22 {
  font-size: 1.375rem !important;
}

.font-25 {
  font-size: 1.5625rem !important;
}

.font-28 {
  font-size: 1.75rem !important;
}

.font-30 {
  font-size: 1.875rem !important;
}

.font-35 {
  font-size: 2.1875rem !important;
}

.font-42 {
  font-size: 2.625rem !important;
}

.font-45 {
  font-size: 2.8125rem !important;
}

.font-50 {
  font-size: 3.125rem !important;
}

.font-55 {
  font-size: 3.4375rem !important;
}

.font-60 {
  font-size: 3.75rem !important;
}

.font-65 {
  font-size: 4.0625rem !important;
}

.font-82 {
  font-size: 5.125rem !important;
}

.font-90 {
  font-size: 5.625rem !important;
}

.font-100 {
  font-size: 6.25rem !important;
}

.font-130 {
  font-size: 8.125rem !important;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0 !important;
}

.code-indention {
  word-break: break-word;
  white-space: pre;
}

.custom-indention {
  word-break: break-word;
  white-space: pre-wrap;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-8 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.box-10 {
  width: 0.625rem !important;
  height: 0.625rem !important;
}

.box-12 {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

.box-14 {
  width: 0.875rem !important;
  height: 0.875rem !important;
}

.box-16 {
  width: 1rem !important;
  height: 1rem !important;
}

.box-20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.box-22 {
  width: 1.375rem !important;
  height: 1.375rem !important;
}

.box-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.box-32 {
  width: 2rem !important;
  height: 2rem !important;
}

.box-40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.box-48 {
  width: 3rem !important;
  height: 3rem !important;
}

.box-60 {
  width: 3.75rem !important;
  height: 3.75rem !important;
}

.box-80 {
  width: 5rem !important;
  height: 5rem !important;
}

.box-100 {
  width: 6.25rem !important;
  height: 6.25rem !important;
}

.box-150 {
  width: 9.375rem !important;
  height: 9.375rem !important;
}

.box-200 {
  width: 12.5rem !important;
  height: 12.5rem !important;
}

.object-fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  height: 5rem;
}

.third-party-signin {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-party-signin .icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  * {
    box-sizing: border-box;
    font-size: 80%;
  }
}/*# sourceMappingURL=signin_signup.css.map */