/* Bard Field */
/* .bard-toolbar button:disabled {
  opacity: .25;
  color: white;
  cursor: not-allowed;
}

.bard-text .bard-editor h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.bard-text .bard-editor h4 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 16px;
}

.bard-text .bard-editor h5 {
  font-size: 32px;
  line-height: 1.8;
  font-weight: 100;
  margin-bottom: 16px;
}

.bard-text .bard-editor p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.bard-text .bard-editor b,
.bard-text .bard-editor strong {
    font-weight: 600;
  }
}

.bard-text .bard-editor a {
  color: #e10e49;

  &:hover {
    text-decoration: underline;
  }
} */


/* Login */
.outside {
  background: #fcfdff;
}

.outside .logo {
  height: 140px;
  background: url(/site/themes/ps2/img/ps-logo.svg) no-repeat center center;
  background-size: 120px;
}

.outside .logo svg {
  display: none;
}
