.modal-content {
  background-color: #f6f6e4;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  padding: 60px 60px 0;
}

.modal-title {
  color: #610b02;
  text-align: center;
}

.modal-footer {
  border-top: 0;
  padding-bottom: 60px;
  text-align: center;
}

.modal a {
  color: #610b02;
  font-weight: bold;
}

.modal-backdrop.in {
  opacity: 0.8;
}