footer.page-footer>div {
   
    padding-left: 40px;
    padding-right: 40px;
}



footer img.footer-logo {
  max-width: 100px;
  width: 100%;
  height: auto;
}

footer form input.form-control {
  background: rgba(255, 255, 255, 0.0496078431) !important;
  border-color: rgba(255, 255, 255, 0.072745098) !important;
  color: #fff !important;
  height: 55px;
}

footer form {
  position: relative;
}

footer form button {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  color: black !important;

}

footer form input::placeholder {
  color: white !important;
}