#fs-formulario {
    max-width: 500px;
    margin: 20px auto;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#fs-formulario input,
#fs-formulario textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

#fs-formulario button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
}

#fs-formulario button:hover {
    background-color: #005a8c;
}

#fs-respuesta {
    margin-top: 10px;
    font-weight: bold;
}
