html.pageLogin {
	height: 100%;
}
html.pageLogin body {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
	height: 100%;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin #accessCode {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
}

html.pageLive {
  position: relative;
  min-height: 100%;
}
html.pageLive body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #ddd;
}
html.pageLive .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

html.pageLive body > .container {
  /*padding: 60px 15px 0;*/
}

html.pageLive .footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


.noLiveVideo {
  background-color: red;
  width: 100%;
  padding-top: 56.25%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */
.noLiveVideo > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.noLiveVideo div div.okno {
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 1rem;
	left: 5%;
	width: 90%;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid red;
}
