h1.node-title {display: none;}

#cellxpert-regform {
  max-width: 440px;
  margin: 0 auto 50px;
  padding: 30px 0 40px;
  box-sizing: border-box;
}

#cellxpert-regform .form__text--thank-you,
#cellxpert-regform.registration-completed > * {
  display: none;
}
#cellxpert-regform.registration-completed > .form__text--thank-you,
#cellxpert-regform.registration-completed > .form__header {
  display: block;
}

.form__header {
  margin: 20px auto 14px;
  color: #999;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}

.form__text {
  text-align: center;
}

.form__subheader {
  margin: 1.5em 0 1em;
  text-align: center;
}

.form__line {
  margin: 0 0 10px;
}

.form__line--apply-conditions {
  margin: 20px 0;
}

.form__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

label {
  color: #999;
  font-weight: normal;
}

.form__label {
  width: 170px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.form__control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.428571429;
  outline: 0;
}

input.form__control {
  -webkit-appearance: none;
}

select.form__control {
  position: relative;
  color: #373737;
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

textarea.form__control {
  height: unset;
}

.form__control-tip {
  display: none;
  font-size: 85%;
  font-weight: 300;
}

.ll-error-input {
  border: 1px solid #f00;
}

.btn[disabled] {
  filter: saturate(0.75);
}

.form__checkbox-input {
  margin-right: 10px;
}

.ll-captcha-refresh {
  border: none;
  background: transparent;
}

.ll-error-msg {
  color: #f00;
  font-size: 13px;
  font-weight: 300;
}

.ll-error-msg-container [for="cellxpert-agreedToTermsAndConditions"] {
  margin-left: 24px;
}

.ll-hidden {
  display: none;
}
