/*.form_helpay .input_grupo {

    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form_helpay input {
    border-radius: 50px;
    padding: 30px 20px !important;
    margin: 0 !important;
    font-size: 1.8em !important;
    max-width: 250px;
    border: none;
}

.form_helpay button {
    border: none;
    padding: 0;
    margin: 0;
    padding: 25px 25px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #16a085;
    color: white;
    box-shadow: none;

}

.form_helpay button:hover {
    border: none;
    padding: 0;
    margin: 0;
    padding: 25px 25px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #f9df00;
    color: white;
    box-shadow: none;

}*/
