body {
  background: white;
  background-size: 100% 100%; }

#logo {
  margin: 20px auto;
  width: 220px;
  height: 46px;
  background: url("../images/icons.png") -40px 0; }

#content {
  margin: 20px auto;
  border-radius: 10px;
  background-color: #EEE;
  width: 380px;
  padding: 40px; }

div#content .acesse {
  text-transform: uppercase;
  text-align: center;
  color: #99CC33;
  font-weight: bold;
  margin-bottom: 20px; }
div#content input {
  width: 290px;
  padding: 5px;
  height: 20px;
  border: 1px solid #aaaaaa;
  font-size: 12pt; }
div#content input[type=password] {
  position: relative;
  top: -1px; }
div#content input[type=submit] {
  margin-top: 17px;
  border-color: #3366CC;
  background-color: #3366CC;
  color: white;
  text-transform: uppercase;
  width: 300px;
  height: 30px; }
div#content .centerHolder {
  width: 100%;
  text-align: center; }
