'); background-repeat: no-repeat; background-position: right 10px center; background-size: 12px; } textarea { resize: vertical; min-height: 100px; } button { background-color: #3498db; color: #fff; padding: 10px 20px; border: none; border-radius: 4px; font-size: 1em; cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #2980b9; } .campo-especifico { display: none; margin-top: 10px; } .erro { color: #e74c3c; font-size: 0.9em; margin-top: -10px; margin-bottom: 10px; } #form-msg { text-align: center; font-weight: bold; font-size: 2em; } button { border-radius: 10px; width: 100%; padding: 15px; } fieldset{ font-size: 1.2em; } @media (max-width: 768px) { h1 { font-size: 2em; } h2 { font-size: 1.5em; } form { padding: 15px; } input[type="text"], input[type="email"], select, textarea { font-size: 0.9em; } button { width: 100%; padding: 15px; } }