<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select {
    padding-left: 20px !important;
    height: 64px !important;
    color: #6a7989 !important;
    border-radius: 3px !important;
}

.input--fumi select {
    padding-left: 2.5em !important;
}

.submitButton:hover {
    background-color: #353945 !important;
}

.input--fumi {
    border-radius: 3px !important;
}

.input.cp1 {
    margin: 1em 1px !important;
}

.input.cp2 {
    margin: 1em 1px !important;
}

.input.tel1 {
    margin: 1em 1px !important;
}

.input.tel2 {
    margin: 1em 1px !important;
}

.box-form {
    padding: 2%;
    background: rgba(255, 255, 255, 0.1);
}

.input--fumi,
select {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

select {
    border: none;
    padding-left: 0.8em !important;
    border-radius: 3px !important;
}

form #submitFF,
form #pre_submitFF,
form #submitFF_muestra {
    border-radius: 3px !important;
}

.secondIndex .input {
    margin: 0.5em 0 0.5rem 0 !important;
}

.input {
    width: calc(100% - 1rem) !important;
}

.submitButton {
    background-color: #4CAF50!important;
    border-bottom: 5px solid #17971c!important;
}

.submitButton:hover {
    background-color: #17971c!important;
}

@media (min-width: 550px) {
    .three_inputs .four.columns {
        width: 33.29% !important;
        margin: 0 !important;
    }

    label.columns.four.no-margin-top.icon_on_input.fecha_field {
        width: 33.3%;
        margin: 0 !important;
    }
}
</pre></body></html>