.row .col .singpass-login-button img {
  max-width: 400px;
}
.button-container {
  text-align: center;
  max-width: 400px;
}
/* body a.singpass-login-button-logout {
  max-width: 400px;
} */
.btn-logout {
  background-color: white;
  color: #ff7a00; /* Orange text */
  border: 2px solid #ff7a00; /* Orange border */
  padding: 8px 24px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 350px;
}

.btn-logout:hover {
  background-color: #ff7a00;
  color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.locked {
  background-color: #f0f0f0;
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-lock {
  display: none;
}
.radio-locked {
  pointer-events: none;
  background-color: #f0f0f0;
  /* opacity: 0.5; */
  cursor: not-allowed;
}
select[name="menu-nationality"] option:disabled {
  color: white;
  background-color: #a80a0a;
  cursor: not-allowed;
}
