/*+* F O R M ***/
.form {
  padding: 50px 100px 50px 0px;
}
.form-group {
  margin-bottom: 40px;
}
.form-control {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
  opacity: 1;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #f1f1f1;
  color: #412E1A;
  float: none;
  padding: 10px;
  width: 100%;
}
.btn-send {
  background: #412E1A;
  border: 1px solid #412E1A;
  color: #d8c073;
  font-size: 14px;
  display: block;
  margin: 0 auto 7vh;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
.btn-send:hover,.btn-send:active, .btn-send:focus {
  border: 1px solid #412E1A;
  background: #fff;
  color: #412E1A;
  outline: none;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Chrome */
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #412E1A;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    font-family: "Times New Roman", Times, serif;
    background-color: rgb(0, 0, 0);
    background-image: none;
    color: #412E1A;
}
#submitMessage {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #412E1A;
}
.float-left {
  float: left;
}
/**/