
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
  height: 100%;
  overscroll-behavior-y: none;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Segoe UI",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  font-feature-settings: "liga", "kern";
  -webkit-user-select: none;
  user-select: none;
}

header,
main,
footer {
  display: block;
}

a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  line-height: normal;
}

input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

[role="button"] {
  cursor: pointer;
}

:root {
  --indigo-base: 226, 48%;
  --indigo-300: hsl(var(--indigo-base), 70%);
  --indigo-600: hsl(var(--indigo-base), 40%);
  --gray-base: 40, 10%;
  --gray-5: hsl(var(--gray-base), 95%);
  --gray-50: hsl(var(--gray-base), 92%);
  --gray-100: hsl(var(--gray-base), 90%);
  --gray-200: hsl(var(--gray-base), 80%);
  --gray-700: hsl(var(--gray-base), 30%);
  --accent-base: var(--indigo-base);
  --accent: var(--accent-500);
  --accent-luminance-shift: 0%;
  --accent-500: hsl(var(--accent-base), calc(48% - var(--accent-luminance-shift) * 1));
  --accent-600: hsl(var(--accent-base), calc(40% - var(--accent-luminance-shift) * 1));
  --accent-700: hsl(var(--accent-base), calc(30% - var(--accent-luminance-shift) * 1));
  --accent-900: hsl(var(--accent-base), calc(10% - var(--accent-luminance-shift) * 1));
  --text: #212529;
  --link: var(--accent-600);
  --link-hover: var(--accent-700);
  --background: white;
  --background-5: var(--gray-5);
  --background-50: var(--gray-50);
  --background-100: var(--gray-100);
  --border: var(--gray-200);
  --border-bright: var(--gray-100);
  --border-bootstrap: #ced4da;
  --focus: white;
  --focus-500: var(--accent-500);
  --default-radius: 6px;
  --gap-radius: var(--default-radius);
  --button-radius: var(--default-radius);
  --btn-primary: #fff;
  --btn-primary-background: var(--accent-500);
  --btn-primary-background-hover: var(--accent-600);
  --btn-primary-outline: hsla(var(--accent-base), 50%, 25%);
  --selected-focus: white;
  --selected-background-focus: var(--accent);
  --selected-dropdown-background-hover: var(--background-5);
  --login-gradient-start: var(--indigo-300);
  --login-gradient-end: var(--indigo-600);
  --attention: #db2c00;
  --gap-base: 1px;
  --gap: max(var(--gap-base), var(--gap-min, 0px));
  --translucency-factor: 0.25;
  --backdrop-blur-factor: 2;
  --translucent-medium: linear-gradient(
    0deg,
    rgba(255, 255, 255, calc(1 - var(--translucency-factor) * 2)),
    var(--background)
  );
  --translucent-low: linear-gradient(
    0deg,
    rgba(255, 255, 255, calc(1 - var(--translucency-factor) * 1)),
    var(--background)
  );
  --checkbox-svg: var(--checkbox-svg-white);
  --checkbox-svg-dark: center no-repeat
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --checkbox-svg-white: center no-repeat
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

body {
  color: var(--text);
}

a {
  color: var(--link);
}

a:focus {
  outline: 0;
}

a:hover,
a:focus-visible {
  color: var(--link-hover);
}

a:focus-visible {
  outline: 5px auto var(--focus-500);
  outline-offset: 0;
}

a:focus-visible:not(.btn):not([href="#"]) {
  background-color: var(--focus-500);
  box-shadow: 0 0 0 4px var(--focus-500);
  border-radius: 4px;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  color: var(--focus) !important;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  color: var(--text);
  background-color: var(--background);
  -webkit-user-select: none;
  user-select: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.col-sm-6,
.col-xs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
  color: var(--text);
  font-size: 13px;
  line-height: 20px;
}

.form-control {
  height: auto;
  color: var(--text);
  border: 1px solid var(--border-bootstrap);
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  display: block;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: var(--focus-500);
  box-shadow: 0 0 0 0.25rem var(--btn-primary-outline);
  outline: 0;
}

.form-group {
  margin-bottom: 15px;
}

.help-block {
  color: #737373;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: var(--text);
  border-color: var(--border-bootstrap);
  background-color: var(--background);
}

.btn-default:hover {
  background-color: var(--background-100);
  color: var(--text);
}

.btn-primary {
  color: var(--btn-primary);
  border-color: var(--btn-primary-background);
  background-color: var(--btn-primary-background);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--btn-primary-background-hover);
}

