* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
}

.simple-page {
  text-align: center;
  font-family: "open sans", sans-serif;
  padding-top: 3.25em;
}
.simple-page .support-tip {
  font-size: 1.875em;
  line-height: 1.2;
  color: #0A5FA9;
  background-color: rgba(252, 252, 252, 0.85);
  border-radius: 0.4em;
  max-width: 21em;
  padding: 1em;
  margin: 0 auto;
}
.simple-page .support-tip p {
  margin-top: 0;
}
.simple-page .support-tip > *:last-child {
  margin-bottom: 0;
}
.simple-page .login-box {
  max-width: 26.125em;
  margin: 1em auto 4.5em;
  background-color: #fff;
  border-radius: 0.75em;
  padding: 3.125em 3.3125em 1.95em;
  border: 1px solid #CBCBCB;
  box-shadow: 9px 9px 22px rgba(0, 0, 0, 0.161);
}
.simple-page .login-box h1 {
  margin-top: 0;
  margin-bottom: 0.8913043478em;
  font-size: 2.875em;
  line-height: 1.152173913;
  font-weight: 300;
  letter-spacing: -0.46px;
  color: #0A5FA9;
}
.simple-page .login-box img {
  display: block;
  margin: 0 auto;
}
.simple-page .login-box .notice {
  margin-top: 0.5rem;
}
.simple-page:after {
  background-image: url("../img/login-background.jpg");
}
.simple-page footer {
  color: #fff;
}

.simple-page form {
  width: 19.5em;
  margin: 0 auto;
}

.simple-page input {
  display: block;
  border-radius: 4px;
  padding: 0.8em 1.1em;
  margin-top: 0.9375em;
  background-color: #E8F1FF;
  border: 1px solid #666;
  font-size: 16px;
  width: 100%;
}
.simple-page input::placeholder {
  color: #666;
  opacity: 1;
}

.forgot-password {
  display: block;
  text-align: right;
  font-size: 0.6em;
}

.forgot-password a {
  color: inherit;
}

/*This is similar to, but not the same as, button styling on fuller pages. This is intentional, even if we don't quite know why*/
.simple-page .button {
  display: inline-block;
  position: relative;
  color: #FFF;
  background-color: #0A5FA9;
  border-radius: 4px;
  font-size: 1.125em;
  min-width: 5.9em;
  padding: 0.5em;
  margin-top: 0.65em;
  cursor: pointer;
}

.copyright {
  position: absolute;
  bottom: 1.5714285714em;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: -0.14px;
  width: 100%;
  padding: 0 1.5em;
}

.copyright a {
  color: inherit;
}

@media screen and (max-width: 47.9375em) {
  .simple-page {
    font-size: 0.7em;
    padding-top: 3em;
  }
  .simple-page .login-box {
    padding: 2em;
    margin-bottom: 5em;
  }
  .simple-page .form {
    width: 100%;
  }
}

/*# sourceMappingURL=simple-page.css.map */
