﻿ul {
  list-style: none;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #32657e;
  --bs-secondary: #5b6670;
  --bs-success: #33a64c;
  --bs-danger: #dc4746;
  --bs-warning: #f8d03f;
  --bs-info: #0089aa;
  --bs-light: #cfd2d3;
  --bs-dark: #002b49;
  --bs-primary-rgb: 50, 101, 126;
  --bs-secondary-rgb: 91, 102, 112;
  --bs-success-rgb: 51, 166, 76;
  --bs-info-rgb: 0, 137, 170;
  --bs-warning-rgb: 248, 208, 63;
  --bs-danger-rgb: 220, 71, 70;
  --bs-light-rgb: 207, 210, 211;
  --bs-dark-rgb: 0, 43, 73;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  box-sizing: border-box;
  font-weight: var(--bs-body-font-weight);
  text-align: var(--bs-body-text-align);
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
  line-height: 1.15;
  background-color: white;
  height: auto;
}

#siteHeader {
  background-color: #002b49;
  width: 100%;
}

#loginForm {
  display: block;
}

#loginForm:after,
:before {
  box-sizing: inherit;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(
    rgb(232, 240, 254),
    rgba(70, 90, 126, 0.4)
  ) !important;
  color: fieldtext !important;
}

input {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  background-color: field;
  margin: 0em;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}

input[type="checkbox"] {
  cursor: pointer;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

#siteHeader .logo-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

#siteHeader .logo {
  max-height: 30px;
  min-height: 25px;
  min-width: 100px;
  margin: 0 16px;
}

a {
  color: #32657e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #295368;
}

div {
  display: block;
}

form {
  display: block;
  margin-top: 0em;
}

select,
button,
textarea,
input {
  font-size: 100%;
}

button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type="hidden" i] {
  appearance: none;
  background-color: initial;
  cursor: default;
  display: none !important;
  padding: initial;
  border: initial;
}

.login-icons {
  opacity: 50%;
  box-sizing: content-box;
  padding-left: 0.75rem;
  pointer-events: none;
  right: auto;
  left: 1px;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1em;
  display: inline-block;
  margin: 0 0.25rem 0 0;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.inline {
  display: inline-block;
}

#siteHeader {
  background-color: #002b49;
  width: 100%;
}

#siteHeader .logo-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

#siteHeader .logo {
  max-height: 30px;
  min-height: 25px;
  min-width: 100px;
  margin: 0 16px;
}

.pointer {
  cursor: pointer;
}

/* Login pages */
.login-container {
  display: flex;
  flex-direction: column;
  gap: 4em;
  padding-top: 10em;
  justify-content: center;
  align-items: center;
}
.login-section {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  max-width: 40em;
}
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.recovery-subtitle {
  display: flex;
  justify-content: center;
  width: 75%;
  text-align: center;
}
.msft-sso-button {
  display: flex;
  justify-content: center;
  width: 75%;
  padding: 0.75em 1em;
  border-radius: 0;
  background-color: white;
  font-family: "segoe ui", Arial, Helvetica, sans-serif;
  border: 1px solid darkgray;
  align-items: center;
}
.msft-sso-button:hover {
  border-color: #5b6670;
}
.elv-btn-primary-new {
  width: 100%;
  margin-bottom: 0.5em;
  background-color: #002b49;
  color: #ffffff;
  border-radius: 7px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  line-height: 26.25px;
  border: none;
}
.elv-btn-primary-new:hover {
  background-color: #002038;
  color: #fff;
}
.copyright-container {
  display: flex;
  gap: 0.5em;
  color: #5b6670;
  font-size: 10px;
}
.login-link-new {
  color: #002b49;
}
.login-link-new:hover {
  color: #002038;
  text-decoration: underline;
}
