#login-frame header {
  background: #0056FB;
  text-align: center;
  padding: 12px 54px;
  margin-bottom: 4vw;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#login-frame header img {
  max-width: 100%;
  max-height: 4rem;
}

#login-content {
  padding: 24px 12px 0;
  text-align: center;
}
#login-content .cname {
  font-weight: normal;
  color: #0056FB;
  margin-top: 0;
}
#login-content input {
  width: 100%;
  font-size: 1.2em;
  padding: 6px 15px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: solid 1px #0056FB;
}
#login-content input:focus {
  outline: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-color: #0056FB;
}
#login-content button {
  font-size: 1em;
  background: #0056FB;
  border: solid 1px #0056FB;
}
#login-content .instructions {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
}
#login-content .instructions p {
  background: #0056FB;
  color: white;
  margin: 0;
  padding: 1em;
  border-radius: 6px;
}
@media (orientation: landscape) {
  #login-content .instructions {
    display: none;
  }
}

#login-frame .loading {
  height: 0;
  background-size: contain;
  transition: height 0.2s ease;
}
#login-frame .loading.show {
  height: 100px;
}

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