html.ng-scope {
    overflow-x: hidden;
    background: url(/images/demo_bg.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    background-position: center;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: rgba(255, 252, 233, 0.9);
  height: 100vh;
  width: 100vw;
}

#wrapper {
  text-align: center;
  position: absolute;
  top: calc(50% - 200px);
  width: 100%;
  margin: 0;
  padding: 0;
}

div#inputs {
    margin: 10px;
}

#helpbutton {
	cursor: pointer;
	display: inline-block;
}

.helperpopup {
  position: absolute;
  bottom: -58px;
  margin-left: 23px;
  color: #40a335;
}

form#joinRoom {
  padding: 0;
  margin: 0;
  width: 320px;
  margin-left: calc(50% - 160px);
  text-align: left;
}

form#joinRoom #inputs {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
  width: calc(100% - 8px);

}

form#joinRoom #inputs #publisher {
  margin-top: 5px;
}

form#joinRoom input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 40px;
  font-size: 18px;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  background-color: #fff;
  color: #4a4a4a;
  border: 2px solid #585858;
  border-radius: 4px;
}

input:focus, textarea:focus, select:focus {
    outline-color: #ffb600;
    border: 2px solid #ffb600 !important;
}

@media screen and (max-width: 650px) {
  form#joinRoom input[type='text'] {
    width: 100%;
  }
}

form#joinRoom input[type='submit'] {
  font-family: 'Open Sans', sans-serif;
  width: calc(100% + 4px);
  height: 44px;
  background-color: #ffdb00;
  border: none;
  color: #000000;
  margin: 45px 5px 5px 5px;
  padding: 0;
  font-size: 20px;
  -webkit-appearance: none;
  border: 2px solid #ffdb00 !important;
}

img.logo {
  margin-bottom: 30px;
  max-width: 100%;
  width: 340px;
  margin-left: 10px;
}

#publisher {
  color: #888;
}
