html{
  background:#eee!important;
}


#box{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding:1em;
}

.img-login{
	height:auto;
	width: 100px;
}


/* BOTOES */
.btn, .btn-large {
	background-color: #8C0000;
}

.btn:focus, .btn-large:focus, .btn-floating:focus, .btn:active,
	.btn-large:active, .btn-floating:active {
	background-color: #8C0000;
}

.btn:hover, .btn-large:hover, .btn-floating:hover {
	background-color: #4C0000;
}

