.login_error {
  background: #ead3d6 url(/assets/error.png) no-repeat center left 5px;
  padding-left: 25px;
}

.login_message {
  background: #dff0d8 url(/assets/info.png) no-repeat center left 5px;
  padding-left: 25px;
}

#cc-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: inline;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
}
.eds-middle-align {
  top: 30%;
  left: 50%;
  position: fixed;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: forestgreen;
}

#cc-loading-tick {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000; /* above modal backdrop */
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}

#cc-loading-tick.show {
  opacity: 1;
}
