/* override styles in norid.css which did not work */

.nrd-button:enabled,
input[type="submit"]:enabled {
  background-color: #0d857b;
  /* $gr-nn-500; Missing variable from Norid web repo */
  color: #fff;

}

.nrd-button:disabled,
input[type="submit"]:disabled {
  background-color: #cdcdcd;
  color: #666;
}

/* adjust footer height and wrap from norid default */

.body-footer {
  font-size: 0.9rem;
}

.body-footer__disclaimer {
  line-height: 1.25rem;
  max-width: 22.5rem;
}

.body-footer__disclaimer p {
  margin-top: 0;
}

/* login username in white */
.username {
   color: white;
}

@media (max-width: 991px) {

  .body-footer__disclaimer br {
    display: none;
  }
}

/* wrap to suit PID */
@media (min-width: 320px) {

  .body-footer {
    margin-top: 4.125rem;
  }

  .wrap {
    /*min-height: calc(100vh - 440px);*/
    min-height: calc(100vh - 448px);
  }
}

@media (min-width: 768px) {

  .body-footer {
    margin-top: 6.125rem;
  }

  .wrap {
    /*min-height: calc(100vh - 380px);*/
    min-height: calc(100vh - 439px);
  }
}

@media (min-width: 992px) {

  .body-footer {
    margin-top: 4.125rem;
  }

  .wrap {
    /*min-height: calc(100vh - 448px);*/
    min-height: calc(100vh - 476px);
  }
}

.body-footer__absolute-footer {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 600;
  /*margin-top: 4.0625rem;*/
  margin-top: 2.0625rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  display: block;
  padding: 0;
}

.footer-menu__item {
  padding: 0;
  margin-bottom: 0.5rem;
}

