body {
    font-family: Georgia, serif;
  }
  
  
  .left-img {
    height: 100vh;
    object-fit: cover;
  }
  
  /* Wrapper around the form */
  .signin-wrapper {
    max-width: 460px;
    font-size: 1.1rem;
  }
  
  /* Input styling */
  .signin-wrapper input {
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
  }
  
  /* Button styling */
  .signin-wrapper button {
    padding: 0.75rem;
    font-size: 1.1rem;
  }
  
  /* Eye icon pointer */
  .signin-wrapper i.fas.fa-eye {
    cursor: pointer;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .signin-wrapper {
      padding-top: 2rem;
    }
  
    .signin-wrapper h4 {
      font-size: 1.5rem;
    }
  
    .signin-wrapper p,
    .signin-wrapper a {
      font-size: 1rem;
    }
  }
  