html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  padding: 16px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.a-loader-title {
  display: none !important;
}

body {
  background: url("/dist/images/brew_bdf_background.png") no-repeat center center fixed;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#loading-overlay .inner {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading-overlay .inner .header {
  height: 70px;
  border-bottom: 3px solid #6BA539;
  background: #1e1e1e;
}
#loading-overlay .inner .header img {
  width: 100px;
  padding: 16px;
}
#loading-overlay .inner .banner {
  width: 100%;
  height: 240px;
}
#loading-overlay .inner .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#loading-overlay .content {
  padding: 16px;
}
#loading-overlay .content h1 {
  font-size: 64px;
  color: white;
  font-weight: 700;
  margin-top: 12px;
  margin-left: -16px;
}
#loading-overlay .content h1 .scan {
  background: url("/dist/images/brew_bdf_circle.svg") no-repeat;
  background-size: 170px 70px;
  padding-left: 16px;
}
#loading-overlay .content p {
  font-size: 20px;
  line-height: 26px;
  color: white;
  margin-top: 12px;
}
#loading-overlay .content .button {
  margin-top: 12px;
  width: 100%;
  background: white;
  color: black;
  text-align: center;
  padding: 22px 0px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}