.contact-form input, .contact-form textarea{
    font-family: 'Poppins', sans-serif;
}

.align-right {
  text-align: right;
}

.row {
  margin: -20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px 0 0;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 3rem auto;
}

.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding: 15px;
  background-color: #313131;
  color: #FFF;
  font-family: "power_groteskbold", sans-serif;
}

.contact-form .form-field {
  position: relative;
  margin: 20px 0;
}
.contact-form .input-text {
    width: 100%;
    height: 36px;
    border-width: 0;
    border-bottom: 2px solid #313131;
    background: #F1F1F1;
    padding: 15px 0 0 15px;
    font-size: 16px;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
  font-size: 12px;
  top: 25px;
}
.contact-form .label {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #595959;
  cursor: text;
  transition: transform 0.2s ease-in-out;
  padding-left: 15px;
}
.contact-form .submit-btn {
  display: inline-block;
  background: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}

textarea#message {
    resize: none;
    height: 25vh;
    padding: 25px 0 0 15px;
}

#contact a div#container {
    margin-top: 0;
}
