* { 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;} /*  background-color:#e4e4e4; */
#box { width:267px; padding:21px 21px 11px 21px; overflow:auto; margin:0 auto; background:#F9F9F9; border-radius:15px; margin-top:20px; box-shadow: 0 0 20px #000;}
#box h1 {font-size: 30px; color:#004492; text-align:center; padding:5px 21px 25px 21px; font-weight:bold; margin:0;}
#box p { font-size:12px; margin:0; padding:0 0 15px 0; font-weight:normal; color:#888; text-align:center;}
#box a { color:#888; text-decoration:none;}
#box a:hover { color:#000; text-decoration:underline;}
@media (min-width:768px){
.body-box { background-size: 100% auto;} /*  background-color:#e4e4e4; */
#box { margin-top:90px;}
}
@media (min-width:1024px){
#box { margin-top:140px;}
}
.logo { width:100%; height:auto;}
.explicacao { font-style:italic;}

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

#box .btn-primary{color:#fff; background:#111 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}

.copy { position:absolute; bottom:0; width:100%; height:25px; text-align:center; color:#FFFFFF; font-size:11px; font-weight:500;}
