body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#unity-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: #231f20;
  width: 100%;
  height: 100%;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#unity-logo {
  width: 154px;
  height: 130px;
  background: url("unity-logo-dark.png") no-repeat center;
}
#smartfarm-logo {
    width: 204px;
    height: 240px;
    background: url("logo_smartfarm.png") no-repeat center;
}
#unity-progress-bar-empty {
  display: block;
  margin: auto;
  margin-top: 100px;
  width: 141px;
  height: 18px;
  background: url("progress-bar-empty-dark.png") no-repeat center;
}
#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("progress-bar-full-dark.png") no-repeat center;
}
#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url("webgl-logo.png") no-repeat center;
}
#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}
#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("fullscreen-button.png") no-repeat center;
}
#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}
#web-iframe-container {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  background-image: url("loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px;
  display: none;
}
#web-iframe-container.visible {
  display: block;
}
#web-iframe-exit-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 62px;
  height: 62px;
  display: block;
  background: url("exit-button.png") no-repeat center;
}
@font-face {
  font-family: DBHelveticaX;
  src: url(DB\ Helvethaica\ X.ttf);
}
input {
  font-family: DBHelveticaX;
  /*
    width: 0!important;
    height: 0!important;
    display: block;
    */
  border: 0 !important;
  opacity: 0 !important;
}
input::placeholder {
  font-style: italic;
}
.iframe-coin-page {
  margin: auto;
  width: 900px;
}
