.contact-form .submit-btn,
.get-in-touch .title {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}
.content-wrapper,
.footer,
.get-in-touch,
body,
html {
  position: relative;
}
.align-center {
  text-align: center;
}
body,
html {
  height: 100%;
  background-color: #000;
  color: #fff;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin: -20px 0;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}
.content-wrapper {
  margin-top: 25rem;
}
.get-in-touch {
  max-width: 750px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.get-in-touch .title {
  text-align: center;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}
.contact-form .input-text,
.contact-form .label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.contact-form .input-text:focus {
  outline: 0;
}
.contact-form .input-text.not-empty + .label,
.contact-form .input-text:focus + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50px;
  padding: 15px 18px;
  border: none;
  cursor: pointer;
}
.footer {
  top: 25%;
}
