﻿body {
  margin: 0;
  outline: 0;
  display: flex;
  padding: 46px;
  background-color: var(--grey-40) !important;
  width: 100vw;
  height: 100vh;
}

.login-global-page-dashlet {
  width: 416px;
}

.login-page-login-form {
  display: block;
  margin-top: 0 !important;
  width: 100%;
}

.login-global-page-footer {
  padding: 33px 56px;
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
}

.login-global-page-footer-actions {
  gap: 33px;
  color: var(--blue-40);
}

.login-global-page-footer-copywrite {
  color: var(--grey-70);
}

.slot--header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--blue-40);
}

.slot--header img,
.slot--footer img {
  margin: auto;
  display: block;
}

.slot--header img {
  height: 52px;
}

.slot--footer img {
  height: 38px;
}

@media (max-width: 576px) {
  body {
    padding: 0;
  }
  .login-global-page-footer {
    padding: 0;
  }
  .login-global-page-footer-actions {
    flex-direction: column;
    gap: 8px;
  }
  .login-global-page-footer-actions nmbrs-typography {
    text-align: center;
    margin-top: unset !important;
  }
  .login-global-page-footer-actions nmbrs-language-picker {
    margin: auto;
    display: block;
  }
  .login-global-page-footer-container {
    flex-direction: column-reverse !important;
  }
  .login-global-page-footer-container nmbrs-typography {
    text-align: center;
    margin-top: 12px;
  }
}
@media (max-height: 630px) {
  ::slotted(*) {
    padding: 0px;
  }
  body {
    display: block;
  }
  .login-global-page-footer {
    position: initial;
  }
}
.ds-none {
  display: none;
}
