/* body {
  background-color: #878888 !important;
  color: #000 !important;
} */

.mandatory-field {
  color: rgb(255, 0, 0);
}

/* #contactUsForm .form-control {
  border-color: rgba(255, 0, 0, 0.3);
} */

#contactUsForm .form-control:focus {
  box-shadow: none;
  border-color: #ffcd05;
}

.form-section {
  margin-bottom: 30px;
}

.form-contant {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.form-label {
  font-weight: 600;
}

.error-message {
  color: #f00;
  opacity: 0.8;
  font-size: 15px;
}

.error-input {
  border-color: #ff0000 !important;
  opacity: 0.8 !important;
}

.btn-message-send {
  color: #714508;
  font-weight: 500;
}

#contactUsSuccessMessage p {
  text-align: center;
  margin: 10px 0 60px 0;
}
