/* --- LOGIN LAYOUT STYLES (PREMIUM MPA) --- */
.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  background: radial-gradient(circle at 50% 50%, rgba(13, 148, 136, 0.05) 0%, rgba(8, 12, 20, 1) 100%);
}
