.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-100);
}
 
.home-container2 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-container3 {
  width: 100%;
  height: 757px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image1 {
  width: 100%;
  object-fit: cover;
}
 
.home-container4 {
  width: 100%;
  height: 44px;
  display: flex;
  position: relative;
  align-items: flex-start;
  background-color: #1205de;
}
 
.home-text1 {
  top: 9px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  margin: auto;
  position: absolute;
}
 
.home-container5 {
  top: 98px;
  left: 9px;
  width: 95%;
  height: 476px;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-form {
  width: 95%;
  height: 378px;
  display: flex;
  position: relative;
  align-self: center;
}
 
.home-textinput1 {
  top: 67px;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
}
 
.home-textinput2 {
  top: 109px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
}
 
.home-textinput3 {
  top: 152px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
}
 
.home-text2 {
  top: 19px;
  fill: var(--dl-color-theme-neutral-dark);
  left: 0px;
  color: var(--dl-color-theme-neutral-dark);
  right: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
 
.home-button {
  fill: var(--dl-color-theme-primary2);
  left: 0px;
  color: var(--dl-color-theme-primary2);
  right: 0px;
  width: 311px;
  bottom: -49px;
  height: 49px;
  margin: auto;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #100f0f;
  border-width: 0px;
  background-color: #095fb5;
}
 
.home-image2 {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 3px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
