.form-container {
  display: flex;
  height: auto;
  background-color: #883e24;
  padding-top: 85px;
}

.row1 {
  display: flex;
  width: 100%;
  justify-content: center;
}