.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active:focus-visible,
.btn.btn-default:focus,
.btn.btn-default:focus-visible,
.btn.btn-default:active:focus-visible {
  outline: 0;
}

.btn.btn-primary:focus-visible {
  box-shadow: 0 0 0 4px var(--btn-primary-outline);
}

.btn.btn-default:focus-visible {
  border-color: var(--focus-500);
  box-shadow: 0 0 0 0.25rem var(--btn-primary-outline);
}

.caret {
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  width: 0;
  height: 0;
  margin-left: 2px;
  display: inline-block;
}

.dropdown {
  position: relative;
}

.dropdown > a {
  color: inherit;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  text-align: left;
  background-color: var(--background);
  background-clip: padding-box;
  border: 1px solid var(--border-bright);
  border-radius: var(--default-radius);
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  color: var(--text);
  text-align: start;
}

.dropdown-menu > li > a {
  clear: both;
  color: var(--text);
  white-space: nowrap;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.42857;
  display: flex;
  align-items: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--text);
  background-color: var(--background-5);
  text-decoration: none;
}

.dropdown-menu > li > a:focus-visible {
  color: var(--focus);
  background-color: var(--focus-500);
}

.dropdown-menu > li > :is(a, button):focus {
  color: var(--selected-focus);
  background-color: var(--selected-background-focus);
  outline: 0;
}

.dropdown li {
  text-shadow: none;
  display: block;
}

.dropdown a:hover,
.dropdown a:focus {
  text-decoration: none;
}

.checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.checkbox label {
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 1rem;
}

.checkbox input[type="checkbox"] {
  margin-left: -20px;
  position: absolute;
}

.checkbox.custom {
  margin-bottom: 8px;
  padding-inline-start: 24px;
  font-size: 14px;
  line-height: 1.5rem;
  position: relative;
}

.checkbox.custom label {
  padding: 0;
  line-height: 1.25rem;
}

.checkbox.custom input {
  vertical-align: top;
  margin: calc(0.625rem - 8px) 0 0;
  float: left;
  border: 1px solid var(--border);
  background: var(--background);
  appearance: none;
  outline: 0;
  width: 16px;
  height: 16px;
  margin-inline-start: -24px;
  position: static;
}

.checkbox.custom input:focus {
  box-shadow: 0 0 0 0.25rem var(--btn-primary-outline);
}

.checkbox.custom input[type="checkbox"] {
  border-radius: 4px;
}

.checkbox.custom input[type="checkbox"]:checked {
  background: var(--checkbox-svg);
  background-color: var(--accent);
  border: 0;
}

.checkbox.custom input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--gray-100);
}

.checkbox.custom input:checked:disabled {
  background-color: var(--gray-700);
}

.m-0 {
  margin: 0;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.p-0 {
  padding: 0;
}

.p-16 {
  padding: 16px;
}

.flex-col {
  display: flex;
  flex-direction: column !important;
}

.flex-column {
  flex-direction: column;
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.h-full {
  height: 100%;
}

.flex-grow {
  flex: 1;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.opacity-75 {
  opacity: 0.75;
}

.invisible {
  visibility: hidden;
}

.align-center {
  align-self: center;
}

.border-top {
  border-top: 1px solid var(--border);
}

.row label {
  padding-top: 8px;
}


#wl-login-view {
  font:
    14px/20px -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Segoe UI",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  z-index: 65102;
  height: 100%;
}

#wl-login-view.unselectable {
  -webkit-user-select: none;
  user-select: none;
}

#wl-login-view .row label {
  padding-top: inherit;
  font-size: inherit;
  line-height: inherit;
}

#wl-login-view .form-control {
  padding: 4px 12px;
}

#wl-login-view .help-block {
  margin-bottom: 16px;
}

.login-spacer {
  flex-grow: 1;
}

#wl-login-stage,
#wl-login-backdrop {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  overflow-y: auto;
  background-size: cover !important;
}

#wl-login-stage#wl-login-stage {
  background: radial-gradient(at 33% 50%, var(--login-gradient-start), var(--login-gradient-end));
}

#wl-login-stage .wl-brand-logo,
#wl-login-backdrop .wl-brand-logo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: auto;
  max-height: 32px;
  display: block;
}

