.feedback-wrap {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: 0 0;
  position: relative;
  z-index: 1; }
  .feedback-wrap .feedback-bg {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .feedback-wrap .feedback-content-wrap {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
  .feedback-wrap .feedback-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 15px; }
    .feedback-wrap .feedback-title:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(41, 39, 39, 0.7); }
    .feedback-wrap .feedback-title .title {
      font-size: 26px;
      color: #fff;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 7px;
      font-weight: bold; }
    .feedback-wrap .feedback-title .subtitle {
      font-size: 15px;
      color: #fff;
      line-height: 1.5;
      text-align: center;
      font-style: italic; }
  .feedback-wrap .feedback-form {
    width: 100%;
    padding: 30px; }
    .feedback-wrap .feedback-form .form-group {
      margin-bottom: 24px; }
      .feedback-wrap .feedback-form .form-group label {
        display: block; }
        .feedback-wrap .feedback-form .form-group label .red {
          color: Red; }
      .feedback-wrap .feedback-form .form-group > label {
        font-size: 18px;
        margin-bottom: 16px; }
      .feedback-wrap .feedback-form .form-group input[type="text"] {
        border: 0;
        border-bottom: 1px solid #b2b2b2;
        margin-bottom: 26px;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        font-size: 15px;
        height: auto;
        line-height: inherit; }
      .feedback-wrap .feedback-form .form-group input[type="radio"] {
        margin-top: 0;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle; }
      .feedback-wrap .feedback-form .form-group span {
        display: inline-block; }
      .feedback-wrap .feedback-form .form-group .form-group-radio label {
        display: block; }
      .feedback-wrap .feedback-form .form-group #submitform {
        font-weight: bold;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: #f7991d;
        background: -webkit-linear-gradient(#f7991d, #ffc20f);
        background: -o-linear-gradient(#f7991d, #ffc20f);
        background: -moz-linear-gradient(#f7991d, #ffc20f);
        background: linear-gradient(#f7991d, #ffc20f); }
