/* BOX TABLES */
.box-tables{float: left; width: 100%; padding: 50px; background-color: red;}
/* BOX TABLES */

/* botoes */
.btn{font-size: 0.8em !important; text-shadow: none;}
/* botoes */

/* CENTRALIZAR FORMULARIO */
.box-formcenter{float:left; width: 100%; }
.box-formcenter form{ width: 50%; margin:0 auto; text-align: center;}
.box-formcenter form .input{width: 100% !important; margin-bottom:6px;}
.box-formcenter form .inputdate{width: 60% !important; float:left !important; margin-top:-22px;}
.box-formcenter form .inputbtn{width: 46%; margin-right:10px; }
.box-formcenter form .inputbtn2{width: 46%; margin-right:10px; margin-top:-20px !important; }
.box-formcenter form .inputbtn2_2{width: 46%; margin-right:10px; margin-top:20px; }
/* CENTRALIZAR FORMULARIO */








/* ########################################################################################################################################## */

/* ###################### RESPONSIVO ###################### */

@media (max-width: 60em){
    /* CENTRALIZAR FORMULARIO */
.box-formcenter{float:left; width: 100%; }
.box-formcenter form{ width: 80%; margin:0 auto; text-align: center; }
.box-formcenter form .input{width: 100% !important;}
.box-formcenter form .inputdate{width: 100% !important;}
.box-formcenter form .inputbtn{width: 100% !important;}
.box-formcenter form .inputbtn2{width: 100% !important; margin-bottom:30px;}
.box-formcenter form .inputbtn2_2{width: 46%; margin-right:10px; }

/* CENTRALIZAR FORMULARIO */
}

@media (max-width: 38em){
    /* CENTRALIZAR FORMULARIO */
.box-formcenter{float:left; width: 100%; }
.box-formcenter form{ width: 100%; margin:0 auto; text-align: center;}
.box-formcenter form .input{width: 100% !important;}
.box-formcenter form .inputdate{width: 100% !important;}
.box-formcenter form .inputbtn{width: 100% !important;}
.box-formcenter form .inputbtn2{width: 100% !important;}
/* CENTRALIZAR FORMULARIO */
}
