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;
  }
}

#reset-password-wrapper > .row .content-wrapper-inner {
  background-color: #fff;
  margin-top: 10rem;
  border-radius: 9px;
}

#reset-password-wrapper > .row .content-wrapper-inner button[type=submit] {
  height: 55px;
}

#reset-password-wrapper > .row .content-wrapper-inner .head {
  padding: 2rem 3.5rem;
}

@media screen and (max-width: 767.98px) {
  #reset-password-wrapper > .row .content-wrapper-inner .head {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #reset-password-wrapper > .row .content-wrapper-inner .head {
    padding: 2rem;
  }
}

#reset-password-wrapper > .row .content-wrapper-inner form {
  padding: 3rem 3.5rem;
}

@media screen and (max-width: 767.98px) {
  #reset-password-wrapper > .row .content-wrapper-inner form {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #reset-password-wrapper > .row .content-wrapper-inner form {
    padding: 2rem;
  }
}

#reset-password-wrapper > .row .content-wrapper-inner form .form-group {
  margin-bottom: 32px;
}

#reset-password-wrapper > .row .content-wrapper-inner form .form-group label {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767.98px) {
  #reset-password-wrapper > .row .content-wrapper-inner form .form-group label {
    margin-bottom: 24px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}

#reset-password-wrapper > .row .content-wrapper-inner form .form-group input {
  border: 1px solid #ced4da;
}

@media screen and (min-width: 768px) {
  #reset-password-wrapper span.error {
    margin-left: 33.35%;
  }
}

