body {
  font-family: "Inter", sans-serif;
}

.auth-page-2 {
  background-image: none;
}
.auth-page-2 .hidden {
  display: none;
}
.auth-page-2 .form_container {
  padding: 0;
  height: 100%;
  max-width: 100%;
  display: flex;
}
.auth-page-2 .auth-info {
  margin-right: 0;
  padding: 0px 60px;
  max-width: 530px;
  min-height: 470px;
  align-self: center;
}
.auth-page-2 .auth-info__logo {
  display: block;
  margin-bottom: 32px;
  /* background: url(../images/fusebase-logo.svg) no-repeat left; */
}
.auth-page-2 .auth-info__title {
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  color: #001216;
}
.auth-page-2 .auth-info__subtitle {
  flex-grow: 2;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  color: #001216;
}
.auth-page-2 .auth-info__subtitle-capture li {
  font-size: 16px;
}
.auth-page-2 .auth-info__subtitle-capture p {
  font-size: 16px;
  margin-bottom: 10px !important;
}
.auth-page-2 .auth-info__subtitle-capture p strong {
  color: rgba(0, 0, 0, 0.87);
}
.auth-page-2 .auth-info__subtitle-capture p a {
  color: #00acc1;
}
.auth-page-2 .auth-info__subtitle p {
  margin-bottom: 24px;
}
.auth-page-2 .auth-info__subtitle strong {
  color: #00acc1;
}
.auth-page-2 .auth-info__background {
  display: none;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
}
.auth-page-2 .auth-info__background img {
  position: absolute;
  max-width: 100%;
  left: -40%;
}
.auth-page-2 .auth-form {
  background-color: #002730;
  background-image: url(https://nimbusweb.me/auth/images/fusebase-pattern.svg);
  background-position: center left;
  background-repeat: repeat-x;
  justify-content: center;
  align-items: center;
  max-width: unset;
  display: flex;
}
.auth-page-2 .form {
  padding: 30px;
  max-width: 470px;
  margin: unset;
  border-radius: 16px;
  border: 1px solid var(--base-base-3, #eeeff1);
  background: #fff;
  box-shadow: 0px 27px 27px 0px rgba(0, 0, 0, 0.07);
}
.auth-page-2 .form__title {
  color: #001216;
  margin-bottom: 32px;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  letter-spacing: -0.52px;
}
.auth-page-2 .form__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #435059;
  margin-bottom: 10px;
}
.auth-page-2 .form__logos {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
.auth-page-2 .form_error_text {
  margin-bottom: 10px;
}
.auth-page-2 .form_top_text {
  padding: 0;
}
.auth-page-2 .form_text_separate {
  margin: 40px 0 20px 0;
  padding: 0;
  position: relative;
  color: #001216;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.auth-page-2 .form_text_separate::before {
  content: "";
  display: block;
  top: calc(50% + 1px);
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 1;
}
.auth-page-2 .form_text_separate span {
  padding: 0 8px;
  z-index: 2;
  background: #fff;
}
.auth-page-2 .form_button {
  background-color: #002730;
  border-radius: 4px;
}
.auth-page-2 .form_checkbox {
  margin-bottom: 0;
  color: #001216;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.auth-page-2 .form_checkbox label {
  margin-top: 0;
  margin-bottom: 4px;
}
.auth-page-2 .form_checkbox label input:checked + i {
  background: url(https://nimbusweb.me/auth/images/checked-icon.svg) no-repeat center #00bcd4;
  border: 1px solid #00bcd4;
}
.auth-page-2 .form_links {
  margin-top: 10px;
}
.auth-page-2 .form input.form_text {
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 18, 22, 0.16);
}
.auth-page-2 .form .social_auth_icons .button {
  height: 36px;
  border-radius: 4px;
  border: 1px solid var(--base-base-3, #eeeff1);
  background: var(--base-base-2, #f7f7f7);
}
.auth-page-2 .form .social_auth_icons .button i {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.auth-page-2 .form .social_auth_icons .social_auth_icon_apple i {
  background-image: url(https://nimbusweb.me/auth/images/social-icons/apple.svg);
}
.auth-page-2 .form .social_auth_icons .social_auth_icon_ms i {
  background-image: url(https://nimbusweb.me/auth/images/social-icons/ms.svg);
  width: 20px;
  height: 20px;
}
.auth-page-2 .terms {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  margin-top: 15px;
}
.auth-page-2 .terms a {
  color: #00acc1 !important;
  text-decoration: underline;
  display: inline-block;
}

#form_remind .form_links {
  margin-top: 15px;
}
/*# sourceMappingURL=auth-page-2.0.css.map */