#contact-form-2 {
  margin: 40px 0;
  text-align: center;
}
#contact-form-2 .form-wrapper {
  background-color: white;
  padding: 20px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  backgroud-color: white;
}
#contact-form-2 .form-wrapper .send-contact-info-btn {
  background-color: #18766f;
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
}
#contact-form-2 .form-wrapper .input-container.input-error {
  border-bottom: 2px solid red;
}
#contact-form-2 .form-wrapper .input-container.show-label span.sub-label {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#contact-form-2 .form-wrapper .input-container {
  position: relative;
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
#contact-form-2 .form-wrapper .input-container .top-input {
  border-top: 1px solid #dcdcdc;
}
#contact-form-2 .form-wrapper .input-container textarea,
#contact-form-2 .form-wrapper .input-container input {
  padding: 26px 8px 6px 7px !important;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
}
#contact-form-2 .form-wrapper .input-container span.sub-label {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 12px;
  display: block;
  opacity: 0;
  font-weight: 900;
}
#contact-form-2 .form-wrapper .input-container select:focus,
#contact-form-2 .form-wrapper .input-container button:focus,
#contact-form-2 .form-wrapper .input-container textarea:focus,
#contact-form-2 .form-wrapper .input-container input:focus {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: -webkit-focus-ring-color auto 0px !important;
  background-color: #F6F6F6;
}
