nav {
  background-color: #fff;
  height: 4rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 8px 0 !important;
}

@media screen and (max-width: 991.98px) {
  nav {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

nav .navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

nav .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .navbar-nav li:first-of-type {
  margin-right: 24px;
}

nav .navbar-nav li .btn {
  margin-right: 0 !important;
}

@media screen and (max-width: 991.98px) {
  nav .navbar-nav li .btn {
    width: 130px !important;
  }
}

.content-wrapper {
  padding: 4rem 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E5E5E5;
}

.content-wrapper#register .right-side {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-wrapper#register .right-side img {
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}

.content-wrapper > .row {
  width: 90%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .content-wrapper > .row {
    width: 87%;
  }
}

.content-wrapper > .row .left-side .form-details-inner h2 {
  margin-bottom: 32px;
}

.content-wrapper > .row .left-side .form-details-inner:last-of-type {
  margin-top: 4rem;
}

@media screen and (max-width: 767.98px) {
  .content-wrapper > .row .left-side .form-details-inner:last-of-type {
    margin-top: 2rem;
  }
}

.content-wrapper > .row .left-side .form-details-inner .form-group {
  margin-bottom: 32px;
}

@media screen and (max-width: 767.98px) {
  .content-wrapper > .row .left-side .form-details-inner .form-group.custom {
    margin-bottom: 0 !important;
  }
}

.content-wrapper > .row .left-side .form-details-inner .form-group select {
  background: url("/assets/icons/orange-icons/arrow-down.svg") no-repeat right 0.75rem center/8px 10px;
}

.content-wrapper > .row .left-side .form-details-inner .form-group textarea {
  border-radius: 10px;
  resize: none;
}

.content-wrapper > .row .left-side .form-details-inner .form-group label {
  text-transform: capitalize;
}

.content-wrapper > .row .left-side .form-details-inner .form-group input:checked ~ .checkmark {
  background-color: #4278B8 !important;
}

.content-wrapper > .row .left-side button {
  height: 55px;
}

.content-wrapper > .row .left-side .forget-password {
  text-decoration: underline;
  text-transform: capitalize;
  color: #828282;
  margin-top: 24px;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .content-wrapper > .row .left-side {
    margin-top: 2.5rem;
  }
}

.content-wrapper > .row .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  .content-wrapper > .row .right-side {
    display: none !important;
  }
}

.content-wrapper > .row .right-side img {
  width: 75%;
}

@media screen and (min-width: 1200px) {
  .content-wrapper > .row .right-side img {
    width: 65% !important;
  }
}

