.feedbackform {
  background: #00a6df linear-gradient(to top, #bdc3c7 0%, #ecf0f1 100%);
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(148, 148, 148, 0.5);
  padding: 30px 45px 25px 45px;
  text-align: center;
  position: relative; }
.feedbackform__close {
  position: absolute;
  right: 15px;
  top: 15px; }
.feedbackform .message {
  display: none; }
.feedbackform .form-group {
  padding: 10px;
  margin: 0; }
.feedbackform .form-control {
  width: 100%;
  height: 42px;
  font-size: 1em;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background-color: transparent;
  background-position: 98% 50% !important;
  padding: 15px 20px;
  opacity: 0.7;
  color: #000;
  line-height: 1;
  text-align: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.feedbackform .form-control.empty {
  border: 2px solid rgba(255, 0, 0, 0.6); }
.feedbackform textarea.form-control {
  height: 80px;
  resize: none; }
.feedbackform #submitFeedbackForm {
  min-width: 140px;
  min-height: 42px;
  background-color: #369;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  padding: 15px 35px;
  margin: 10px auto 0;
  display: inline-block;
  border: none;
  -moz-box-shadow: 0 5px 10px rgba(51, 102, 153, 0.4);
  -webkit-box-shadow: 0 5px 10px rgba(51, 102, 153, 0.4);
  box-shadow: 0 5px 10px rgba(51, 102, 153, 0.4); }
.feedbackform .title {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1; }
.feedbackform .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px; }

/*# sourceMappingURL=feedbackform.css.map */
