.registration .required,
.password-reset .required {
  color: #3b3b3b;
}
.registration form li,
.password-reset form li {
  color: #982623;
}
.registration form li::before,
.password-reset form li::before {
  content: "Error";
  display: inline-block;
  background: #982623;
  color: #fcf1f1;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 0.75em;
  margin-right: 5px;
  vertical-align: text-bottom;
}

h3 strong {
  color: #6F91C8;
  font-weight: normal;
}

.ck-editor .ck-editor__main {
  width: 100%;
}