.calendar td {
  height: 120px;
  min-width: 120px;
}

.calendar .btn {
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  height: 32px;
  width: auto;
  display: none;
}

[data-bs-theme="light"] .brand-logo-light,
[data-bs-theme="dark"] .brand-logo-dark {
  display: inline-block;
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.login-page {
  position: relative;
  min-height: 100vh;
  background-color: #f2f4f7;
}

body.login-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/img/bg/bg_login.png");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  z-index: -1;
}

.login-brand .brand-logo {
  height: 64px;
}
