/* =========================================================
   login.css  —  login.html only
   ========================================================= */

body.page-login {
  --page-bg: #f5f5f5;
}

.title {
  font-size: 24px;
}

.section-title {
  margin: 30px 0 15px;
  font-size: 20px;
}

.desc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.steps li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.link {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

.image {
  margin: 20px 0;
  text-align: center;
}

.image img {
  width: 250px;
}
