body {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #4B5320;
	/* background: #4B5320; */
  background: #4B5320 url("../../assets/img/bg.png") repeat scroll 0% 0%;
}

.combat {
  margin: 0 auto;
  box-shadow: 2px 2px 3px #222;
}

#login h1 {
  color: #BBC296;
  font-size: 48px;
  margin-bottom: 0.67em;
  text-shadow: 1px 1px 2px #000;
}

.modal-header, h4 {
  background-color: #4B5320;
  color: #F0F0F0 !important;
  text-align: center;
  font-size: 30px;
}

.modal-body {
  background-color: #ECECEC;
}

.modal-footer {
  background-color: #D0D7C8;
}

.form-control {
  background-color: #F0F0F0;
}