.download-center-form h3 {
  margin-top: 50px;
  font-size: 18px;
}
.download-center-form .form input[type=text] {
  margin-top: 0;
}
.download-center-form__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.download-center-form__form-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 59%;
  padding: 0 20px 30px 20px;
  max-width: 670px;
  margin: 40px auto 0 auto;
}
.download-center-form__field-container {
  width: 412px;
}
.download-center-form__checkbox-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.download-center-form__checkbox-container {
  width: 310px;
}
.download-center-form__checkbox-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}
.download-center-form__consent-checkbox {
  margin-top: 25px;
}
.download-center-form__document-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41%;
  padding: 48px 7% 100px 7%;
  background-color: #F2F2F2;
}
.download-center-form__document-image {
  max-width: 100%;
}
.download-center-form__document-text {
  margin-top: 50px;
  font-size: 16px;
}
.download-center-form .bigButtonOrange {
  margin-top: 0;
}
.download-center-form .errorMessage {
  margin-top: 10px;
  font-size: 12px;
  color: #dc0c0c;
  max-width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.download-center-form .showError {
  overflow: visible;
  opacity: 1;
  height: auto;
}
.download-center-form .error .InputSelect_background,
.download-center-form .error[type=text] {
  border: 1px solid #dc0c0c;
}
.download-center-form__submit-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-center-form__submit-container .errorMessage {
  margin-top: 0;
  margin-left: 15px;
}
