html {
  position: relative;
  min-height: 100%;
}

body {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container .text-muted {
  margin: 20px 0;
}

textarea {
  resize: vertical;
}

textarea#question {
  font-size: 22px;
}

a {
  color: #00B7FF;
}

.form-check > * {
  vertical-align: middle;
}

.form-control::-webkit-input-placeholder {
  color: #BBBBBB;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

@media screen and (max-width: 575px) {
    .verbose {
        display: none;
    }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
}
