Closed vitoria-dotcom closed 20 hours ago
body { font-family: Arial, sans-serif; background-color: #f0f2f5; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.form-container { background-color: #fff; padding: 20px 40px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); width: 100%; max-width: 500px; }
h2 { color: #333; margin-bottom: 20px; text-align: center; }
form label { font-size: 1rem; color: #333; margin-top: 10px; display: block; }
input[type="text"], input[type="email"], textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; }
.radio-options { display: flex; gap: 15px; margin-top: 5px; }
input[type="radio"] { margin-right: 5px; }
button[type="submit"] { width: 100%; padding: 12px; margin-top: 20px; background-color: #007bff; color: #fff; border: none; border-radius: 5px; font-size: 1.1rem; cursor: pointer; transition: background 0.3s; }
button[type="submit"]:hover { background-color: #0056b3; }
body { font-family: Arial, sans-serif; background-color: #f0f2f5; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.form-container { background-color: #fff; padding: 20px 40px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); width: 100%; max-width: 500px; }
h2 { color: #333; margin-bottom: 20px; text-align: center; }
form label { font-size: 1rem; color: #333; margin-top: 10px; display: block; }
input[type="text"], input[type="email"], textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; }
.radio-options { display: flex; gap: 15px; margin-top: 5px; }
input[type="radio"] { margin-right: 5px; }
button[type="submit"] { width: 100%; padding: 12px; margin-top: 20px; background-color: #007bff; color: #fff; border: none; border-radius: 5px; font-size: 1.1rem; cursor: pointer; transition: background 0.3s; }
button[type="submit"]:hover { background-color: #0056b3; }