html, body { height: 100%; min-height: 100%;}
.box-f { width:100%; overflow:auto; padding:60px 30px 0px 30px; background-color:#FFF;}
.box-c { width:100%; overflow:auto; padding:0}
* { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:400;}
/* .body-box { margin:0; border:0; background: url(../img/bg.jpg) no-repeat top center; background-color:#111;} */ 
h1 { text-align:center; font-size: 30px; color:#FFF000; padding: 0 20px 35px 20px; font-weight:bold; margin:0;}
h3 { text-align:center; font-size: 24px; color:#002479; padding: 0 0 25px 0; text-transform:uppercase; font-weight:bold; margin:0;}
p { text-align:center; font-size:16px; margin:0; padding:0 0 20px; font-weight:normal; color:#002479; text-align:center;}
a { color:#002479; font-weight:bold; text-decoration:underline;}
a:hover { color:#05914b; text-decoration:underline;}
.explicacao { font-style:italic;}
.logo { width:280px; height:auto;}
@media (min-width:540px){
.logo { width:300px; height:auto;}
}
.footer { width:100%; height:auto; }

input.form-control, textarea.form-control{padding:7px 10px; border:1px solid #666; border-radius:6px; width:100%; font-size:13px; margin:0; text-align:left;}
input.form-control { height:100%;}
.form-control:focus{border-color:#4d86c6;box-shadow:4px}
.box ::-webkit-input-placeholder, #box :-moz-placeholder, #box ::-moz-placeholder, #box :-ms-input-placeholder{font-weight:500; text-align:left; color:#777C;}
.box .text-danger{color:#F00;}

.box .btn-primary{color:#fff; background:#00489c url(../img/bg-bt.png) repeat-x top center; border-radius:5px; font-size:13px; font-weight:500; padding:8px 21px 8px 21px; margin:0 0 5px 0; text-transform:uppercase; border:0;}
.box .btn-primary.active, #box .btn-primary:active, #box .btn-primary:focus, #box .btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff; background:url(../img/bg-bt-hover.png) repeat-x top center; border:0}
.box .btn-primary.active, #box .btn-primary:active, #box.open .dropdown-toggle.btn-primary{background-image:none}

.box .btn-primary .badge{color:#2C3E50;background-color:#fff}