#signup-van {
    margin-bottom: 0px;
    padding-bottom: 0px
}

#signup-van fieldset:not(.active) {
    display: none
}

#signup-van input {
    border-color: #336188;
    border-width: 2px;
}

#signup-van label {
    color: #336188;
    font-weight: bolder;
}

#signup-van button {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    border-radius: 4px;
    background: #FFDA40;
    color: black !important;
    font-size: 1.8em;
}

div.header-van {
    height: 450px;
    background: url(../../../img/Site/vans/img_topo_precad.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#signup-van>form>div {
    margin-bottom: 40px
}

#signup-van>form>div.active>div {
    display: none
}

#signup-van>form>div.active>div.active {
    display: block
}

#signup-van>form>div:not(.active)>div.active {
    display: none
}

#signup-van>form>div:not(.active)>div {
    display: block
}

#signup-van>form>div>div>h4 {
    text-decoration: none;
    font-size: 1.4em;
    color: rgba(80, 80, 80, 1);
    border: 0px;
}

#signup-van form fieldset>.input.file {
    display: block;
    clear: both
}

#signup-van form fieldset>.input.file>div {
    text-align: right;
    border-color: #336188;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px
}

#signup-van form fieldset>.input.file>div>p {
    display: inline-block;
    margin-right: 10px
}

#signup-van form .input.file .btn-file {
    display: inline-block;
    width: 200px;
    position: relative;
    background: #336188;
    color: white;
    border: 0px;
}

#signup-van form input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* Adiciona efeitos visuais aos campos obrigatórios */
#signup-van input.missing-field {
    border-color: #b00f0f;
    border-width: 2px;
}

.validation-message {
    color: #b00f0f;
    font-weight: bold !important;
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 5px;
}

.missing-field {
    color: #b00f0f; 
}

#signup-van {
    margin-bottom: 0px;
    padding-bottom: 0px
}

#signup-van fieldset:not(.active) {
    display: none
}

#signup-van input {
    border-color: #336188;
    border-width: 2px;
}

#signup-van label {
    color: #336188;
    font-weight: bolder;
}

#signup-van button {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    border-radius: 4px;
    background: #FFDA40;
    color: black !important;
    font-size: 1.8em
}

div.header-van {
    height: 450px;
    background: url(../../../img/Site/vans/img_topo_precad.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#signup-van>form>div {
    margin-bottom: 40px
}

#signup-van>form>div.active>div {
    display: none
}

#signup-van>form>div.active>div.active {
    display: block
}

#signup-van>form>div:not(.active)>div.active {
    display: none
}

#signup-van>form>div:not(.active)>div {
    display: block
}

#signup-van>form>div>div>h4 {
    text-decoration: none;
    font-size: 1.4em;
    color: rgba(80, 80, 80, 1);
    border: 0px;
}

#signup-van form fieldset>.input.file {
    display: block;
    clear: both
}

#signup-van form fieldset>.input.file>div {
    text-align: right;
    border-color: #336188;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px
}

#signup-van form fieldset>.input.file>div>p {
    display: inline-block;
    margin-right: 10px
}

#signup-van form .input.file .btn-file {
    display: inline-block;
    width: 200px;
    position: relative;
    background: #336188;
    color: white;
    border: 0px;
}

#signup-van form input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* Adiciona efeitos visuais aos campos obrigatórios */
#signup-van input.missing-field,
#signup-van select.missing-field {
    border-color: #b00f0f;
    border-width: 2px;
}

.validation-message {
    color: #b00f0f;
    font-weight: bold !important;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px;
}

.missing-field {
    color: #b00f0f; 
}

#signup-van select,
#signup-van input {
    border-color: #336188;
    border-width: 2px;
    color: #336188;
    font-weight: bolder;
}

#marca-label.required:after {
    content: " *" !important;
    color: #C3232D;
}

#modelo-label.required:after {
    content: " *" !important;
    color: #C3232D;
}

#teto-label.required:after {
    content: " *" !important;
    color: #C3232D;
}