 body, html {
      height: 100%;
    }

    .loginPage {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .login-container {
      width: 100%;
      max-width: 500px; /* Adjust the maximum width as needed */
      padding: 20px; /* Add padding to the container */
    }

    .logo {
      max-width: 100%;
      max-height: 100%;
      padding: 20px; /* Add padding to the image */
    }