/* body {
  background: linear-gradient(135deg, #0b1c2d, #0f3057);
  font-family: 'Segoe UI', sans-serif;
}
*/
.card-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: #ffffff;
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #0f3057;
  object-fit: cover;
}

.logo {
  width: 160px;
  margin-top: 15px;
}

.role {
  color: #555;
  font-size: 14px;
}

.buttons .btn {
  width: 70%;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer {
  font-size: 12px;
  color: #888;
}