#wl-login-stage .composition-element,
#wl-login-backdrop .composition-element {
  flex-wrap: wrap;
  justify-content: center;
  min-width: fit-content;
  margin: 4px 8px;
  display: flex;
}

#wl-login-stage .composition-element :not(:last-child),
#wl-login-backdrop .composition-element :not(:last-child) {
  margin-right: 4px;
}

#wl-login-topbar {
  background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
  width: 100%;
  margin: 0;
}

#wl-login-toolbar {
  align-items: center;
  height: 56px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

#wl-login-toolbar #wl-locale-menu {
  overflow-y: scroll;
}

#wl-login-main {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

#wl-login-main .align-center {
  align-self: center;
}

#wl-notice-banner {
  width: 420px;
  margin: 8px auto 0;
  display: flex;
}

#wl-login-footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 64px 0 0;
  padding: 6px 2px;
  display: flex;
}

#wl-login-footer a {
  color: #94c1ec;
}

#wl-login-footer > * {
  margin: 0 8px;
}

#wl-login-footer > :first-child {
  margin-left: 0;
}

#wl-login-footer > :last-child {
  margin-right: 0;
}

#wl-locale-picker {
  display: flex;
}

#wl-locale-picker :not([role="menuitem"]) {
  color: #fff;
}

#wl-locale-picker * > a:not([role="menuitem"]),
#wl-locale-picker .toggle-text,
#wl-locale-picker .caret {
  color: #94c1ec;
}

#wl-locale-picker .dropdown {
  display: inline-block;
}

#wl-locale-picker a.lang-label {
  margin-right: 5px;
  font-weight: 400;
  text-decoration: none;
}

#wl-locale-picker a.lang-label:focus {
  outline: 0;
}

#wl-locale-picker a.lang-label:hover {
  text-decoration: none;
}

#wl-login-panel {
  justify-content: center;
  display: flex;
}

#wl-login-panel .flex-column {
  flex-direction: column;
  display: flex;
}

#wl-card {
  text-align: center;
  border-radius: 6px;
  width: 420px;
  box-shadow: 0 15px 70px rgba(0, 0, 0, 0.5);
}

#wl-card label {
  color: #333;
}

#wl-card-titlebar {
  color: #333;
  background-color: #f5f5f5;
  border-radius: 6px 6px 0 0;
  height: 4rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  background-position: 50% !important;
  background-size: cover !important;
}

#wl-card-body {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  min-height: 380px;
}

#wl-card-body .form-control {
  height: 2.5rem !important;
}

#wl-card-body form,
#wl-card-body form > div,
#wl-card-body .form,
#wl-card-body .form > div {
  min-height: inherit;
}

#wl-card-body form > div > div.row,
#wl-card-body .form > div > div.row {
  margin: 4px 0;
}

#wl-card-body form > div,
#wl-card-body .form > div {
  flex-direction: column;
  padding-top: 27px;
  padding-bottom: 32px;
  display: flex;
}

#wl-card-body form > div .row.wl-row-user,
#wl-card-body form > div .row.wl-row-pass {
  margin: 0;
}

#wl-card-body form > div .row.wl-row-feedback {
  margin-bottom: 14px;
  min-height: 0;
}

#wl-card-body form > div .row.wl-row-feedback:has(#wl-login-feedback[hidden]) {
  display: none;
  margin: 0;
}

#wl-card-body form > div .row.wl-row-submit {
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

#wl-card-body form#wl-auth-form.wl-step-password > div.col-xs-12 > .row.options {
  margin-bottom: 22px;
}

#wl-card-body form#wl-auth-form.wl-step-password > div.col-xs-12 > .row.wl-row-submit {
  margin-top: 22px;
  padding-top: 0;
}

#wl-card-body form > div .row.wl-row-submit div {
  margin-bottom: 0;
}

#wl-card-body form > div #wl-forgot-link {
  margin-top: 4px;
}

#wl-card-body * > label {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

#wl-card-body * > a {
  font-size: 13px;
}

#wl-auth-heading {
  text-align: start;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

#wl-login-help {
  text-align: start;
  font-size: 13px;
}

#wl-login-help.wl-field-error {
  color: #c00;
}

.wl-login-error-box {
  background-color: #e8f4fd;
  border: 1px solid #d1e9f9;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  text-align: start;
  margin-top: 6px;
  width: 100%;
  box-sizing: border-box;
}

.wl-login-error-box[hidden] {
  display: none !important;
}

