body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}
.container {
  margin-top: 50px;
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-section {
  background-color: #ffffff;
  padding: 30px;
}
.info-section {
  background-color: #e9ecef;
  padding: 30px;
}
.info-section h4 {
  color: #343a40;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
footer {
  background-color: #343a40;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
}
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
}
.whatsapp-chat i {
  font-size: 24px;
}
.highlight {
  color: #007bff;
  font-weight: bold;
}
.info-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.info-section ul li i {
  margin-right: 10px;
  color: #28a745;
  font-size: 20px;
}
.platform-image {
  margin-top: 30px;
  text-align: center;
}
.platform-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.forgot-password {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}
.forgot-password:hover {
  text-decoration: underline;
}