.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image1 {
  width: 100%;
  object-fit: cover;
}
 
.home-container3 {
  width: 98%;
  height: 436px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-form {
  gap: 8px;
  width: 95%;
  height: 318px;
  display: flex;
  position: relative;
  align-self: center;
  flex-direction: column;
}
 
.home-textinput1 {
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
 
.home-textinput2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: 256px;
  align-self: flex-end;
  border-color: #ffffff;
  border-radius: 0px;
  background-color: transparent;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.home-image2 {
  top: 4px;
  left: 1px;
  width: 35px;
  height: 23px;
  position: absolute;
  object-fit: cover;
}
 
.home-text1 {
  top: 10px;
  left: 37px;
  color: rgb(255, 255, 255);
  position: absolute;
}
 
.home-text2 {
  color: rgb(12, 196, 12);
  font-size: 12px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 700;
  border-radius: 14px;
  background-color: rgba(8, 165, 39, 0.34);
}
 
.home-button {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  font-style: normal;
  font-weight: 700;
  border-radius: 14px;
  background-color: rgb(10, 155, 10);
}