.row.wl-row-retype {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }

  #wl-login-main {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
    box-sizing: border-box;
  }

  #wl-login-main > .align-center {
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  #wl-card {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  #wl-notice-banner {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #wl-card-body {
    min-height: 0;
  }

  #wl-card-body form > div,
  #wl-card-body .form > div {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  #wl-login-footer {
    margin-top: 40px;
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    justify-content: center;
    text-align: center;
    row-gap: 0.35rem;
  }

  #wl-login-toolbar {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-top: max(0px, env(safe-area-inset-top));
  }

  .noscript {
    width: min(400px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 480px) {
  #wl-login-toolbar {
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    min-height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #wl-login-toolbar .wl-brand-logo {
    max-height: 28px;
    flex-shrink: 0;
  }

  #wl-locale-picker.mx-16 {
    margin-left: 8px;
    margin-right: 4px;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  #wl-locale-picker .dropdown > a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-width: 0;
  }

  #wl-locale-picker .toggle-text {
    display: inline-block;
    max-width: min(200px, 45vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }

  #wl-card-titlebar {
    font-size: 20px;
    line-height: 1.35;
    height: auto;
    min-height: 3.5rem;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  #wl-auth-heading {
    font-size: 17px;
  }

  .btn.form-control,
  #wl-auth-submit {
    min-height: 44px;
  }

  #wl-notice-banner {
    padding: 14px;
    margin-top: 16px !important;
  }
}

@supports (min-height: 100dvh) {
  @media (max-width: 767px) {
    #wl-login-view {
      min-height: 100dvh;
    }
  }
}

@media (max-height: 300px) {
  #wl-locale-menu {
    max-height: 100px;
  }
}

@media (max-height: 600px) {
  #wl-locale-menu {
    max-height: 200px;
  }
}

@media (min-height: 600px) {
  #wl-locale-menu {
    max-height: 500px;
  }
}


#wl-login-view #wl-login-stage {
  background: #fff;
}

#wl-login-view #wl-login-backdrop {
  background: transparent;
}

#wl-login-view #wl-login-topbar,
#wl-login-topbar #wl-locale-picker #wl-locale-label {
  color: #000;
}

#wl-login-view #wl-login-topbar a,
#wl-login-topbar .toggle-text,
#wl-login-topbar .caret {
  color: #256672;
}

#wl-login-view #wl-card-titlebar {
  color: #333;
  background: #fff;
}

#wl-login-view #wl-card-body :not(button, button > span, .toggle, svg, svg > path),
#wl-login-view #wl-card-body {
  color: #333;
}

#wl-login-view #wl-card #wl-card-body a {
  color: #6c6c6c;
}

#wl-login-view #wl-card button,
#wl-auth-submit {
  color: #fff;
  background-color: #256672;
  border-color: #256672;
}

#wl-login-view #wl-login-footer,
#wl-login-view #wl-login-footer a {
  color: #6c6c6c;
}

#wl-login-view #wl-login-main {
  justify-content: center;
}

#wl-login-view #wl-notice-banner {
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
  margin-top: 24px !important;
}

#wl-login-view #wl-notice-banner .btn.btn-primary {
  color: var(--text);
  border-color: var(--border);
  background-color: var(--background);
}

#wl-login-view #wl-notice-banner .btn.btn-primary:hover {
  background-color: var(--background-100);
}

.row.wl-row-pass {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

#wl-card-body form#wl-auth-form.wl-step-password .row.wl-row-pass {
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
}

.wl-email-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
}

#wl-card-body .wl-email-header label {
  float: none;
  margin-bottom: 0;
  padding-top: 0;
}

.row.wl-row-user .wl-email-header ~ .form-control {
  clear: both;
}

.wl-email-change {
  display: none;
}

#wl-auth-form.wl-step-password .wl-email-change {
  display: block;
}

#wl-login-view #wl-card #wl-card-body .wl-email-change a {
  color: #256672;
  text-decoration: none;
  font-size: 13px;
}

#wl-login-view #wl-card #wl-card-body .wl-email-change a:hover,
#wl-login-view #wl-card #wl-card-body .wl-email-change a:focus {
  text-decoration: underline;
}

#wl-field-email.wl-email-readonly {
  background-color: #f2f2f2;
  color: #333;
  cursor: default;
}

.noscript {
  z-index: 65301;
  width: 400px;
  margin: -50px 0 0 -200px;
  position: absolute;
  top: 50%;
  left: 50%;
}
