.custom-signup-form{background-color:#86cefc;padding:40px 20px;border-radius:20px;text-align:center;max-width:800px;margin:0 auto}.custom-signup-form .field-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.custom-signup-form input[type="text"],.custom-signup-form input[type="email"]{padding:16px 24px;border:none;border-radius:9999px;font-size:18px;width:300px;max-width:100%;box-sizing:border-box;outline:none}.custom-signup-form input[type="submit"]{background-color:#86cefc;color:white;font-size:20px;font-style:italic;padding:16px 32px;border:2px solid white;border-radius:9999px;cursor:pointer;transition:background-color 0.3s ease;width:100%;max-width:700px;box-sizing:border-box}.custom-signup-form input[type="submit"]:hover{background-color:#6bc0f5}