/* #form1 .cog-page__navigation {
  justify-content: center;
  background-color: #fff;
}

#form1 .cog-abuse {
  background-color: #fff;
}

#form1 .cog-branding {
  background-color: #fff;
}


#form1 .cog-form__container {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  
}

#form1 .cog-form__content {
  padding: 30px;
  width: 100%;
  background-color: #2A7A1B;
}

#form1 .cog-row {
  background-color: #fff;
  padding: 0 30px 0 30px;
  
}

#form1 .cog-input { */
  /* width: 75%; */
  /* justify-content: center;
}

#form1 .cog-field--1 {
  padding-top: 40px;
}

#form1 .cog-field--2 {
  padding-top: 40px;
}

#form1 .cog-button {
  width: 110px;
} */



#form1 .cog-body {
  margin-top: -10px;
}

#form1 .cog-form__content {
  padding: 30px;
  background-color: #2A7A1B;
  
}

#form1 .cog-page {
  background-color: #fff;
  padding: 60px;
}

#form1 .cog-page__navigation {
  justify-content: center;
}

#form1 .el-button {
  position: absolute;
  width: 160px;
}

#form1 .cog-abuse {
  display: none;
}

#form1 .cog-branding {
  display: none;
}

#form1 .cog-body,
#form1 .cog-form__container,
#form1 .cog-form__content,
#form1 .cog-label,
#form1 .cog-input,
#form1 .cog-button,
#form1 .cog-heading,
#form1 .cog-header_description {
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
  #form1 .cog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #form1 .cog-col--12 {
    flex: 0 0 46%; /* Adjust width to fit two columns with a small gap */
  }
}

/* Ensure the form fields appear as two columns on screens 768px and wider */
/* @media (min-width: 768px) {
  #form1 .cog-row {
    display: flex;
    flex-wrap: wrap; */
    /* gap: 20px; Provides a consistent gap between columns */
    /* justify-content: space-between;
  }
  
  #form1 .cog-field { */
    /* width: calc(50% - 10px); Sets the width to 50% minus half the gap */
  /* }
} */