/* === Hintergrund & Logo === */
.mx_AuthPage {
  background: none !important;
  background-color: #00B19C !important;
}
.mx_AuthPage::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 400px;
  height: 160px;
  background-image: url("/img/logohell.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1000;
}

/* === Login-Fenster === */
.mx_AuthPage .mx_AuthPage_container {
  background-color: #FFFFFF !important;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mx_LeftPanel {
  width: 280px !important;
  background-color: #FFFFFF !important;
}
.mx_LeftPanel .mx_EntityTile_name {
  font-weight: bold;
  color: #FF0000 !important;
}

.mx_RoomView {
  background-color: #f9f9f9 !important;
}
.mx_EventTile_content {
  border-radius: 12px;
  padding: 6px 10px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.mx_RoomHeader {
  background-color: #00B19C !important;
  color: #fff !important;
  height: 60px;
}


