/* line 6, app/assets/stylesheets/contacts.scss */
.request-title {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/contacts.scss */
.request-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 23, app/assets/stylesheets/contacts.scss */
.thx-request {
  font-size: 26px;
  color: #484848;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/contacts.scss */
.thx-request-back {
  font-size: 26px;
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/contacts.scss */
.img-sent {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 40, app/assets/stylesheets/contacts.scss */
.padding-fix {
  padding-bottom: 3px;
  padding-top: 3px;
}

/* line 45, app/assets/stylesheets/contacts.scss */
.contact-padding.col-lg-12 {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 50, app/assets/stylesheets/contacts.scss */
.new4 {
  border: 1px solid red;
}

/* line 54, app/assets/stylesheets/contacts.scss */
.contact-top-info {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/contacts.scss */
.is-invalid {
  border-color: #f00 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6) !important;
}
