@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600;6..12,700;6..12,800;6..12,900&display=swap");
/* 0 - 300px */
/* 301 - 600px */
/* alternate 0-600 or custom */
/* alternate 601-1200 */
/* alternate custom */
/* alternate &beyond custom */
/* 601 - 768px */
/* 769 - 991px */
/* 992 - 1199px */
/* 1200 - beyond */
/*-- custom width classes --*/
.w-100 {
  width: 100% !important;
}

.w-90 {
  width: 98% !important;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-48 {
  width: 48% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
}
@media (max-width: 767px) {
  .w-sm-2-100 {
    width: 100% !important;
  }
  .w-sm-2-98 {
    width: 98% !important;
  }
  .w-sm-2-90 {
    width: 90% !important;
  }
  .w-sm-2-80 {
    width: 80% !important;
  }
  .w-sm-2-70 {
    width: 70% !important;
  }
  .w-sm-2-60 {
    width: 60% !important;
  }
  .w-sm-2-50 {
    width: 50% !important;
  }
  .w-sm-2-48 {
    width: 48% !important;
  }
  .w-sm-2-40 {
    width: 40% !important;
  }
  .w-sm-2-30 {
    width: 30% !important;
  }
  .w-sm-2-20 {
    width: 20% !important;
  }
  .w-sm-2-10 {
    width: 10% !important;
  }
}
@media (max-width: 991px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
}
/*-- custom width classes --*/
/*-- custom height classes --*/
.h-100 {
  height: 100% !important;
}

.h-90 {
  height: 98% !important;
}

.h-90 {
  height: 90% !important;
}

.h-80 {
  height: 80% !important;
}

.h-70 {
  height: 70% !important;
}

.h-60 {
  height: 60% !important;
}

.h-48 {
  height: 48% !important;
}

.h-50 {
  height: 50% !important;
}

.h-40 {
  height: 40% !important;
}

.h-30 {
  height: 30% !important;
}

.h-20 {
  height: 20% !important;
}

.h-10 {
  height: 10% !important;
}

@media (max-width: 575px) {
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
}
/*-- custom width classes --*/
/*-- custom radius classes --*/
.mild-border-radius {
  border-radius: 3px !important;
}

.light-border-radius {
  border-radius: 5px !important;
}

.med-border-radius {
  border-radius: 10px !important;
}

/*-- custom radius classes --*/
/*-- custom bg color classes --*/
.bg-primary-color {
  background-color: #0D1117;
}

.bg-accent-color {
  background-color: #DAA414;
}

.bg-secondary-color {
  background-color: #ffffff;
}

/*-- custom bg color classes --*/
/*-- custom text color classes --*/
.bg-body-text-color {
  color: #0D1117;
}

.bg-body-lead-text-color {
  color: #4b4f58;
}

.text-accent-color {
  color: #DAA414;
}

/*-- custom text color classes --*/
/*-- custom border classes --*/
.border-accent {
  border-bottom: 5px solid #ffc40e;
}

.border-text-accent {
  border-bottom: 3px solid #ffc40e;
}

.border-black {
  border-bottom: 1px solid #0D1117;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #f8fafc;
}

/*-- custom border classes --*/
* {
  box-sizing: border-box;
}

body {
  background-color: #E7EFEF;
  font-family: "Nunito", sans-serif;
}

/*-- custom components classes --*/
.social-circle-block {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DAA414;
  color: #0D1117;
}

.icon-circle-block-tr {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #DAA414;
}

/*-- custom components classes --*/
/*-- main content cover section --*/
.sign-in-content-section .overlay-mask {
  background-color: rgba(5, 1, 23, 0.25);
}

@media (max-width: 991px) {
  #app {
    height: auto !important;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  #app {
    height: 100vh;
  }
  .sign-up-content-section {
    max-height: 98vh;
  }
  .h-lg-80 {
    height: 80vh;
  }
  .h-lg-90 {
    height: 90vh;
  }
  .h-lg-95 {
    height: 95vh;
  }
  .h-lg-98 {
    height: 98vh;
  }
}
/*-- main content cover section --*/

/*# sourceMappingURL=login.css.map */
