}
:before {
  content: '';
  background: url('https://cognitio-plus.aiwaapp.live/cache/media_cache/df669b73c1d4fffa2a3ea23998336a3d.png') no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background: #9b0ea4;
  margin: 0;
  padding: 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-container {
  max-width: 320px;
  margin: 60px auto;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.login-container h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

input {
  width: 100%;
  padding: 10px;
  margin: 6px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.password-wrapper {
  display: flex;
  align-items: center;
}

.password-wrapper button {
  background: none;
  border: none;
  margin-left: 8px;
  cursor: pointer;
}

button {
  background-color: #b425aa;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}
