﻿#appa {
  height: 100%;
}

.pjpage-loading {
  background-color: #475467;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("koiparki.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: center;
}
.pjpage-loading .pjpage-loading-content {
  margin: unset;
  background-color: transparent;
  left: calc(75% - 340px);
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 18px 32px -5px rgba(0, 0, 0, 0.15), 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  width: 500px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pjpage-loading .pjpage-loading-progress-text {
  margin-top: 20px;
  text-align: center;
}

.fwlogin-background {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("koiparki.jpg");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: center;
  background-size: contain;
  background-color: #475467;
}

.fwlogin-content {
  margin: unset;
  background-color: transparent;
  left: calc(75% - 340px);
  position: relative;
}
.fwlogin-content .fwlogin .fwlogin-card {
  border-radius: 8px;
  box-shadow: 0px 18px 32px -5px rgba(0, 0, 0, 0.15), 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.fwml-grid-not-logged {
  height: 100%;
}

.fwconnect-background {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("koiparki.jpg");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: center;
  background-size: contain;
  background-color: #475467;
}

.fwml-content {
  background-color: var(--fwml-menu-bgcolor);
}

#fw-content {
  background-color: white;
  border-top-left-radius: 10px;
}
