:root {
  --white: white;
  --black: black;
}

.sign-in-form-container---ktg {
  z-index: 20;
  border-top: 1px solid #d9dbe9;
  border-bottom: 1px solid #d9dbe9;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign-in-form-container---ktg.sign-in-v1---ktg {
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: column;
  align-items: center;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.sign-in-form-container---ktg.sign-in-v1---ktg.preview-page---ktg {
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.field-label---ktg {
  color: #170f49;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.input---ktg {
  color: #333;
  border: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #005bea;
  border-radius: 0;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  transition: opacity .2s, color .2s, border-color .2s;
}

.input---ktg:hover {
  color: #333;
  border-color: #4a3aff;
}

.input---ktg:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---ktg::placeholder {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.log-in-button---ktg {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1f1e1d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.log-in-button---ktg:hover {
  background-color: #da0000;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.forgot-password---ktg {
  color: #333;
  text-align: center;
  margin: 24px auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.forgot-password---ktg:hover {
  color: #4a3aff;
}

.sign-in-form-block---ktg {
  width: 100%;
}

.or-text-block---brix {
  margin-left: 32px;
  margin-right: 32px;
}

.social-button---brix {
  color: #6f6c90;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  max-height: 66px;
  margin-bottom: 12px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  box-shadow: 0 1px 6px rgba(19, 18, 66, .07);
}

.social-button---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 3px 10px rgba(19, 18, 66, .12);
}

.social-button---brix.last-item---brix {
  margin-bottom: 0;
}

.cloneable-container-default {
  background-color: #fff;
  border-top: 0 solid #d9dbe9;
  border-bottom: 0 solid #d9dbe9;
  min-height: auto;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.social-small-logo---brix {
  margin-right: 18px;
}

.succes-message---ktg {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.or-divider---ktg {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.stroke---brix {
  background-color: #eff0f6;
  width: 100%;
  height: 1px;
}

.input-div---ktg {
  margin-bottom: 32px;
}

.sign-in-form-wrapper---ktg {
  width: 100%;
  display: flex;
}

.ktg-form {
  background-color: #fff;
  border-radius: 34px;
  flex-direction: column;
  padding: 0;
  display: flex;
  box-shadow: 0 54px 54px rgba(74, 58, 255, .04), 0 4px 104px rgba(20, 20, 43, .04), 0 98px 66px rgba(19, 18, 66, .02);
}

.logo-brand---ktg {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 250px;
  padding-left: 0;
}

.error-message---ktg {
  color: #ff3f42;
  text-align: center;
  background-color: #ffecec;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px;
}

.title-container---ktg.sign-in-v1---ktg {
  text-align: center;
  margin-top: 0;
}

.c-content-btn-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-content {
  opacity: 1;
  background-color: rgba(31, 30, 29, 0);
  background-image: url('../images/wave.png'), linear-gradient(37deg, #330867, #30cfd0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.c-content.section-1 {
  position: relative;
}

.nav-link-block {
  flex: 1;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.b-body-content {
  width: 100%;
  display: block;
}

.full-logo-wrap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  right: 0;
}

.logo-wrap {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .5rem 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

._w-body-content {
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10%;
  right: auto;
}

._w-body-content.no-event {
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 20px;
  right: auto;
}

.side-menu-background {
  z-index: 1;
  background-color: #222;
  width: 25rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
  box-shadow: -8px 0 30px rgba(0, 0, 0, .23);
}

.content-btn-details-text {
  width: auto;
  max-width: none;
  margin-right: 10px;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 25rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  top: -20rem;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: visible;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.content-btn-details-icon {
  height: 15px;
}

.content-btn-details-icon.default {
  opacity: .75;
}

.underline {
  background-color: #30cfd0;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: end;
  width: 25rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.nav-wrapper {
  display: flex;
}

.main-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.ktg-cms-editable-content.ktg-cms-editable {
  padding-left: 0;
  padding-right: 0;
}

.c-nav {
  z-index: 9999;
  background-color: #222;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

._w-content-btn {
  display: inline-block;
}

._w-content-btn.pointer-link {
  margin-top: 0;
  margin-right: 10px;
}

.c-content-btn-details {
  position: relative;
}

.c-body-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_component {
  z-index: auto;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

._w-content-btn-details {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-content-btn-details.default {
  padding-top: 15px;
  padding-bottom: 15px;
}

._w-content-btn-details.focus {
  background-image: linear-gradient(45deg, #2babff, #5fb4db);
  border-radius: 0;
  width: 100%;
  padding: 15px;
  position: absolute;
}

.social-circle {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.social-circle:hover {
  color: #30cfd0;
  background-color: #30cfd0;
  border-color: #30cfd0;
}

.social-circle.linkedin {
  padding-left: 10px;
  padding-right: 10px;
}

.ktg-logo {
  width: 11rem;
}

.particles {
  z-index: 20;
  width: 100%;
  height: 222px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-content-main-description {
  color: #fff;
  margin-bottom: 40px;
}

.close-button {
  cursor: pointer;
  background-color: #30cfd0;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0 solid #fff;
  border-radius: 100vw;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.menu-icon {
  width: 2rem;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

._w-content {
  background-color: rgba(31, 30, 29, 0);
  width: 100%;
  height: 100vh;
  position: relative;
}

.logo-wrapper {
  text-align: center;
  background-color: #1b1b1b;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-wrapper {
  margin: 20px 50px 50px;
}

.heading {
  color: #da0000;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.text-block {
  color: #333;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  ._w-body-content.no-event {
    width: 100%;
    left: auto;
    right: auto;
  }

  .nav-wrapper {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  ._w-body-content.no-event {
    width: 100%;
    max-width: 1300px;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .log-in-button---ktg {
    background-position: 57%;
  }

  .sign-in-form-wrapper---ktg {
    flex-direction: column;
  }

  .logo-brand---ktg {
    transition: transform .35s;
  }

  .logo-brand---ktg:hover {
    transform: scale3d(.94, .94, .01);
  }

  .c-content.section-1 {
    height: 65vh;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  ._w-body-content.no-event {
    padding-left: 50px;
    padding-right: 50px;
  }

  .side-menu-background {
    z-index: 0;
  }

  .nav-wrapper {
    display: block;
  }

  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .c-body-content, ._w-content {
    height: 65vh;
  }
}

@media screen and (max-width: 767px) {
  .log-in-button---ktg {
    background-position: 60%;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-div---ktg {
    margin-bottom: 24px;
  }

  .ktg-form {
    padding: 48px 30px;
  }

  .title-container---ktg.sign-in-v1---ktg {
    margin-top: 6vh;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  ._w-body-content {
    margin-left: 30%;
  }

  .side-menu-background {
    z-index: 6;
    right: 0;
  }

  .side-menu_component {
    width: 25rem;
    padding-right: 0;
    overflow: scroll;
  }

  .side-menu-wrapper {
    width: 25rem;
    overflow: hidden;
  }

  .nav-wrapper {
    display: none;
  }

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 479px) {
  .log-in-button---ktg {
    background-position: 66%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .social-button---brix {
    font-size: 16px;
  }

  .ktg-form {
    padding: 32px 24px;
  }

  .logo-brand---ktg {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .title-container---ktg.sign-in-v1---ktg {
    margin-top: 64px;
  }

  .c-content-btn-link {
    width: 100%;
  }

  .c-content.section-1 {
    height: 110vh;
    margin-top: 0;
    padding-top: 0;
  }

  .b-body-content {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  ._w-body-content.no-event {
    margin-top: 0;
    padding-left: 0;
  }

  .side-menu-background, .side-menu_component, .side-menu-wrapper {
    width: 100%;
  }

  .nav-wrapper {
    display: flex;
  }

  .main-wrapper {
    margin-top: 0;
    padding-left: 10px;
  }

  .c-nav {
    display: block;
  }

  ._w-content-btn.pointer-link {
    width: 100%;
  }

  .c-body-content {
    height: 110vh;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._w-content-btn-details.default, ._w-content-btn-details.focus {
    justify-content: center;
    align-items: center;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  ._w-content {
    height: 110vh;
  }
}


