::selection {
  color: #fff;
  background: #00a1b7;
}

.wrap_it_all {
  background-image: url("https://nimbusweb.me/auth/images/nimbus-illustration.svg");
  background-repeat: no-repeat;
  background-position-y: 370px;
  background-position-x: -15%;
  background-size: 55%;
  overflow: hidden;
  height: 100vh;
}

.form_wrapper {
  background: transparent;
}

.auth-header {
  box-shadow: 4px 4px 38px rgba(167, 194, 198, 0.2);
  height: 53px;
}
.auth-header__wrap {
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.auth-header__logo {
  margin: 0 16px;
  display: flex;
  align-items: center;
}
.auth-header__logo img {
  width: auto;
}
.auth-header__logo:first-child {
  margin-left: 0;
}

.auth-info {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.auth-info__title {
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #435059;
  max-width: 570px;
  width: 100%;
  margin-bottom: 77px;
}

.center {
  max-width: 538px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.switch-to-container {
  text-align: center;
}

.form {
  padding: 46px 84px;
  max-width: 538px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 4px 4px 38px rgba(167, 194, 198, 0.35);
  border-radius: 10px;
  font-family: "SF-Pro-Text", sans-serif;
}
.form_wrapper {
  padding: 0;
}
.form_wrapper label.wrong {
  font-size: 13px;
  margin-bottom: 10px;
}
.form_container {
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: none;
}
.form_content {
  outline: none;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.form_content::after {
  content: ".nimbusweb.me";
  opacity: 0.7;
}
.form_text {
  background-color: #fff;
  color: #333;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "SF-Pro-Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.form_text:focus {
  border-color: #00A1B7;
}
.form_text_separate {
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #A5B3BD;
  height: auto;
  margin: 8px 0;
}
.form_notes_text {
  padding-bottom: 0;
}
.form .button {
  font-size: 13px;
  border-radius: 60px;
  padding: 11px;
  background-color: #00A1B7;
}
.form .button span {
  color: #F5F8FA;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
.form .button:hover {
  background-color: #002730;
}
.form .button[type=submit] {
  margin-top: 21px;
}
.form .social_auth_icon.button {
  background: rgba(0, 161, 183, 0.1);
  border-radius: 30px;
}
.form .social_auth_icon.button .text {
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.form .social_auth_icon.button:hover {
  border: 1px solid #00A1B7;
}
.form_checkbox {
  padding: 0;
  margin-bottom: 30px;
}
.form_checkbox label {
  line-height: 16px;
  color: #435059;
}
.form_checkbox label i {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
}
.form_checkbox label input:checked + i {
  background: url(https://nimbusweb.me/auth/images/checked-icon.svg) no-repeat center #00A1B7;
  border: 1px solid #00A1B7;
}
.form .org_sub_container .input-overlay .sub-value,
.form .org_sub_container .input-overlay .domain-value,
.form .org_sub_container input {
  font-size: 13px;
  line-height: 20px;
  font-family: "SF-Pro-Text", sans-serif;
}

.org_sub_container .input-overlay .sub-value {
  opacity: 0;
}

.org_sub_container input {
  width: 100%;
}

.social_auth_icons {
  margin-bottom: 30px;
}

.form_links {
  padding: 0;
  margin-top: 30px;
}
.form_links a {
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #00A1B7;
}

.register-type-switch {
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #00A1B7;
  padding: 1px;
  max-width: 200px;
  width: 100%;
}
.register-type-switch .switch-option {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  border-radius: 60px;
  padding: 6px 22px;
}
.register-type-switch .switch-option:hover {
  cursor: pointer;
}
.register-type-switch .switch-option.active {
  background-color: #00A1B7;
}

.terms {
  margin: 21px 0 0 0;
}
.terms a {
  color: #A5B3BD;
  font-family: "SF-Pro-Text", sans-serif;
  margin: 0;
  font-weight: normal;
  font-size: 11px !important;
  line-height: 16px;
}

@media only screen and (max-width: 1170px) {
  .auth-info {
    width: 50%;
  }
  .auth-info__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1120px) {
  .wrap_it_all {
    background-size: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .wrap_it_all {
    background-size: 60%;
    background-position-x: -50%;
  }
}
@media only screen and (max-width: 940px) {
  .wrap_it_all {
    background-size: 58%;
  }
  .auth-info__title {
    font-size: 21px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 875px) {
  .wrap_it_all {
    background-image: none;
  }
  .auth-info {
    display: none;
  }
  .form_container {
    justify-content: center;
  }
  .auth-header__wrap {
    justify-content: center;
  }
  .auth-header__logo img {
    width: 100%;
  }
  .auth-header__logo:first-child {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .auth-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form {
    padding: 26px;
  }
  .form .social_auth_icon.button {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .social_auth_icons {
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-height: 720px) {
  .auth-header {
    height: 40px;
  }
  .auth-header__wrap {
    padding: 6px 15px;
  }
  .auth-info__title {
    font-size: 34px;
    line-height: 46px;
  }
  .form_container {
    padding: 20px 15px;
  }
  .form {
    padding: 26px 84px;
  }
  .form_text {
    height: 38px;
    margin: 0 0 12px 0;
  }
  .social_auth_icons {
    margin-bottom: 20px;
  }
  .form_checkbox {
    margin-bottom: 20px;
  }
  .form_links {
    margin-top: 20px;
  }
  .form .button {
    padding: 8px;
  }
  .form_text_separate {
    margin: 6px 0;
  }
  .register-type-switch {
    margin-bottom: 14px;
    max-width: 188px;
  }
  .register-type-switch .switch-option {
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 375px) {
  .form {
    padding: 26px 42px;
  }
}
.org_role_container {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  z-index: 1;
  cursor: pointer;
}
.org_role_container.is-opened::after {
  display: none;
}
.org_role_container input {
  cursor: pointer;
}
.org_role_container::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e8e8e8;
}
.org_role_container:hover::after {
  border-top-color: #aaa;
}
.org_role_container:hover .org_role_dropdown {
  border-color: #aaa;
}
.org_role_container input {
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  font-family: "SF-Pro-Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  outline: none;
  border: none;
}
.org_role_container .org_role_dropdown {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  box-shadow: 4px 4px 38px rgba(167, 194, 198, 0.35);
  max-height: 256px;
  overflow: auto;
}
.org_role_container .org_role_dropdown ul {
  list-style-position: inside;
  list-style-type: none;
}
.org_role_container .org_role_dropdown ul li {
  color: #333;
  box-sizing: border-box;
  font-family: "SF-Pro-Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  cursor: pointer;
  padding: 10px 16px;
}
.org_role_container .org_role_dropdown ul li:hover {
  background-color: rgba(0, 0, 0, 0.17);
}

.hidden {
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

/*# sourceMappingURL=auth-page.css.map */
