.logo
{
  padding: 2.5% 0 0 0;
  margin: auto;
  text-align:center;
}

.title
{
  padding: 0 0 0 0;
  margin: auto;
  color:#333;
}

.logo img.logo-mark {
  width: 20rem;
}

.title-text {
  font-family: "微軟正黑體";
  font-size: 1.6em;
  text-align: center;
}

.announcement-panel {
  background: #f8fbf8;
  border: 1px solid #d8eadb;
  border-radius: .5rem;
  padding: 1rem 1.15rem;
  height: 100%;
}

.announcement-heading {
  color: #245b33;
  font-weight: 700;
}

.announcement-list {
  max-height: 24rem;
  overflow-y: auto;
}

.announcement-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  text-align: center;
}

.announcement-item + .announcement-item {
  border-top: 1px solid #e2eee4;
  margin-top: .75rem;
  padding-top: .75rem;
}

.announcement-item-critical {
  border-left: 4px solid #c53030;
  background: #fff5f5;
  padding: 0.45rem 0.6rem;
}

.announcement-item-critical-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7rem;
}

.announcement-title {
  color: #1f2933;
  font-weight: 700;
}

.announcement-title-large {
  font-size: 1.1rem;
  line-height: 1.45;
}

.announcement-item-critical .announcement-title,
.announcement-item-critical .announcement-title-large {
  color: #8b1f1f;
}

.announcement-content {
  color: #3d4b3f;
  line-height: 1.6;
  word-break: break-word;
}

.announcement-content-large {
  font-size: 1rem;
  line-height: 1.75;
}

.announcement-item-critical .announcement-content,
.announcement-item-critical .announcement-content-large {
  color: #741b1b;
}

.login-side-panel {
  background: #ffffff;
}

@media (min-width: 992px) {
  .login-side-panel {
    border-left: 1px solid #edf2ef;
  }
}
