body section {
  background: black;
  margin: 60px auto 120px;
  /*border-top: 15px solid #c52026;*/
  text-align: center;
  padding: 50px 0 110px;
  width: 80%;
  max-width: 1100px;
}
body section h2 {
  /*margin-bottom: 40px;*/
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: Cabin;
  font-weight: 400;
  color:#c52026;
}

form {
  width: 58.33333%;
  margin: 50px auto;
}
form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
form .field label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  background: #c52026;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form .field label + span {
  font-family:Cabin;
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form .field input[type="text"],
form .field textarea {
  border: none;
  background: #e8e9ea;
  width: 80.5%;
  margin: 0;
  padding: 18px 0;
  padding-left: 19.5%;
  color: #313a3d;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
form .field input[type="text"]#msg,
form .field textarea#msg {
  height: 28px;
  resize: none;
  overflow-y: hidden;
  font-family:Cabin;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background: #c52026;
  color: #bababa;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #c52026;
}
form .field:hover label {
  width: 18%;
  background: #313a3d;
  color: white;
}
form input[type="submit"] {
  background: #c52026;
  color: black;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-family:Cabin;
  font-weight: 400;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  margin-top:50px;
}
form input[type="submit"]:hover {
  background: #313a3d;
  color: #ffffff;
}
form input[type="submit"]:focus {
  outline: none;
  background: #c52026;
}




@media screen and (max-width: 768px) {

  ::-webkit-input-placeholder {
   text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: left;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: left;
}

:-ms-input-placeholder {
   text-align: left;
}


  ::-webkit-input-placeholder { /* WebKit browsers */
      color:    #fff;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #fff;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #fff;
     opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #fff;
  }

  form .field label {
      opacity: 0;
      transition: color 0s;
  }

  form .field input[type="text"], form .field textarea {
      border: medium none;
      background: #C52026 none repeat scroll 0% 0%;
      width: 100%;
      margin: 0px;
      padding: 18px 0px 18px 16.5%;
      font-size: 17px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #fff !important;
  }


  form .field {
      margin-left: -10px;
  }

  form input[type="submit"] {
    margin-left: -10px;
    color: #fff;

}

form .field input#msg[type="text"], form .field textarea#msg {
  -webkit-appearance: none;/*Turns Safari border radius off */
  border-radius: 0;
}







}






@media screen and (max-width: 500px) {

  form .field label {
      opacity: 0;
      transition: color 0s;
  }

  form .field input[type="text"], form .field textarea {
      border: medium none;
      background: #C52026 none repeat scroll 0% 0%;
      width: 100%;
      margin: 0px;
      padding: 18px 0px 18px 16.5%;
      color: #ffffff;
      font-size: 9px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
  }


  form .field {
      margin-left: -10px;
  }

  form input[type="submit"] {
      border: medium none;
      background: #C52026 none repeat scroll 0% 0%;
      width: 90%;
      margin: 0px;
      padding: 18px 20px 18px 16.5%;
      color: #fff;
      font-size: 9px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
  }

  form .field input#msg[type="text"], form .field textarea#msg {
    -webkit-appearance: none;/*Turns Safari border radius off */
    border-radius: 0;
}






}
