html,
body {
  /*background-image: -webkit-linear-gradient(top, #326faf 0%, #224C75 100%);*/
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%),url("/cvc/static/img/meeting00.jpg") ;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.vcenter-outer {
  display: table;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.vcenter-inner {
  display: table-cell;
  vertical-align: middle;
}

#joinRoom {
  text-align: center;
}
#joinRoom input {
  width: 80%;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
}
#joinRoom button {
  width: 280px;
  display: inline-block;
  position: relative;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="roomnum"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="displayname"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#manage {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#manage a:hover {
  background-color: #9999CC;
}

#modearea a:hover {
  color: #101050;
}

#modearea a {
  color: rgb(85, 85, 0);
}

#manage a {
  color: white;
  text-decoration: none;
  padding:2px 20px;
  display: inline-block;
  width:100%
}
#cdcmanage {
  margin-right:10px;
}
