body {
  font-family: Arial, sans-serif !important;
  line-height: normal !important;
}

::before, ::after {
  box-sizing: content-box;
}

img, svg {
  vertical-align: inherit !important;
}

.contact-header {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #e0e0e0;
  padding-bottom:3rem;
  padding-top:3rem;
}

.contact-header .accentHR {
  width: 75px;
  background: #8dc63f;
  height: 3px;
  opacity: 1;
  margin: 1rem 0;
  border: 0;
}

.container-body {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.btn-close-alert {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close-alert:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.alert-dismissible .btn-close-alert {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
  border: 0;
  opacity: .5;
}

.form-control::placeholder {
  text-align: left;
}
