html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fcfbfa;
  color: #161513;
}

body {
  display: flex;
  flex-direction: column;
}

.header-shell {
  background: #312d2a;
}

.header-inner {
  min-height: 235px;
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}

.brand-block {
  padding: 0 0 48px 0;
}

.brand-title {
  margin: 0 0 6px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.brand-subtitle {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 400;
}

.brand-exl-text {
  color: #FB4E0B;
}
.stripe {
  height: 12px;
  background: linear-gradient(90deg, #c74634 0%, #f39a3f 24%, #d3a700 48%, #4c825c 72%, #145c9e 100%);
}

.brand-logo-footer {
  height: 28px;
  width: auto;
  display: block;
}

.page {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-wrap {
  flex: 1;
  width: min(1100px, 92vw);
  margin: 56px auto 0;
  display: flex;
  justify-content: center;
}

.card {
  width: min(360px, 100%);
}

.label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  color: #312d2a;
}

.input {
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  padding: 0 12px;
  margin: 0 0 16px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fcfdfe;
  color: #161513;
  font-size: 14px;
}

.button {
  height: 48px;
  padding: 0 20px;
  border: 1px solid #312d2a;
  border-radius: 2px;
  background: #312d2a;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.button:hover {
  background: #3a3632;
}

.forgot-link {
  display: inline-block;
  margin: 0 0 18px;
  color: #145c9e;
  text-decoration: none;
  font-size: 12px;
}

.error {
  min-height: 22px;
  margin: 0 0 10px;
  color: #c70000;
  font-size: 14px;
}

.result-message {
  color: #c70000;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.3;
}

.footer {
  width: min(1100px, 92vw);
  margin: auto auto 0;
  padding: 40px 0 14px;
}

.footer-top {
  height: 42px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #d5d5d7;
}

.oracle-wordmark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #161513;
}

.copyright {
  padding-top: 10px;
  font-size: 11px;
}

@media (max-width: 800px) {
  .header-inner {
    min-height: 180px;
  }

  .brand-block {
    padding-bottom: 32px;
  }

  .brand-title {
    font-size: 26px;
  }

  .brand-subtitle {
    font-size: 30px;
  }

  .content-wrap {
    margin-top: 40px;
  }
}
