/*FORM ------------------------------------------------------------------------- START */
.form-seta {
    background-color: #C5D6F1;
    border-radius: 1.5rem;
    padding: 1.8rem;
    font-size: 1em;
    color: #0E1C41
}
@media (max-width: 992px) {
    .form-seta {
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 15px !important;
    }
}
.form-seta .title {
    color: #0D47A1;
    font-size: 1.8em;
    font-weight: 600;
    text-align: center
}
.form-seta label {
    font-size: 1.5em;
    font-weight: 600;
    color: #0E1C41
}
.form-seta label.center {
    width: 100%;
    text-align: center
}
.form-seta label.subtitle {
    font-size: 1.2em
}
.form-seta input[type=text],
.form-seta input[type=password],
.form-seta input[type=number],
.form-seta input[type=tel] {
    border: 1px #95989A solid;
    border-radius: 2.5rem;
    font-size: 1.1em;
    padding: .5em 1em;
    line-height: inherit
}
.form-seta select {
    border: 1px #95989A solid;
    border-radius: 2.5rem;
    font-size: 1.1em;
    padding: .5em 1em;
    line-height: inherit
}
.form-seta input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    line-height: inherit
}
button.btn_form_seta {
    border: 1px #95989A solid;
    border-radius: 2.5rem;
    background-color: #00A0E0;
    color: #FFF;
    font-size: 1.8em;
    text-align: center;
    font-weight: 600;
    width: 100%;
    height: auto;
    padding: .65rem
}
button.btn_form_seta:hover {
    background-color: #008ec7
}
button.btn_form_seta img {
    height: 3.5rem;
    margin: auto;
    float: right
}
/*FORM --------------------------------------------------------------------------- END */