.login-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f2f3f3;
}
.login-container1 {
  width: 100%;
  height: 79px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.login-text {
  top: 28px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.login-icon {
  top: 26px;
  left: 12px;
  width: var(--dl-size-size-xsmall);
  height: 24px;
  position: absolute;
}
.login-container2 {
  width: 100%;
  height: 603px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.login-form {
  width: 352px;
  height: 548px;
  display: flex;
  position: relative;
  align-self: center;
}
.login-text01 {
  top: 0px;
  left: 0px;
  color: rgb(2, 91, 21);
  position: absolute;
}
.login-text05 {
  font-style: normal;
  font-weight: 700;
}
.login-text08 {
  font-style: normal;
  font-weight: 700;
}
.login-container3 {
  top: 108px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 108px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  border-color: var(--dl-color-success-300);
  border-width: 1px;
  border-radius: 10px;
  background-color: var(--dl-color-gray-white);
}
.login-text11 {
  top: 15px;
  left: 6px;
  color: #035d17;
  position: absolute;
  font-style: normal;
  font-weight: 700;
}
.login-textinput {
  top: 148px;
  left: 0px;
  right: 0px;
  width: 346px;
  margin: auto;
  position: absolute;
  border-color: var(--dl-color-gray-700);
  border-width: 0px;
  border-radius: 0px;
  border-bottom-width: 1px;
}
.login-text12 {
  top: 222px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
}
.login-text15 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.login-text17 {
  top: 224px;
  color: var(--dl-color-danger-700);
  right: 11px;
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.login-button {
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  width: 337px;
  bottom: 34px;
  margin: auto;
  position: absolute;
  border-color: var(--dl-color-success-300);
  background-color: #065e1a;
}
