#authenticate-frame header {
  background: #0056FB;
  text-align: center;
  padding: 12px 54px;
  margin-bottom: 4vw;
}
#authenticate-frame header img {
  max-width: 100%;
  max-height: 4rem;
}
#authenticate-frame .nloading {
  text-align: center;
}
#authenticate-frame .nloading svg {
  width: 60vw;
  margin-top: 15vh;
}
#authenticate-frame .nloading:not(.show) {
  display: none;
}
#authenticate-frame div.intro {
  padding: 1em;
}
#authenticate-frame div.intro h1 {
  color: #555;
}
#authenticate-frame div.intro h1:first-child {
  font-weight: 400;
}
#authenticate-frame div.intro p {
  color: #999;
}
#authenticate-frame div.intro p.buttons {
  padding: 10%;
}
#authenticate-frame div.intro p.buttons a,
#authenticate-frame div.intro p.buttons button {
  display: block;
  width: 100%;
  background: #0056FB;
  color: white;
  font-size: 1.2em;
  border-radius: 0.2em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-decoration: none;
}
#authenticate-frame div.form {
  padding: 0 36px;
  text-align: center;
}
#authenticate-frame div.form > :not(.show) {
  display: none;
}
#authenticate-frame div.form:not(.show) {
  display: none;
}
#authenticate-frame div.form h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
  color: #333;
  font-weight: 500;
}
#authenticate-frame div.form p.buttons {
  padding: 10%;
}
#authenticate-frame div.form p.buttons a,
#authenticate-frame div.form p.buttons button {
  display: block;
  width: 100%;
  background: #0056FB;
  color: white;
  font-size: 1.2em;
  border-radius: 0.2em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-decoration: none;
}
#authenticate-frame div.form div.form-container {
  padding-top: 54px;
}
#authenticate-frame div.form div.form-container input {
  width: 100%;
  font-size: 1.2em;
  padding: 6px 15px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: solid 1px #666;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#authenticate-frame div.form div.form-container input.hide {
  display: none;
}
#authenticate-frame div.form div.form-container button {
  font-size: 1em;
  background: #0056FB;
  border: solid 1px #0056FB;
}
#authenticate-frame div.form div.pretty-container h1 {
  line-height: 1;
}

/*# sourceMappingURL=authenticate.css.map */
