* {
  font-family: 'Outfit';
}

html {
  zoom: 110%;
  overflow: hidden;
}

body {
  display: flex;
  margin: 0;
  padding: 0;
}
.box {
  margin: auto;
  /* max-width: 29.4375rem; */
  /* max-height: 26.0625rem; */
  width: 23.1975rem;
  height: 19.8225rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.25);
  padding: 3.12rem;
}
.img-logo {
  width: 9.56256rem;
  height: 4.78128rem;
  flex-shrink: 0;
  display: block;
  margin: auto;
  margin-bottom: 2.73rem;
  background-repeat: no-repeat;
  background-size: cover;
}

label {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

input {
  padding: 0.56rem 0.81rem 0.56rem 0.81rem;
  margin-top: 0.75rem;
  position: relative;
  width: 100%;
  height: 2.1875rem;
  border-radius: 0.375rem;
  border: 1px solid #9296A2;
  font-size: 0.8125rem;
}


input:focus {
  margin-top: 0.75rem;
  position: relative;
  width: 100%;
  height: 2.1875rem;
  border-radius: 0.375rem;
  border: 1px solid #9296A2;
  outline: solid #095CB8;
  outline-width: 2px;
}


.forget {margin-top: 0.69rem;font-size: 0.8125rem;font-weight: 700;color: #0C67CB;}

.forget:hover {
  text-decoration: underline;
}



.center {
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
}

div.version {
  position: absolute;
  color: white;
  bottom: 2.5rem;
  left: 5rem;
  z-index: -1;
}

#idDb {
  margin-top: 1rem;
}

#loginError {
  position: absolute;
  font-size: 0.75em;
}

.hide {
  display: none;
}

.needNewPwd {
  font-size: 0.75em;
}


.input-wrapper {
  position: relative;
  width: 100%;
}


.input-wrapper .toggle {
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  opacity: 0.6;
  background: url(../../default/icones/Sombre/visibility.svg) no-repeat center;
  width: 24px;
  height: 24px;
}


.input-wrapper .toggle.show {
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  opacity: 0.6;

  background: url(../../default/icones/Sombre/visibility-off.svg) no-repeat center;

  width: 24px;
  height: 24px;
}

#wallpapers,
#wallpapers > * {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  
}



#version .dev {
  overflow: auto;
  height: 200px;
  width: 100%;
  max-width: 100%;
}

#version:hover .dev {
  display: block;
  visibility: visible;
  white-space: break-spaces;
}

#version:hover {
  z-index: 999;
  width: 80%;
}

#version {
  border-radius: 3px;
  background-color: white;
  color: #475467 !important;
  padding: 4px;
}

#version::after {
  color: white;
  position: absolute;
  content: '!';
  animation: bounce 1s ease infinite;

  left: -10px;
}

@keyframes bounce {
  0%, 30%, 60%, 100% {
      transform: translateY(0);
  }
  15%, 45% {
      transform: translateY(-5px);
  }
}

#introductionScreen.hide {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #383736;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  z-index: -1;
}

#introductionScreen.animhide {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #383736;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  z-index: 500;
}

#introductionScreen:not(.hide) {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #383736;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  z-index: 500;
}

#introduction-line.animate {
  transition-delay: 50ms;
}

#firstWord, #firstWord span {
  height: 100px;
  line-height: 100px;
}

#introductionScreen #firstWord.animate span:nth-child(1) {
  transition-delay: 10ms;
  /* border-bottom: 5px solid #e5348a; */
}

#introduction-subword.animate {
  transition-delay: 90ms;
}

#firstWord {
  font-family: "Roboto", sans-serif, arial;
  font-size: 120px;
}

#introduction-subword {
  font-size: 40px;
  padding-left: 185px;
}

#introduction-line {
  width: 354px;
  margin-bottom: 14px;
}

#introductionScreen #firstWord.animate span, #introductionScreen .sk-circle.animate, #introduction-subword.animate, #introduction-line.animate, #introduction-subword.animate {
  opacity: 1;
  /* border-bottom: 5px solid #4ca7d9; */
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolbar-menu {
  color: white;
  background-color: #41617E;
}

#introduction-line, #introduction-left-line, #introduction-right-line {
  height: 7px;
}

.reinitPwd {
  border-radius: 20px;
  background-color: red;
  color: white;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}


