@charset "utf-8";
/* AJ3 RASTREAMENTO */

* {margin:0; padding:0;}

body {font-family:Arial; font-size:14px; color:#666; background:#f1f1f1;}

#total {width:324px; margin:100px auto 0;}
#total h3 {text-align:center; margin-top:20px; font-weight:normal; color:#999; font-size:13px;}

#wrap {padding:20px; border-radius:5px; background:#fff; box-shadow:0 0 8px #dbdbdb;}

input {padding:15px; border:1px solid #d2d2d2; border-radius:3px; margin:4px 0 20px 0; width:250px;  color:#999}

input.entrar {float:left; cursor:pointer; background:#a51717; color:#fff; text-shadow:1px 1px 1px #7d0b0b; border:none; margin:-5px 0 0 0; padding:10px; width:auto; -webkit-transition: background 0.6s ease; -moz-transition: background 0.6s ease; -ms-transition: background 0.6s ease; -o-transition: background 0.6s ease; transition: background 0.6s ease;}
input.entrar:hover {background:#d01914;}

#esqueci {float:left; width:199px;}
#esqueci a {color:#999;}

#logo {text-align:center; margin-bottom:20px;}