/* TODO: can we use actual PF vars? */
:root {
  --body-background-color: white;
}

/* stylelint-disable-next-line value-keyword-case -- TODO: check this */
html,
body,
#content {
  height: 100%;
  line-height: 1.5;
}

body,
input,
textarea {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c3f42;
}

body {
  background-color: white;
  margin: 0;
  color: #3c3f42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: inherit;
}

.formtastic .inputs .field > label {
  margin-top: -8px !important;
  display: initial !important;
  width: auto !important;
  font-size: 13px;
}

.big-button, form.formtastic fieldset ol li input.create {
  width: 100% !important;
  font-size: 16px;
}

form.formtastic #signup-text-column {
  display: inline-block;
  padding-top: 12px;
  width: 280px;
  vertical-align: top;
  border: none;
  margin-left: 40px;
}
form.formtastic #signup-text-column h2 {
  color: black;
}
form.formtastic #signup-text-column p {
  margin-top: 20px;
  text-align: left;
}
form.formtastic #signup-text-column p.footnote {
  font-size: smaller;
}
form.formtastic #signup-text-column p.highlight {
  font-weight: 700;
}
form.formtastic #signup-text-column p a {
  color: #999;
}
form.formtastic {
  /* stylelint-disable no-descending-specificity -- FIXME */
}
form.formtastic fieldset {
  display: inline-block;
  vertical-align: top;
  border: none;
}
form.formtastic fieldset p.inline-hints {
  margin-left: 0.5em !important;
}
form.formtastic fieldset ul.errors {
  margin: -26px 0 0;
  padding: 5px 0 5px 0.5em;
}
form.formtastic fieldset ol {
  height: 100%;
  padding: 0 10px 10px;
  list-style: none;
}
form.formtastic fieldset ol li {
  overflow: visible;
  position: relative;
  margin-bottom: 21px;
}
form.formtastic fieldset ol li.error input, form.formtastic fieldset ol li.error.string input, form.formtastic fieldset ol li.error.password input, form.formtastic fieldset ol li.error.email input, form.formtastic fieldset ol li.phone input {
  border: 1px solid #c00;
}
form.formtastic fieldset ol li.commit {
  margin-top: 20px;
  margin-bottom: 0;
  float: left;
}
form.formtastic fieldset ol li.commit input {
  width: 216px !important;
}
form.formtastic fieldset ol li label {
  display: none;
}
form.formtastic fieldset ol li input, form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input, form.formtastic fieldset ol li.email input, form.formtastic fieldset ol li.phone input {
  font-size: 13px;
  color: #888;
  padding: 9px 7px 7px;
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
form.formtastic fieldset ol li input:focus, form.formtastic fieldset ol li.string input:focus, form.formtastic fieldset ol li.password input:focus, form.formtastic fieldset ol li.email input:focus, form.formtastic fieldset ol li.phone input:focus {
  outline: 0;
  border-color: #aaa;
  color: #555;
  transition: border-color 0.1s linear;
}
form.formtastic fieldset ol li.domain input {
  width: 164px;
}
form.formtastic p.inline-hints {
  display: none;
}

.signup_form,
#signup-success {
  color: #555;
}
.signup_form h2,
#signup-success h2 {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
}

.signup_form fieldset {
  width: 280px;
}
.signup_form p.inline-errors {
  position: absolute;
  left: -60px;
  top: 33px;
  font-style: italic;
}
.signup_form {
  height: 100%;
}
.signup_form fieldset,
.signup_form ol {
  padding: 0;
}
.signup_form li:last-child {
  margin-bottom: 0;
}

.signup_form p {
  font-size: 13px;
}

.label-like {
  margin-top: -7px !important;
}

#signup-success {
  line-height: 2;
}
#signup-success strong {
  color: #06c;
}
#signup-success a {
  color: #06c;
}
#signup-success a.tone-down {
  color: #555;
}
#signup-success a:hover {
  color: #3c3f42;
}

select {
  width: 216px;
  margin-left: 1px !important;
  background-color: white;
}

div.form-hints {
  width: 216px;
  margin-left: 5px !important;
}
div.form-hints p {
  text-align: center;
  font-style: italic;
}

/* stylelint-enable no-descending-specificity */
