#container {
  width: 100%;
  min-height: calc(100% - 44px);
  margin-bottom: -28px;
  text-align: center;
}

#container h2 {
  margin: 60px 0;
  color: white;
  font-family: Roboto;
  font-weight: 300;
  font-size: 40px;
}

#container #join {
  display: none;
}

#container #create {
  display: none;
}

#container #joinRequest {
  display: none;
}

#container [type="text"] {
  border: none;
  height: 30px;
  width: 220px;
  padding: 4px 40px 4px 20px;
  font-size: 14px;
  font-family: Roboto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
}

#container button {
  background: #1797DE;
  border: 3px solid #1e1e1e;
  height: 38px;
  padding: 4px 30px;
  margin-left: -30px;
  color: #ffffff;
  font-size: 14px;
  font-family: Roboto;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.10s linear;
  -moz-transition: background 0.10s linear;
  transition: background 0.10s linear;
  cursor: pointer;
  outline: none;
}

#container button:hover {
  background: #1581C8;
}

#container #conference {
  display: none;
  margin-bottom: 100px;
}

#container #conference #local-container video {
  height: 150px;
}

#container #conference #remote-container video {
  height: 300px;
}

a.open-client {
  position: absolute;
  background: #1797DE;
  padding: 10px;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.10s linear;
  -moz-transition: all 0.10s linear;
  transition: all 0.10s linear; }
/*# sourceMappingURL=conference.css.map */