.form-check {
  padding-bottom: 15px;
}

.col.text-center.align-self-center.col-3 {
}

#toTop {
  z-index: 100000000;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #949494;
  font-size: 50px;
  border-radius: 25px;
  opacity: 0.5;
}