.image-button {
    width: 180px;
    height: 80px;
    border: none;
    background-image: url('botao_quero.png'); /* Substitua por sua imagem */
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: inline-block;
    align: center;
    text-align: center;
    background-color: #32c204;
}

.image-button:hover {
    opacity: 1;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #32c204;
}

.logo {
    margin-bottom: 10px;
}

form {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 80%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 90%;
    height: 0.8em;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.6em;
}

button {
    color: white;
    height: 5em;
    padding: 20px;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #a6a6a6;
}

.message {
    margin-top: 15px;
    color: red;
}

div.msg_inicial {
    margin-bottom: 15px;
    padding:25px; 
    vertical-align: middle; 
    text-align: center; 
}
