/*
 * Australian Railway Risk Model - ARRM Browser Website
 *
 * Copyright (C) 2020 RISSB
 */

.mdl-layout__content {
  flex: 1 0 auto;
}

.mdl-layout {
  background: url('/static/img/landing-bg.jpg') center / cover;
}

.mdl-layout__header-row {
  padding-left: 2%;
}

.landing-row {
  width: 96%;
  width: 96vw;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align:center;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

.mdl-card__title {
  justify-content: center;
}

.mdl-card__supporting-text {
  width: auto;
}

.mdl-card__title-text, .mdl-card__actions, .mdl-textfield__input, .mdl-textfield__label {
  text-align: center;
}

.help-block {
  color: red;
}

.help-block a {
  text-decoration: none;
}

.footer-logo {
  height: 40px;
  width: 250px;
}

.mdl-mega-footer * {
  margin-bottom: 0;
}

.mdl-mega-footer__bottom-section {
  text-align: center;
}

.mdl-mega-footer {
  background: none;
}

@media print {
  html, body {
    display: none;
  }
}

.landing-logo {
  width: 75vw;
  max-width: 300px;
}

.video-container {
  text-align:center;
  padding-top: 24px;
}

#video {
  width: 960px;
  max-width: 95%;
}

#register-info {
  display: none;
}