input.edsSearchBox {
  width:90% !important;
  }
  
  
  button.edsSubmit {
    vertical-align: top;
  height:64px;
  width:64px;
  margin-left:5px;
  padding:0;
  padding-top:10px;
  background: #EC6669;
  outline: 0;
  border:none;
  cursor:pointer;
  border-radius: 3px;
  }

  button.edsSubmit:hover,
  button.edsSubmit:active{
    background: #EC6669;
    opacity: .875;
  }
  
  
  @media (max-width:1200px) {
  input.edsSearchBox 
   {
   width:75% !important;
   height: 50px !important;
   }
  }
  @media (max-width:800px) {
  input.edsSearchBox 
   {
   width:70% !important;
   }
  button.edsSubmit {
  height:50px;
  width:50px;
  padding-top:10px;
  margin-left:4px;
  }
  }