h2 {
  line-height: 1.2;
}

.login-logo-content {
  text-align: center;
}

.logo-art {
  width: 30%;
}

.nav_title,
.site_title {
  background-color: transparent;
  height: auto;
}

.site_title {
  padding: 0;
}

.site_title img {
  width: 100%;
}

.left_col {
  background-color: #222a74;
}

.messages ul {
  list-style-type: circle;
  list-style-position: inside;
  padding: 15px;
}

.item.bad .alert {
  top: 0;
  position: absolute;
  left: auto;
  right: -180px;
}

.file-progress {
  display: none;
  height: 5px;
  width: 100%;
}

.progress-message {
  font-size: .8rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.file-media-preview {
  width: 60%;
}

.theme .editor-wrapper {
  color: #d3d3d3;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_processing {
  height: auto;
}

.table-btn {
  text-align: center;
}

/*users/users.scss*/
.pwd-info {
  margin-top: 30px;
}

.pwd-info p {
  padding: 10px;
}

/*inc/modules/wysiwyg.scss*/
/*WYSIWYG*/
.editor-wrapper {
  max-height: 350px;
}

/*inc/modules/galleries/gallery.scss*/
.dz-size {
  display: none;
}

.dz-actions {
  bottom: 0;
  display: none;
  font-size: 3rem;
  opacity: .8;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1001;
}

.dropzone {
  min-height: 200px;
}

.dropzone.dz-started .dz-message {
  display: block;
}

.dropzone .dz-preview:hover .dz-actions {
  display: block;
}

.dropzone .dz-preview.dz-image-preview {
  background: none;
}

.dropzone .dz-preview.dz-error .dz-image {
  background: linear-gradient(to bottom, #eb4850, #ce242c);
}

.dropzone .dz-preview .dz-actions a {
  color: inherit;
}

.dropzone .dz-preview .dz-actions a:hover {
  color: inherit;
}

.dropzone .dz-preview .dz-actions i {
  cursor: pointer;
}

.dropzone .dz-preview .dz-remove {
  display: inline-block;
  font-size: 3rem;
}

.dropzone .has-preview .dz-actions a {
  color: #fff;
  display: inline-block;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.dz-edit {
  margin-right: 10px;
}

.custom-gallery .dz-image {
  color: #d3d3d3;
  font-size: 4em;
  line-height: 125px;
  text-align: center;
}

.custom-gallery .dz-preview:hover .dz-image i {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.image-gallery .dz-preview .dz-remove {
  color: #fff;
}

.form-field {
  position: relative;
}
