.login-container {
  height: 100vh;
  background-image: url(../../img/login-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  backdrop-filter: blur(10px);
}

.login-container .app-brand {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 150px;
  padding-bottom: 50px; /* Adds  padding to the bottom of the logo */
}

.login-container .app-brand img {
  max-width: 100%;
  height: auto; /* Ensures the aspect ratio is maintained */
  object-fit: contain; /* Prevents stretching */
}

.login-container .login-form-button {
  width: 100%;
}

.login-container .copy-link {
  display: block;
  width: 100%;
}

.brand-logo {
  max-width: 100%; /* Prevents the logo from exceeding its container */
  height: auto; /* Maintains the aspect ratio */
  word-wrap: break-word;
  word-break: break-word;
}
