.downloads-form {
  padding: 30px;
  margin: 10px;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgb(0 0 0 /16%), 0 3px 6px rgb(0 0 0 /23%);
}

form .row:last-child {
  margin: 3px;
}

form .row:last-child div {

  justify-content: center;
  align-items: center;
}

form .row:first-child {
  display: flex;
  justify-content: space-between;
}


form .form {
  width: 40%;
}

form .downloads {
  width: 40%;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.47);
  margin-top: 25px;
}

table tbody tr td p {
  vertical-align: middle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.form input[type=text], .form input[type=email], .form textarea, .form select {
  border: 1px solid #cccccc;
}

.form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus, .form select:focus {
  border-color: rgba(0, 0, 0, 0.56);
}

@media only screen and (max-width: 991px) {
  form .row:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  form .form {
    width: 100%;
  }
  form .downloads {
    width: 100%;
  }
}

.checkbox-error {
  display: none;
}

.banner-image a img {
  height: auto !important;
  width: 100%;
}

.document-links {
  display: none;
}

.submit-btn {
  border-radius: 4px;
  padding-right: 50px;
  padding-left: 50px;
}
