/* Login page specific styles */

/* Hide the menus on login page */
.menu-fab {
  display: none;
}

/* Center the login form vertically and horizontally */
.login-container {
  min-height: calc(100vh - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Login card sizing */
.login-card {
  width: 100%;
  max-width: 400px;
}
