#search #body {
  /* Standard */ }
  #search #body .card-input {
    background: #fff;
    box-shadow: none;
    color: #353a40;
    cursor: pointer;
    height: auto;
    transition: all .2s ease; }
  #search #body .card-input:hover {
      transform: scale(1.02);
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
