﻿label {
  
}

@media (min-width:988px) {
  input, select {
    margin-bottom: 10px;
  }  
}

@media (max-width:767px) {
  body {
    margin-bottom:50px;
  }

  .searchButtonWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #FFF;
    width: 100%;
    box-shadow: #cdcdcd 0 0 5px;
    z-index:2;
  }

  .searchButtonWrapper .btn {
    width:100%;
    max-width:100%;
  }
}