body {
  padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
  padding-bottom: 60px; 
}


/* increase font size in forms */
form legend{
  font-size: 30px;
}

form label{
  font-size: 18px;
}

form .help-block{
  font-size: 18px;
  color: #FF8585;
}

input[type="text"], input[type="password"]{
  height: 35px;
}

#feedback{
  min-height: 1.5em;
}

.btn-large{
  margin-left: 10px;
  margin-right: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; /* or a sensible number that will put it on top */
  background-color: rgba(33, 33,33,0.5);
}

.modal{
  margin-top: 60px;
}