label.js-form-required.form-required {
    font-size: 0.9rem;
  
}

.js-form-item.form-item.js-form-type-textfield {
display:grid;
}

.js-form-item.form-item.js-form-type-email.form-item-email.js-form-item-email {
display:grid;
}

.js-form-item.form-item.js-form-type-tel.form-item-telefono.js-form-item-telefono {
display:grid;
}

fieldset#edit-que-producto-milo-sueles-consumir-marca-todos-los-productos-de---wrapper{
margin-top:1.25rem;
}

fieldset#edit-cual-es-tu-area-de-interes-marca-todas-as-opciones-que-te-inter--wrapper{
margin-top:1.25rem;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-declaro-ser-mayor-de-18-anos-y-acepto-el-aviso-de-privacidad.js-form-item-declaro-ser-mayor-de-18-anos-y-acepto-el-aviso-de-privacidad {
margin-top:1.25rem;
}


@media screen and (max-width: 576px) {
input#edit-nombre, input#edit-apellido, input#edit-email, input#edit-telefono{
max-width: 21rem;
}}

@media screen and (max-width: 400px) {
input#edit-nombre, input#edit-apellido, input#edit-email, input#edit-telefono{
max-width: 18rem;
}}

form#webform-submission-ingresa-tus-datos-y-ya-estas-par-node-729-add-form {
    background-color: #0e7f22;
    color:#fff;
    padding: 20px;
    max-width: 600px;
    margin: 40px auto;
}

legend {
    font-weight: 600;
}

input#edit-actions-submit {
    padding: 11px 15px;
    background-color: #005100;
    border: 1px solid #619e61;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}