.container {
  max-width: 960px;
}

.lh-condensed { line-height: 1.25; }


.bg-body{
  background-color: #DADADA !important;
  color: #000000;
}

#formModal .modal-content {
  background-color: #BABABA !important;
}

.vdo {
  color: #FFF;
  background-color: #4fc0a6;
  border: white;
}

.vdo:hover{
  background-color: #FFF;
  color:#4fc0a6;
  transition: .5s;
  font-weight: 700;
}
.imgform{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

.modal-header{
  border-bottom: none;
}

#message{
  height: 200px;
}