/*
 * Auth layout overrides (login). Loaded after trestle-auth login styles.
 */

.auth-header {
  margin-bottom: 1.25rem;
}

.auth-header img,
.auth-header img.auth-login-logo {
  display: block;
  max-width: 240px;
  max-height: 96px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.login-form .password-toggle-btn {
  cursor: pointer;
  padding: 0.25rem 0.875rem 0.25rem 0.25rem;
}

.login-form .password-toggle-btn:focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
}
