fieldset
{
    padding:0;
    border: 2px dotted #05676EFF;
    margin: 20px;
}
legend
{
    background-color: #05676EFF;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    padding:0 20px;
}
.columna
{
    padding: 20px;
    background-color: white;
}
.columna label
{
    color: #05676EFF;
    margin-right: 10px;
    font-weight: bold;
}
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .combobox-wrapper, #page .woocommerce .select2-container .select2-selection--single, .select2-container .select2-dropdown, .chosen-container-single .chosen-single, .select2-container .select2-choice, select.wpcf7-form-control.wpcf7-select, .thegem-combobox-wrap .thegem-combobox__trigger, .thegem-combobox-wrap .thegem-combobox__options, .product-page__wrapper .product-page__nav .product-page__nav-preview, .product-page__wrapper form.cart .quantity, .gem-attribute-selector .gem-attribute-options li, table.variations .thegem-select
{
    border: none;
    border-bottom: 2px dotted #05676EFF;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    flex:1;
}
.sendbtn
{
    margin: 0 auto;
    width: 300px;
    display: block;
    background-color: #05676EFF;
    color: white;
}