.nv2-body {
  position: relative;
  /* background-image: url('../img/bg-desktop.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #1c1c28;
  font-size: 14px;
}

.form-wrapper {
  display: flex;
  height: 100vh;
  /* width: 100%; */
  padding-top: 80px;
  /* align-items: center; */
  background: white;
  border-top: 0;
}

.nv2-body-wrapper {
  flex-grow: 1;
  display: flex;
}

.carousel-main-wrapper {
  width: 100%;
  display: block;
}

.carousel-main-wrapper .carousel-img {
  height: 100vh;
  object-fit: cover;
}

#kc-social-providers {
  display: none;
}

@media (max-height: 850px) {
  .nv2-body {
    height: auto;
    /* padding-top: 40px; */
  }

  .nv2-body-wrapper {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .nv2-body {
    padding-top: 0px;
  }
}

.nv2-margin-top_20 {
  margin-top: 20px;
}

.nv2-body a {
  color: #2d2a81;
  text-decoration: none;
  font-weight: 700;
}
.nv2-body a:hover {
  color: #3c38ab;
}

.nv2-content {
  box-sizing: border-box;
  padding: 46px 36px;
  background: white;
  /* max-height: 610px; */
  overflow-y: auto;
  border-radius: 4px;
  /* border-top: 4px solid #2D2A81; */
  /* box-shadow: 0 6px 16px rgb(45 42 129 / 15%); */
  min-width: 470px;
}

.nv2-header {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 20px;
}

@media (max-width: 767px) {
  .nv2-content {
    width: 500px;
    margin: 0 20px;
    min-width: auto;
    max-width: calc(100vw - 40px);
  }
}

.nv2-input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #cdceda;
  border-radius: 4px;
  font-size: 16px;
  color: #1c1c28;
  padding: 0 13px;
}
.nv2-input::placeholder {
  color: #8e90a6;
  font-size: 14px;
}
.nv2-input:focus-visible {
  outline: none;
  border: 1px solid #2d2a81;
}
.nv2-input[aria-invalid="true"] {
  border: 1px solid #e53535;
}
.nv2-input_error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #e53535;
}
.nv2-input-label {
  display: block;
  font-size: 14px;
  margin: 30px 0 10px 0;
  color: #555770;
}

.nv2-error {
  display: flex;
  align-items: center;
}
.nv2-error__text {
  color: #e53535;
  font-size: 12px;
  margin-left: 7px;
}
.nv2-error__icon {
  display: inline-block;
}

.nv2-checkbox {
  color: #1c1c28;
  font-size: 14px;
}
.nv2-checkbox input {
  display: none;
}
.nv2-checkbox input:checked + .nv2-checkbox__text:before {
  background-image: url("../img/checked-checkbox.svg");
}
.nv2-checkbox__text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.nv2-checkbox__text:before {
  background-image: url("../img/unchecked-checkbox.svg");
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 11px;
}

.nv2-btn[type="submit"] {
  -webkit-appearance: none; /*For Chrome*/
  -moz-appearance: none; /*For Mozilla*/
  appearance: none;
}
.nv2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #2d2a81;
  border-radius: 4px;
  height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.nv2-btn:hover {
  background-color: #3c38ab;
}
.nv2-btn[disabled],
nv2-btn[disabled]:hover {
  background-color: #dfdfe7 !important;
  cursor: default;
}
@media (min-width: 991px) {
  .nv2-btn-fixed {
    width: 370px !important;
  }
}


.nv2-form__row {
  margin-top: 33px;
}
.nv2-form__row_center {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.nv2-title {
  margin: 0 0 10px 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  .nv2-title {
    font-size: 18px;
  }
}

.nv2-title strong {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px !important;
  display: block;
}

.nv2-logo__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  display: none;
}

@media (max-width: 767px) {
  .nv2-logo__wrap {
    margin-bottom: 20px;
  }
}

.nv2-info {
  font-size: 14px;
  color: #555770;
  line-height: 19px;
}

.nv2-info__text {
  font-size: 14px;
  color: #555770;
}

.nv2-info__warning-text {
  font-size: 14px;
  color: #e53535;
  display: block;
  word-wrap: break-word;
  max-width: 340px;
}

@media (max-width: 767px) {
  .nv2-info,
  .nv2-info__text,
  .nv2-info__warning-text {
    font-size: 12px;
  }
}

.nv2-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 32px;
  font-size: 11px;
  padding: 9px 5px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700 !important;
  color: #1c1c28 !important;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.nv2-back:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nv2-back__icon {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .nv2-content {
    min-width: 340px;
    padding: 60px 20px 46px !important;
  }
  .nv2-input {
    width: 100% !important;
  }

  .nv2-login__line-row {
    width: 100% !important;
    max-width: none;
  }

  .nv2-login__guide-row {
    width: 100% !important;
    max-width: none;
  }

  .nv2-header {
    left: 0px;
  }
}

.btn-learn-more {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: white !important;
  font-family: sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-caption {
  bottom: 60px;
}

@media (max-width: 576px) {
  .nv2-body-wrapper {
    justify-content: start;
  }
}

@media (max-width: 799px) {
  .nv2-content {
    width: 500px;
    margin: 0 20px;
    min-width: auto;
    max-width: calc(100vw - 40px);
    padding: 30px 0px 5px !important;
  }
}

@media (max-width: 800px) {
  .carousel-main-wrapper {
    display: none;
  }
}
