/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


html,
body {
  height: 100%;
  background-color: #333;
}

body {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-size:13px;
}

.autoconnect {
  padding:3px;
  transform: scale(1.3);
}

.remote_url {
  width:100%;
  overflow-y: hidden;
  overflow-x:scroll;
  border:2px solid #444;
}
label {
  display: block;
}
.form-line {
  float:left;
}

.remote_url {
  padding:10px;
}

#connection {
  font-size:16px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px; 
}