.head {
  margin-bottom: 50px;
}
.head h3 {
  font-size: 24px;
  text-align: center;
  color: #222;
  position: relative;
}
.head h3 span {
  position: relative;
  z-index: 100;
  width: 190px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.head h3:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  background: #222;
  height: 1px;
  width: 100%;
  top: 50%;
}
.head .subtitle {
  font-size: 14px;
  color: #130501;
  text-align: center;
}
#message {
  margin-top: 80px;
}
#message .content {
  padding-top: 40px;
}
#message .content form {
  padding-bottom: 30px;
}
#message .content form label {
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}
#message .content form .field-ctl {
  margin-bottom: 15px;
}
#message .content form .input-ctl {
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  text-indent: 15px;
  width: 300px;
}
#message .content form .input-ctl:focus {
  outline: 0;
  border-color: #245bb4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #89ade8;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #89ade8;
}
#message .content form #feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  width: 400px;
  border-radius: 5px;
  text-indent: 15px;
}
#message .content form #feedback:focus {
  outline: 0;
  border-color: #245bb4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #89ade8;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #89ade8;
}
#message .content form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 100px;
  line-height: 34px;
  text-align: center;
  background: #3472d7;
  color: #fff;
}

/*# sourceMappingURL=message.css.map */
