/***** multi-column-editor *****/

.multi-column-editor.compact .mce-row:not(:last-of-type) .tl_help,
.multi-column-editor.compact .mce-row:not(:first-of-type) h3 {
  display: none;
}

.multi-column-editor.compact .mce-row:not(:last-of-type) .form-group {
  margin-bottom: 0.125rem;
}
.multi-column-editor.compact .mce-row:not(:first-of-type) {
  padding-top: 0.125rem;
}

/***** backend login - background image *****/

.cs_cls_login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cs_cls_login body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cs_cls_login #container {
  margin: 15px;
}

/***** backend login - logo *****/

.cs_cls_logo {
  margin-bottom: 23px;
}

.cs_cls_logo img {
  width: 100%;
  height: auto;
}

/***** backend login - text *****/

.cs_cls_text {
  margin-top: 23px;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
