/* FIT Account — custom styling for SSP 1.8.1 (Bootstrap 5)
   Phỏng lại giao diện CS1 (self-service-password.css, Bootstrap 3):
   nền xám nhạt, panel bo mờ + đổ bóng, chữ lớn hơn.
   Lưu ý: SSP 1.8.1 dùng .card (BS5) thay cho .panel (BS3) của CS1. */

html, body {
  background: #eee;
  padding-top: 10px;
  font-size: 12pt;
}

.card,
.alert,
.navbar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.card {
  background-color: rgba(255, 255, 255, 0.9);
}

h1,
.title h1 {
  font-size: 20pt;
}

.result p {
  font-size: 14pt;
}

.result i.fa {
  font-size: 18pt;
  margin-right: 10px;
}

img.logo {
  margin-bottom: 20px;
}
