/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.typography {
  font-family: "Open Sans", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.typography.bold {
  font-weight: 700;
}

.typography.semibold {
  font-weight: 600;
}

.typography.regular {
  font-weight: 400;
}

.typography.h1 {
  font-size: 30px;
  line-height: 36px;
}

.typography.h2 {
  font-size: 24px;
  line-height: 37px;
}

.typography.h3 {
  font-size: 16px;
  line-height: 20px;
}

.typography.h4 {
  font-size: 16px;
  line-height: 24px;
}

.typography.subtitle1 {
  font-size: 14px;
  line-height: 20px;
}

.typography.subtitle2 {
  font-size: 12px;
  line-height: 14px;
}

.typography.body1 {
  font-size: 16px;
  line-height: 24px;
}

.typography.body2 {
  font-size: 14px;
  line-height: 20px;
}

.typography.caption {
  font-size: 14px;
  line-height: 20px;
}

.typography.button {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.h1-bold {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.h1-semibold {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.h1-regular {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.h2-bold {
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
}

.h2-semibold {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
}

.h2-regular {
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
}

.h3-bold {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.h3-semibold {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.h3-regular {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.h4-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.h4-semibold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.h4-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.subtitle1-bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.subtitle1-semibold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.subtitle1-regular {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.subtitle2-bold {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.subtitle2-semibold {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.subtitle2-regular {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.body1-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.body1-semibold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.body1-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.body2-bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.body2-semibold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.body2-regular {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.caption-bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.caption-semibold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.caption-regular {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button-bold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-weight: 700;
}

.button-semibold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-weight: 600;
}

.button-regular {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
a {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(209, 28, 35);
  text-decoration: none;
}
a:hover {
  color: #A7161C;
  text-decoration: underline;
}

.button-group {
  display: flex;
  gap: 8px;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.button-group .primary-button:first-child,
.button-group .secondary-button:first-child,
.button-group .tertiary-button + .secondary-button {
  margin-left: auto;
  justify-self: flex-end;
}

.primary-button, .secondary-button, .tertiary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 16px;
  border-radius: 4px;
  width: fit-content;
  margin: 0;
  border: none;
  transition: color 200ms, background-color 200ms, box-shadow 200ms;
}

.primary-button, a.primary-button {
  background-color: rgb(209, 28, 35);
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.primary-button:hover, a.primary-button:hover {
  background: #A7161C;
  text-decoration: none;
}
.primary-button:disabled, a.primary-button:disabled {
  background: #ccc;
  color: rgb(13, 13, 13);
}

.secondary-button, a.secondary-button {
  box-shadow: 0 0 0 1px #666 inset;
  background: transparent;
  color: rgb(51, 51, 51);
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.secondary-button:hover, a.secondary-button:hover {
  background-color: #FAE8E9;
  box-shadow: 0 0 0 2px rgb(209, 28, 35) inset;
  text-decoration: none;
}
.secondary-button:disabled, a.secondary-button:disabled {
  background: #ccc;
  color: rgb(102, 102, 102);
}

.tertiary-button, a.tertiary-button {
  padding: 16px 0;
  background: transparent;
  color: rgb(51, 51, 51);
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.tertiary-button:hover, .tertiary-button:focus, a.tertiary-button:hover, a.tertiary-button:focus {
  color: #A7161C;
  text-decoration: none;
}
.tertiary-button:disabled, a.tertiary-button:disabled {
  color: #ccc;
}

.icon-button, .copy-button {
  border: none;
  outline: none;
  background: inherit;
}
.icon-button:focus, .copy-button:focus {
  outline: none !important;
}

.copy-button {
  display: flex;
  gap: 16px;
  align-items: center;
}
.copy-button .copy-status {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: opacity 300ms;
}
.copy-button .copy-status.copy-success, .copy-button .copy-status.copy-error {
  opacity: 1;
}
.copy-button .copy-status.copy-success {
  color: #2E7D32;
}
.copy-button .copy-status.copy-error {
  color: #D32F2F;
}

.body-container {
  min-height: 100vh;
  background-color: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.card-layout {
  width: 438px;
  gap: 32px;
}

.card-layout-large {
  width: 656px;
}

.card-layout, .card-layout-large {
  padding: 48px;
  max-width: 100%;
  height: fit-content;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  display: grid;
  background-color: rgb(255, 255, 255);
}
.card-layout .card-title, .card-layout-large .card-title {
  padding: 32px;
  margin: 0;
  text-align: center;
}
.card-layout .card-title h1, .card-layout-large .card-title h1 {
  width: 100%;
  overflow-wrap: break-word;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.card-layout .card-title:after, .card-layout-large .card-title:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  height: 6px;
  background-color: rgb(209, 28, 35);
}
.card-layout .card-body, .card-layout-large .card-body {
  display: grid;
}
.card-layout .card-body.center, .card-layout-large .card-body.center {
  text-align: center;
  justify-items: center;
}

.input-label-container {
  display: grid;
  gap: 8px;
}
.input-label-container label {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  overflow: hidden; /* stops the inside input from cutting into the rounded corners */
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
}
.input-container:focus-within {
  margin: -1px;
  border: 2px solid rgb(204, 204, 204);
  border-color: rgb(209, 28, 35);
}
.input-container[disabled] {
  cursor: not-allowed;
  background-color: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
  box-shadow: none;
  color: rgb(51, 51, 51);
}
.input-container input {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0 16px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-align: left;
  color: rgb(102, 102, 102);
}
.input-container input:has(~ [data-lastpass-icon-root]) {
  padding-right: 4px;
}
.input-container input:focus {
  outline: none;
}
.input-container button.toggle-password {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border: 0;
  margin: 0;
  padding: 8px;
}
.input-container button.toggle-password:focus {
  outline: none;
}
.input-container button.toggle-password .login-show {
  display: block;
}
.input-container button.toggle-password .login-hide {
  display: none;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  margin: 0;
  padding: 8px 24px;
  background-color: rgb(245, 245, 245);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.validation-summary-errors ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.validation-summary-errors.alert-error {
  display: flex;
  padding: 16px;
  align-items: start;
  gap: 12px;
  border-radius: 4px;
  background-color: #F9D4CC;
}
.validation-summary-errors.alert-error:before {
  content: url("../image/alert.svg");
}

.login-page {
  gap: 0;
}
.login-page .validation-summary-errors {
  margin: 16px -20px 0 0;
}
.login-page .login-inputs {
  margin: 32px -9px 0;
  display: grid;
  gap: 16px;
}
.login-page .button-group {
  margin-top: 32px;
}

.setup-container {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100%;
  width: 100%;
}
.setup-container .help-separator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.complete-container {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.complete-container .recovery-container {
  width: 100%;
}
.complete-container .recovery-container .code-container {
  display: flex;
  gap: 8px;
  padding: 0px 8px;
  align-items: center;
}
.complete-container .recovery-container .code {
  color: rgb(13, 13, 13);
  font-feature-settings: "clig" off, "liga" off;
  /* H2/Tablet/SemiBold */
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 154.167% */
}
.complete-container .recovery-info {
  display: flex;
  padding: 6px 16px;
  align-self: stretch;
  gap: 8px;
  border-radius: 4px;
  background: #CCE7F6;
}
.complete-container .recovery-info .content {
  margin-bottom: 0;
}
.complete-container .content {
  margin-bottom: 0;
}
.complete-container .title {
  margin-bottom: 0;
}

.mfa-input-container {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: center;
}
.mfa-input-container .input {
  width: 100%;
  caret-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-bottom: 4px solid rgb(13, 13, 13);
  color: rgb(13, 13, 13);
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
}
.mfa-input-container .divider:after {
  content: "";
  height: 1px;
  display: block;
  width: 26px;
  max-width: 100%;
  background-color: rgb(102, 102, 102);
}
.mfa-input-container .input:focus {
  outline: none;
  border-bottom: 4px solid red;
}

details {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  align-self: stretch;
}
details summary {
  cursor: pointer;
  font-weight: bold;
}
details summary:before {
  width: 12px;
  display: inline-block;
  content: "";
}
details summary::marker {
  content: url("../image/arrow-drop-up.svg");
  align-content: flex-end;
}
details[open] summary::marker {
  content: url("../image/arrow-drop-down.svg");
}

.download-app-container {
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.download-app-container .apps-container {
  display: flex;
  padding: 48px 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.download-app-container .apps-container .divider {
  align-self: stretch;
  width: 2px;
}
.download-app-container .apps-container .qrcode {
  display: grid;
  gap: 16px;
  flex: 1 0 0;
}
.download-app-container .apps-container .qrcode .qrcode-images-container {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 16px;
}
.download-app-container .apps-container .qrcode .qrcode-app-link {
  height: 37px;
  width: fit-content;
}
.download-app-container .apps-container .qrcode .qrcode-image {
  height: 114px;
  width: fit-content;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  background-color: rgb(245, 245, 245);
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0;
}

.grid {
  display: grid;
}

.no-gap, .gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-5 {
  gap: 48px;
}

.gap-6 {
  gap: 64px;
}

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