.subscribe-form-wrapper {
  padding: 35px 115px 39px;
  text-align: center;
}
.subscribe-form-wrapper .label {
  display: inline-block;
  margin-right: 40px;
}
.subscribe-form-wrapper .label h5 {
  display: inline-block;
  line-height: 50px;
}
.subscribe-form-wrapper .label h5 span {
  font-size: 30px;
  line-height: 50px;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .subscribe-form-wrapper .label h5 {
    line-height: 30px;
  }
  .subscribe-form-wrapper .label h5 span {
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .subscribe-form-wrapper .label {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.subscribe-form-wrapper .btn3 {
  margin: 0 0 0 23px;
}
@media (max-width: 767px) {
  .subscribe-form-wrapper {
    padding: 35px 0 39px;
  }
}
.sub-form {
  position: relative;
  display: inline-block;
}
.sub-form label {
  display: inline-block;
  position: relative;
  width: 380px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  height: 50px;
}
.sub-form label input {
  display: block;
  background: transparent;
  width: 100%;
  font: 400 15px/50px 'Arial', sans-serif;
  padding-left: 15px;
  color: #464646;
  outline: none;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sub-form label {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .sub-form label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sub-form .error {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-form .error {
  top: 0;
}
.sub-form .success {
  position: absolute;
  letter-spacing: normal;
  left: 50%;
  margin-left: -165px;
  bottom: -29px;
}
.sub-form .error {
  color: #fff;
  letter-spacing: normal;
  overflow: hidden;
  height: 0px;
}
.sub-form .success {
  display: none;
  color: #000;
}
.sub-form label.invalid .error {
  height: 21px;
}