/* (C) Copyright HCL Technologies Ltd. 2024. All Rights Reserved. */

html, body, .react-root
{
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
body
{
  background-image: url('icons/BlueBackground-Image.png');
  background-repeat: no-repeat;
  background-size: 100% 339px;
  background-color: #F6F6F6;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: 'Inter', 'Helvetica', 'Arial', sans-serif;
}
*:focus
{
  outline: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./fonts/be7cb18dc7caf47cf7e9.woff2") format('woff2'), url("./fonts/8c804432e8c67741aac0.woff") format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@keyframes MuiLinearProgress-keyframes-indeterminate1 {
  0% {
    left: -35%;
  right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes MuiLinearProgress-keyframes-indeterminate2 {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
#hcl-logo {
  background-image: url('icons/HCL-Logo.svg');
  width: 112px;
  height: 16px;
  top: 32px;
  left: 48px;
  position: fixed;
}
#nomad-logo {
  margin-top: 32px;
  margin-bottom: 24px;
}
.auth-root {
  overflow-y: auto;
  max-height: calc(100% - 64px);
  line-height: 1.43;
  margin-bottom: 10px;
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 496px;
  background-color: #FFFFFF;
  top: 72px;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  outline: 1px solid transparent;
}
.auth-label {
  display: none;
  margin: 40px 60px;
}
.h3-typography {
  font-size: 34px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif, "San Francisco", Roboto;
  font-weight: 400;
  line-height: 1.235;
  letter-spacing: 0em;
  margin: 0;
}
.progress-root {
  flex: 1 1 auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 48px;
  margin-right: 48px;
}
.progress-status {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica', 'Arial', sans-serif;
}
.progress-bar {
  background-color: #D6D6D6;
  height: 8px;
  width: 400px;
  overflow: hidden;
  position: relative;
}
.progress-bar-one {
  width: auto;
  animation: MuiLinearProgress-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  background-color: #0550DC;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: transform 0.2s linear;
  transform-origin: left;
}
.progress-bar-two {
  width: auto;
  animation: MuiLinearProgress-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
  background-color: #0550DC;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: transform 0.2s linear;
  transform-origin: left;
}
@media (prefers-contrast: more) {
  .progress-bar-one {
    background-color: Highlight;
  }
  .progress-bar-two {
    background-color: Highlight;
  }
}
