input {
    transition: all 0.3s ease-in-out;
  }
  
  input:focus {
    transform: scale(1.02);
  }
  
  .bgImg {
    height: 48px;
  }

  .footer {
    background-color: #333;
    color: white;
  }