

    .enrolment-container {
      max-width: 550px;
      margin: auto;
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      margin-top: 10px;
      border: 3px solid;
    }

    h2 {
      text-align: center;
      color: #222;
      margin-bottom: 24px;
    }

    label {
      font-weight: 600;
      display: block;
      margin: 15px 0 5px;
    }

    input, select, textarea {
      width: 90%;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 14px;
      align-content: center;
    }

    textarea {
      resize: vertical;
    }

    button {
      margin-top: 20px;
      width: 100%;
      padding: 14px;
      background: #0088cc;
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
    }

    button:hover {
      background: #0070a1;
    }

    .success {
      color: green;
      text-align: center;
      margin-top: 15px;
      display: none;
    }