/* Micron21 Webauth page.
   Replaces the inlined Bootstrap 3 build. Only what this page actually uses.
   Fonts come from the Typekit stylesheet linked in index.html. */

*,
*::before,
*::after { box-sizing: border-box; }

html { height: 100%; -webkit-text-size-adjust: 100%; }

body {
  height: 100%;
  margin: 0;
  background-color: #303e48;
  color: #fff;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

p { margin: 0 0 10px; }

h3 {
  margin: 20px 0 10px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

/* .cover-heading carries no rules of its own, in the original CSS too.
   It is only a hook on the <h3>; the h3 rule above is what styles it. */

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

img { border: 0; max-width: 100%; }

ul { margin: 0 0 10px; padding: 0; }

/* ---------------------------------------------------------------- layout */

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.cover { padding: 0 20px; }

.inner { padding: 30px; }

@media (min-width: 768px) {
  .cover-container { width: 100%; }
}

@media (min-width: 992px) {
  .cover-container { width: 700px; }
}

/* ---------------------------------------------------------------- button */

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-lg,
.cover .btn-lg {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}

.btn-primary {
  background-color: #7CC14C;
  border-color: #7CC14C;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #6cae41;
  border-color: #6cae41;
  color: #fff;
}

.btn-primary:active {
  background-color: #5f9b3a;
  border-color: #5f9b3a;
}

/* ------------------------------------------------------------ list-inline */

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding: 0 5px;
}

/* --------------------------------------------------------- page furniture */

.logo {
  padding-top: 20px;
  width: 260px;
  max-width: 80%;
  height: auto;
}

#authorise { margin-top: 10px; }

#auth-message {
  min-height: 1.4em;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.svc { margin-top: 34px; }

.svc-label {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.svc-list {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.svc-list > li + li::before {
  content: "\00B7";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.fine-print {
  max-width: 560px;
  margin: 26px auto 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.footer-text { color: #fff; }

.fine-print a,
.footer-text a {
  color: #fff;
  text-decoration: underline;
}

.fine-print a:hover,
.footer-text a:hover { color: #7CC14C; }
