.batalkan-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
 
.batalkan-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 626px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url('https://assets.softr-files.com/applications/db2cedae-98d0-4313-9bbd-d1ba8a7c1d8a/assets/9bef3cec-97c7-4c47-838b-3109e6bb9eb2.png');
  background-position: center;
}
 
.batalkan-image1 {
  width: 200px;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  object-fit: cover;
  margin-left: var(--dl-layout-space-halfunit);
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.batalkan-container3 {
  width: 98%;
  height: 420px;
  display: flex;
  position: relative;
  align-self: center;
  margin-top: 6px;
  align-items: flex-start;
  flex-direction: column;
}
 
.batalkan-form {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 95%;
  height: 402px;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: flex-end;
  justify-content: center;
}
 
.batalkan-image2 {
  top: 33px;
  left: 0px;
  right: 0px;
  width: 107px;
  height: 105px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.batalkan-text {
  top: 163px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}
 
.batalkan-textarea {
  top: 213px;
  left: 0px;
  right: 0px;
  height: 77px;
  margin: auto;
  position: absolute;
}
 
.batalkan-button {
  fill: var(--dl-color-theme-secondary1);
  left: 0px;
  color: var(--dl-color-theme-secondary1);
  right: 0px;
  bottom: 12px;
  margin: auto;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #000000;
  font-style: normal;
  font-weight: 600;
  border-width: 0px;
  background-color: var(--dl-color-theme-primary2);
}
