/* =====================
  c--age-auth-window
===================== */
.c--age-auth-window{
  display: none;
  z-index:1000;
  position:fixed;
}

/* =====================
  c--auth-over-ray
===================== */
.c--auth-over-ray {
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

