@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/*
 * Created by the Blank scaffold.
 * Should be removed.
 */
body {
  text-align: center;
  background-color: #000;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: none;
  font-family: Roboto;
}
body > p.flash-message {
  margin-left: -271.5px !important;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#signinForm {
  position: absolute;
  top: 40%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  font-size: 16px;
}
#signinForm input {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 16px;
}
#signinForm button {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
  font-size: 16px;
}
#ptfsc-container {
  max-width: 56.25vh;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#ptfsc-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
#ptfsc-webcam-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 120px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
#ptfsc-subtitle-container {
  font-size: 1.8vh;
  color: #FFF;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  position: absolute;
  width: 80%;
  padding: 0 10%;
  bottom: 5vh;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  display: none;
  z-index: 11;
}
#ptfsc-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#ptfsc-title-container * {
  margin: auto;
}
#ptfsc-title-container svg {
  width: 100%;
  top: 50%;
  left: 0;
  position: relative;
  transform: translateY(-50%);
}
