html {
  height: 100%;
}

body {
  margin: 0;
  padding-bottom: 32px;
  width: auto;
  height: auto;
  min-height: 100%;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  word-wrap: normal;
}

.landing-img {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
  border-radius: 8px;
  width: 100%;
  margin-top: 1rem;
}

.landing-column:hover {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

a,
a:visited,
a:active {
  font-weight: 600;
  color: #5893c4;
}

a:hover {
  font-weight: 600;
  color: #1b3664;
  text-decoration: underline;
}

a.stretched-link {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  text-decoration: none;
}

section {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.bg-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal .btn {
  display: block;
  margin: 0 auto;
}

.user-signup__submit {
  line-height: 0.5em;
}

.user-signup__form {
  margin-left: -5px;
}

.user-signup__form-group {
  padding: 0 0 0 5px;
  position: relative;
}

@media all and (max-width: 767px) {
  .form-horizontal .mt-table,
  .form-horizontal .mt-table--full,
  .form-horizontal .mt-table--centered,
  .form-horizontal .mt-table--full,
  .form-horizontal .mt-td--centered-vertical {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .form-horizontal .user-signup__col-2 {
    width: 1%;
  }
}

.floating-signup__wrap {
  position: fixed;
  z-index: 5;
  padding: 10px;
}

.floating-signup {
  position: relative;
  padding: 10px 20px;
}

.floaty-vertical--middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 480px) {
  .floaty-unfloat-at--xs.floating-signup__wrap {
    position: static;
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
  }
}

.insert--image {
  display: block;
  position: relative;
}

.insert--image.wrap-off-align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  z-index: 0;
  width: 2.52px;
  margin-bottom: -15px;
  margin-top: -15px;
}

.clean-hr {
  z-index: 0;
  width: 100%;
  max-width: 579.5px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-lg-v {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-table,
.mt-table--full {
  display: table;
}

.mt-table--full {
  width: 100%;
}

.mt-td,
.mt-td--centered-vertical {
  display: table-cell;
}

.mt-td--centered-vertical {
  vertical-align: middle;
}

.loading-state {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../res/loading.gif) 50% 45% no-repeat;
}

.rel {
  position: relative;
}

.bg-image {
  background-image: url(../res/background-maui.jpg);
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.69;
}

.form-control__input {
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}

.user-signup__submit {
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  height: 50px;
  background-color: #00a651;
  color: #fff;
}

.user-signup__submit:hover {
  background-color: #1cd861;
  color: #fff;
}

hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}

hr.header {
  margin-bottom: 1rem;
}

.fa {
  text-align: center;
  text-decoration: none !important;
}

h3 {
  margin-top: 0px !important;
}

@media all and (min-width: 992px) {
  body {
    padding-top: 32px;
  }
  p {
    font-size: 16px;
  }

  h3 {
    font-size: 24px;
    font-weight: 600;
    color: #5893c4;
  }

  .landing-img {
    height: 425px;
    object-fit: fill;
    display: block !important;
  }
  .logo-img {
    width: 275px;
  }
  .landing-card-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* hr.header {
    margin-top: 2rem;
  } */
  .landing-navbar {
    height: 64px;
    display:flex;
    align-items:center;
  }
}

@media all and (min-width: 0px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  h3 {
    font-size: 18px;
    font-weight: 500;
    color: #5893c4;
  }
  .landing-img {
    display: none;
  }
  .logo-img {
    margin-top: 6px;
    width: 200px;
  }
  .landing-card-content {
    padding-top: 16px;
    padding-bottom: 2px;
  }
  hr.header {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0px;
  }
  .landing-navbar {
    height: 64px;
    display:flex;
    align-items:center;
  }
}
