﻿html {
  background: url(../Images/preauth-bg.jpg) no-repeat left center fixed;
  background-size: cover;
  height: 100%;
  font-family: 'Open Sans', Arial;
  font-size: 1.1em;
}
body {
  height: 90%;
}
.centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.centered-content .logo {
  width: 235px;
  height: 74px;
  margin: 10px 0;
}
.content-internal {
  background-color: white;
  display: inline-block;
  text-align: center;
  width: 600px;
  padding: 40px 0px;
  border-radius: 10px;
}
.channels-container .channel {
  display: block;
  margin: 5px 0;
}
.channels-container .channel-img {
  width: 150px;
  height: auto;
}
.copyright-section {
  padding-top: 10px;
  margin-bottom: -30px;
}
.copyright-section .copyright-text {
  color: #909ba8;
  margin-bottom: 12px;
  font-size: 0.7em;
}
.copyright-section .copyright-text a {
  color: #2a88ff;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: inherit;
  vertical-align: inherit;
  text-transform: inherit;
}
.copyright-section .copyright-text a:hover {
  color: #1868ff !important;
}