.login-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.login-container1 {
  width: 100%;
  height: 754px;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.login-container2 {
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 42px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-danger-300);
}
.login-text {
  top: 13px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 14px;
  text-align: center;
}
.login-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: 66px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.login-image {
  left: 9px;
  width: 203px;
  bottom: 21px;
  height: 26px;
  position: absolute;
  object-fit: cover;
}
.login-icon {
  top: 17px;
  right: 27px;
  width: 29px;
  height: 32px;
  position: absolute;
}
.login-form {
  top: 100px;
  left: 0px;
  right: 0px;
  width: 329px;
  height: 490px;
  margin: auto;
  display: flex;
  z-index: 100;
  position: absolute;
  align-items: center;
  animation-name: fadeOutUp;
  animation-delay: 0s;
  justify-content: flex-start;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: step-end;
}
.login-button {
  top: 227px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  width: 324px;
  height: 47px;
  margin: auto;
  z-index: 100;
  position: absolute;
  box-shadow: rgb(47, 45, 45) 5px 5px 10px 0px;
  font-style: normal;
  font-weight: 700;
  border-width: 0px;
  border-radius: 15px;
  animation-delay: 0s;
  background-color: var(--dl-color-danger-500);
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.login-text1 {
  top: 23px;
  left: 10px;
  margin: auto;
  position: absolute;
  font-style: normal;
  font-weight: 700;
}
.login-textinput {
  top: 64px;
  left: 0px;
  right: 0px;
  width: 316px;
  height: 47px;
  margin: auto;
  z-index: 100;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #5b5353;
  border-color: var(--dl-color-gray-700);
  padding-left: 40px;
  border-radius: 10px;
  letter-spacing: 1px;
  background-color: transparent;
}
.login-textinput1 {
  top: 127px;
  left: 0px;
  right: 0px;
  width: 316px;
  height: 47px;
  margin: auto;
  z-index: 100;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #5b5353;
  border-color: var(--dl-color-gray-700);
  padding-left: 40px;
  border-radius: 10px;
  letter-spacing: 1px;
  background-color: transparent;
}
.login-icon2 {
  top: 75px;
  fill: var(--dl-color-gray-500);
  left: 15px;
  width: 18px;
  height: 23px;
  position: absolute;
}
.login-icon4 {
  top: 137px;
  fill: var(--dl-color-gray-500);
  left: 11px;
  width: 24px;
  height: 24px;
  position: absolute;
}
.login-text2 {
  top: 210px;
  color: var(--dl-color-danger-300);
  right: 12px;
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.login-text3 {
  top: 292px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
.login-text5 {
  color: var(--dl-color-danger-500);
}
.login-image1 {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 45px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
