#fcfcfc
.contact-form h2{
  padding-top: 140px;
}

.contact-form a{
  font-size: 16px;
  text-align: center;
}

.tb-cell {
  display: table;
  width: 400px;
  padding-top: 30px;
  margin: 20px auto 40px auto;
  text-align: left;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #e8d3c7;
  padding: 10px;
  vertical-align: middle;
  color: #000000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 200px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 300px;
}
.mail-form .row .cell {
  padding: 5px;
}
.mail-form .row .cell:nth-child(1) {
  background: #e4ab9b;
}
.mail-form .row .cell:nth-child(2) {
  background: #e8d3c7;
}
.msg p{
  text-align: center;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  height: 30px;
  font-size: 16px;
}
textarea {
  height: 100px;
  font-size: 16px;
}
select{
  height: 30px;
  font-size: 16px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align:center;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #e4ab9b;
}
button[type="reset"] {
  background: #ddd;
  color:#000;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #ddd;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
.tb-cell {
  width: 900px;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #e8d3c7;
  padding: 10px;
  vertical-align: middle;
  color: #000000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 300px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 600px;
}
input[type="text"],
input[type="email"],
input[type="number"]  {
  width: 350px;
}
textarea {
  width: 580px;
}
/* ** */}
