
.formrunContainer {
  padding: 50px 0;
}

.formrunContainerCover {
  width: 100%;
  height: 160px;
  position: relative;
  background-image: url(/images/form/cover.png);
  background-size: cover;
  background-color: rgb(255, 255, 255);
  background-position: center;
}

.formrunContainerLogoWrap {
  margin: -32px auto 20px;
  width: 64px;
  height: 64px;
  position: relative;
}
.formrunContainerLogo {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 6px 6px rgb(0 0 0 / 5%);
  background-size: contain;
  overflow: hidden;
  z-index: 100;
}
.formrunContainerLogo img {
  width: 100%;
  max-width: 100%;
}

.formrunFormTitle {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.formrunForm {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.4;
}

.formrunContainer .redactor-styles {
  margin: 0;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.formrunContainer .redactor-styles p {
  padding: 0;
  margin: 0 0 1em;
}
.formrunContainer .redactor-styles ul {
  margin: 0 0 1em 1.5em;
}

.formrunContainer .redactor-styles a {
  color: rgb(31, 73, 125);
  text-decoration: none;
}

.formrunContainer .formrunForm form {
  margin-top: -150px;
  padding-top: 180px;
}
.formrunContainer .formrunForm .formRow {
  margin-bottom: 1.5em;
}
.formrunContainer .formrunForm .formRow label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.formrunContainer .formrunForm .formRow label .tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  background-color: rgb(218, 98, 31);
  font-size: 12px;
}
.formrunContainer .formrunForm .formRow .formInput {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  overflow: hidden;
  border-radius: 0.25rem;
}
.formrunContainer .formrunForm .formRow textarea {
  resize: vertical;
  min-height: 150px;
}
.formrunContainer .formrunForm .formRow .formrun-has-error {
  border-color: #d9534f !important;
}
.formrunContainer .formrunForm .formRow .note {
  margin-top: 0.2em;
}
.formrunContainer .formrunForm .formRow .error {
  color: #d9534f;
  margin-top: 0.2em;
}
.formrunContainer .formrunForm .formRow .confirm {
  padding: 1rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f5f5f5;
}
#pageContact .formrunContainer .formrunForm .formBtn {
  padding: 0;
  margin: 30px 0 20px;
}
body.formrun-system-confirm [data-formrun-hide-if-confirm], body:not(.formrun-system-confirm) [data-formrun-show-if-confirm] {
  display: none !important;
}
