@font-face {
  font-family: "BwAletaNo10-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/BwAletaNo10-Bold.woff2") format("woff2"), url("../font/BwAletaNo10-Bold.woff") format("woff");
}

@font-face {
  font-family: "TTNormsPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/TTNormsPro-Bold.woff2") format("woff2"), url("../font/TTNormsPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "TTNormsPro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/TTNormsPro-Regular.woff2") format("woff2"), url("../font/TTNormsPro-Regular.woff") format("woff");
}

html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  min-height: 100vh;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:invalid,
select:invalid,
textarea:invalid,
button:invalid {
  box-shadow: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
}

.ncts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-color: #0d1c3b;
  overflow: hidden;
}

.ncts .content-wrapper {
  z-index: 1;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 950px;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
}

.ncts__header {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #173063;
}

.ncts__header__content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

.ncts__header__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 40px;
  background-color: #00a6de;
  color: #fff;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.020em;
  text-decoration: none;
  transition: background-color 0.3s;
}

.ncts__header__button:hover {
  background-color: #015996;
}

.ncts__header__lang {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 30px;
  color: #fff;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-decoration: none;
}

.ncts__logo {
  margin: 0 0 38px 0;
  width: 110px;
  height: auto;
}

.ncts__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 36px 20px 46px 20px;
  width: 100%;
  background-color: #fff;
}

.ncts__form.-forgot {
  padding-bottom: 30px;
}

.ncts .form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.ncts .form__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  width: 100%;
}

.ncts .form__item__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 0;
  color: #323232;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

.ncts .form__item__input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #efefef;
  border-radius: 0;
  background-color: #fdfdfd;
  color: #595959;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  outline: 0;
}

.ncts .form__item__input.-invalid {
  border: 1px solid #b80518;
}

.ncts .form__item__input::-webkit-input-placeholder {
  color: #595959;
}

.ncts .form__item__input::-moz-placeholder {
  color: #595959;
}

.ncts .form__item__input:-ms-input-placeholder {
  color: #595959;
}

.ncts .form__item__input::-ms-input-placeholder {
  color: #595959;
}

.ncts .form__item__input::placeholder {
  color: #595959;
}

.ncts .form__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.ncts .form__checkbox__input {
  display: none;
  margin: 0 0;
  width: 0;
  height: 0;
}

.ncts .form__checkbox__input:checked ~ .form__checkbox__box::before {
  opacity: 1;
}

.ncts .form__checkbox__box {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  width: 26px;
  height: 26px;
  border: 1px solid #efefef;
  background-color: #fff;
  cursor: pointer;
}

.ncts .form__checkbox__box:before {
  content: "";
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21px;
  height: 14px;
  background-image: url("../../assets/svg/icon-tick-blue.svg");
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: center center;
  transition: opacity 0.2s;
}

.ncts .form__checkbox__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  color: #323232;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

.ncts .form__checkbox.-parent-invalid .form__checkbox__box {
  border: 1px solid #b80518;
}

.ncts .form__checkbox.-parent-invalid .form__requirement {
  display: none;
}

.ncts .form__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #f9cc24;
  color: #fff;
  font-family: "BwAletaNo10-Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration:none;
}

.ncts .form__button:hover {
  background-color: #ffab00;
}

.ncts .form__requirement {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 50px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #b80518;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0;
}

.ncts .form__requirement.-textarea {
  bottom: 108px;
}

.ncts .form__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.ncts .form__new {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #00a6de;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.ncts .form__new:hover {
  color: #0d1c3b;
}

.ncts .form__forgot-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #9b9b9b;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.ncts .form__forgot-text:hover {
  color: #494949;
}

.ncts .form__back {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  color: #00a6de;
  font-family: "BwAletaNo10-Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.ncts .form__back img {
  margin: 0 14px 0 0;
  width: 8px;
  height: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ncts .form__back:hover {
  color: #015996;
}

.ncts__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px 32px 30px;
  width: 100%;
  border: 3px solid #fff;
}

.ncts__content img {
  max-width: 120px;
  height: auto;
}

.ncts__content__shape {
  position: absolute;
  top: -3px;
  left: -11px;
  width: 20px;
  height: auto;
}

.ncts__title {
  margin: 20px 0;
  color: #fff;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  text-align: center;
}

.ncts__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
  color: #00a6de;
  font-family: "BwAletaNo10-Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.ncts__link img {
  margin: 0 0 0 14px;
  width: 8px;
  height: auto;
}

.ncts__link:hover {
  color: #015996;
}

.ncts__follow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
  width: 100%;
}

.ncts__follow__title {
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "BwAletaNo10-Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
}

.ncts__follow__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.ncts__follow__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  transition: background-color 0.3s;
}

.ncts__follow__social:hover {
  background-color: #0094c6;
}

.ncts__follow__social img {
  max-width: 15px;
  max-height: 14px;
}

@media only screen and (min-width: 640px) {
  .ncts__follow {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
  }
  .ncts__follow__title {
    margin: 0;
  }
  .ncts__follow__socials {
    margin: 0 0 0 23px;
  }
}

@media only screen and (min-width: 768px) {
  .ncts {
    height: 100vh;
  }
  .ncts .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ncts__form {
    margin: 0;
    width: 340px;
  }
  .ncts__content {
    width: 340px;
  }
  .ncts__link {
    margin: 0 26px 0 0;
  }
  .ncts.-forgot .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .ncts .content-wrapper {
    padding: 0;
  }
  .ncts .form__links {
    flex-direction: row;
    justify-content: space-between;
  }
  .ncts__content {
    width: 470px;
  }
  .ncts__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px;
    line-height: 2.875rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 1280px) {
  .ncts:before {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: -90px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 138px;
    height: 450px;
    background-image: url("../../assets/image/shape-01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }
  .ncts:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 10%;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 178px;
    height: 665px;
    background-image: url("../../assets/image/shape-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }
  .ncts__header__content {
    padding: 0;
  }
}

@media screen\0  {
  /* IE HACK */
  select {
    background-image: none !important;
  }
}
