body main {
  overflow-x: hidden;
}
body main section.app-data-removal-request {
  background-color: #ECF0F6;
  padding: 80px 0;
  min-height: calc(100vh - 208px);
  display: flex;
  align-items: center;
}
body main section.app-data-removal-request .content_wrapper {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
}
body main section.app-data-removal-request .content_wrapper form label {
  color: #000000;
  margin: 0 0 4px;
}
body main section.app-data-removal-request .content_wrapper form input,
body main section.app-data-removal-request .content_wrapper form textarea {
  background-color: rgba(0, 0, 0, 0.027);
  border: solid 1px rgba(0, 0, 0, 0.027);
  border-radius: 0;
  padding: 10px 18px;
  font-size: 20px;
  color: #000000;
  box-shadow: none;
}
body main section.app-data-removal-request .content_wrapper form input::-webkit-outer-spin-button, body main section.app-data-removal-request .content_wrapper form input::-webkit-inner-spin-button,
body main section.app-data-removal-request .content_wrapper form textarea::-webkit-outer-spin-button,
body main section.app-data-removal-request .content_wrapper form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body main section.app-data-removal-request .content_wrapper form input::placeholder,
body main section.app-data-removal-request .content_wrapper form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body main section.app-data-removal-request .content_wrapper form input[type=number] {
  -moz-appearance: textfield;
}
body main section.app-data-removal-request .content_wrapper form input.invalid,
body main section.app-data-removal-request .content_wrapper form textarea.invalid {
  border: solid 1px red;
}

@media (max-width: 1580px) {
  body main section.app-data-removal-request {
    min-height: calc(100vh - 198px);
  }
}
@media (max-width: 1380px) {
  body main section.app-data-removal-request .content_wrapper form input,
  body main section.app-data-removal-request .content_wrapper form textarea {
    padding: 8px 14px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  body main section.app-data-removal-request {
    min-height: calc(100vh - 206px);
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body main section.app-data-removal-request {
    min-height: calc(100vh - 322px);
    padding: 40px 0;
  }
  body main section.app-data-removal-request .content_wrapper {
    padding: 20px;
  }
  body main section.app-data-removal-request .content_wrapper form label {
    font-size: 14px;
  }
  body main section.app-data-removal-request .content_wrapper form input,
  body main section.app-data-removal-request .content_wrapper form textarea {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  body main section.app-data-removal-request {
    min-height: calc(100vh - 294px);
  }
}

/*# sourceMappingURL=app-data-removal.css.map */
