/* resets for marketing sites, mostly .ca */
div.building-reports-login {
  font-size: 12.8px;
  line-height: initial;
}
div.building-reports-login p {
  margin: 1em 0;
}
div.building-reports-login h2 {
  margin: 1em 0;
  line-height: initial;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
}
div.building-reports-login img {
  margin: initial;
  display: initial;
  max-width: initial;
}
div.building-reports-login input {
  height: initial;
  max-width: initial;
}
/* la. */
div.building-reports-login p.logo {
  position: initial;
}

div.building-reports-login,
div.building-reports-login input,
div.building-reports-login button {
  font-family: "Titillium Web", sans-serif;
}
div.building-reports-login,
div.building-reports-login input,
div.building-reports-login div.ui-widget-header,
div.building-reports-login div.ui-widget-content {
  color: #5c666f;
}
div.building-reports-login div.ui-widget-content {
  padding-left: 2em;
  padding-right: 2em;
}
div.building-reports-login div.ui-widget-header {
  font-size: 17px;
  padding: 0px 5px;
}
div.building-reports-login div.ui-dialog-buttonpane {
  padding-left: 13px;
  padding-right: 13px;
}
div.building-reports-login div.ui-dialog-buttonpane button {
  font-size: 13px;
  color: black;
  font-weight: normal;
}
div.building-reports-login span.label {
  font-weight: bold;
  margin-right: 0.5em;
}
div.building-reports-login p.logo img {
  height: 67px;
}
div.building-reports-login p.instructions {
  position: relative;
}
div.building-reports-login p.qr {
  text-align: center;
}
div.building-reports-login p.qr img {
  margin: -31px -31px -37px -31px;
}
div.building-reports-login p.shared-secret {
  text-align: center;
}
div.building-reports-login p.shared-secret span.label {
  display: block;
  margin-bottom: 0.75em;
}
div.building-reports-login h2.example-apps {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}
div.building-reports-login ul.example-apps {
  list-style-type: none;
  margin-top: 0.5em;
  padding: 0;
  text-align: center;
}
div.building-reports-login ul.example-apps li {
  display: inline;
  margin: 0.5em 0.5em;
}
div.building-reports-login p.totp-instructions-enter-code {
  font-size: 12px;
  font-weight: bold;
}
div.building-reports-login p.totp-instructions-how-reset {
  font-size: 11px;
}
div.building-reports-login p.totp-instructions-after-input {
  margin-top: 0;
  font-size: 11px;
}
div.building-reports-login p.totp-instructions-enter-initial {
  margin-top: 2em;
  text-align: center;
  padding-top: 1.5em;
  border-top: 1px solid lightgray;
}
div.building-reports-login p.totp {
  margin-bottom: 0;
}
div.building-reports-login p.totp label {
  font-weight: bold;
  font-size: 11px;
  margin-left: 0.25em;
}
div.building-reports-login p.totp input.totp {
  /* pixel units for consistent size cross-platform */
  font-size: 31px;
  height: 37px;
  width: 100%;
  display: block;
  border: 2px solid #929292;
}
div.building-reports-login p.totp input[type="submit"] {
  font-size: 13px;
  border-radius: 10px;
  border-style: none;
  padding: 10px 5px;
  background-color: #6198af;
  color: white;
  width: 100%;
  font-weight: bold;
  margin-top: 0.4em;
}
