a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a,
a:hover {
  text-decoration: none !important
}

.text-black {
  color: #000
}

.content {
  padding: 7rem 0
}

.heading {
  font-size: 2.5rem;
  font-weight: 900
}

.form-control {
  border: none;
  background: #f3f3f3
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
  background: #f3f3f3
}

.btn,
.form-control {
  height: 50px
}

.btn {
  border: none;
  border-radius: 4px !important
}

.btn.btn-primary {
  background: #000;
  color: #fff;
  padding: 15px 20px
}

#form-message-warning {
  color: #b90b0b
}

#form-message-success {
  color: #55a44e;
  font-size: 18px;
  font-weight: bold
}
