body {
  margin: 0;
  background-image: url("/static/images/droneSquareBG.b2fad3919bd2.png");
  /*background-repeat: repeat-y;*/
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}

.errorlist {
  color: darkred;
  list-style: none;
}

.page-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-form :is(textarea, input, select) {
    width: 100%;
    max-width: 500px;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page-form :is(textarea) {
  margin-left: 10ex;
}

.page-form .helptext {
    font-style: italic;
}

.page-form {
  align-content: center;
}

.contact-container {
  align-content: center;
  max-width: 70ex;
}