.user-form{width:90%;max-width:400px;margin:0 auto;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px;background-color:rgba(0,2,43,.9);color:#fff}.form-group,.user-form{display:flex;flex-direction:column}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-size:1rem}.form-group input[type=email],.form-group input[type=text]{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.checkbox-group{display:flex;align-items:center}.checkbox-group label{font-size:.9rem}.checkbox-group input{margin-right:.5rem}.acceptMarketing{align-items:center;display:flex}@media (min-width:600px){.user-form{padding:2rem}}@media (min-width:768px){.form-group{flex-direction:row;align-items:center;justify-content:center}.form-group label{margin-bottom:0;margin-right:1rem;width:30%}.form-group input[type=email],.form-group input[type=text]{width:70%}}