/* ==================================================
   PSIRT SECURITY FORM – FINAL
   ================================================== */

#webform-submission-subscribe-to-security-advisories-add-form {
  
min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-image: url("https://altera.widen.net/content/qakbhx0fld/jpeg/distribution_campaign.jpeg?position=c&color=ffffffff&quality=80&u=jxv0xv");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;
}



/* ==================================================
   FORM CARD (SECURITY INTAKE)
   ================================================== */

.form-container {
  background: rgba(3, 15, 38, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px 36px;
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  margin:auto;
}

/* ==================================================
   FIELDS – SINGLE COLUMN
   ================================================== */

.field label {
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #ffffff;
}

.field input,
.field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d0d7de;
  font-size: 0.95rem;
  box-sizing: border-box;
}

/* ==================================================
   SUBMIT BUTTON
   ================================================== */

.submit-btn {
  background: #007fc8;
  color: #ffffff;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #006bb0;
}

.webform-actions {
  text-align: center;
  margin-top: 24px;
}

/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 768px) {
  .form-container {
    padding: 28px 20px;
  }
}
