div.dpeb {
    margin: 0;
    padding: 0;
}
form.form-demo-email {
    width: 70%;
}
.dpeb form.dpeb-form p {
    margin-bottom: 2px;
}
.dpeb-form-control-wrap {
    position: relative;
}
.cf7_custom_style_1 input.dpeb-form-control.dpeb-text, .cf7_custom_style_1 input.dpeb-form-control.dpeb-number, .cf7_custom_style_1 input.dpeb-form-control.dpeb-date, .cf7_custom_style_1 textarea.dpeb-form-control.dpeb-textarea, .cf7_custom_style_1 select.dpeb-form-control.dpeb-select, .cf7_custom_style_1 input.dpeb-form-control.dpeb-quiz {
    background-color: #e9e9e9;
    border-color: #e2e2e2;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #303030;
    font-family: Open Sans;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
	width: 75%;
}
input.dpeb-form-control.dpeb-date, input.dpeb-form-control.dpeb-number, input.dpeb-form-control.dpeb-text, select.dpeb-form-control.dpeb-select, textarea.dpeb-form-control.dpeb-textarea {
    width: 75%;
}
input.dpeb-form-control.dpeb-date, input.dpeb-form-control.dpeb-number, input.dpeb-form-control.dpeb-quiz, input.dpeb-form-control.dpeb-text, select.dpeb-form-control.dpeb-select, textarea.dpeb-form-control.dpeb-textarea {
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-appearance: none;*/
	
	
}
input.dpeb-form-control.dpeb-text {
    background-color: #e9e9e9;
    color: #717171;
    border: none;
}
.dpeb-list-item span {
    display: inline-block;
    margin: 0 0 0 1em;
}
.dpeb-list-item-label span {
    font-size: 13px;
}
.cf7_custom_style_1 .dpeb-form-control .dpeb-submit button {
    background-color: #1fb9b9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    height: 62px;
    line-height: 62px;
    padding: 0 34px;
}
button.dpeb-form-control.dpeb-submit[disabled] {
    color: #818181;
    border: 2px solid #818181;
    cursor: not-allowed;
}
button.dpeb-form-control.dpeb-submit, button.dpeb-form-control.dpeb-submit:not([disabled]){
    color: #ffffff;
    font-size: 14px;
    line-height: 62px;
    height: 62px;
    font-style: normal;
    font-weight: 400;
    background-color: #4c7094;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 34px;
    padding-right: 34px;
}
button.dpeb-form-control.dpeb-submit {
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    font-family: Raleway,sans-serif;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

input#f_phone {
    display: inline;
    width: 30%;
}
select#f_prefijo {
    width: 25% !important;
    display: inherit;
}