body {
  margin: 0;
  padding: 0;
  background-color: #841004;
  background-image: url(../../images/bg.png);
  background-size: cover;
  font-family: 'Gotham Pro';
  font-weight: 200;
  font-style: normal;
}

section.bonus header {
  text-align: left;
  padding: 30px 0 0 30px;
}
.logo {
  display: inline-block;
}

section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

section.bonus {
  text-align: left;
}

.i_submit
{
	COLOR: white;
	border : #FF4243 1px solid;
	BACKGROUND-COLOR: #FF4243;
	FONT-SIZE: 7pt;
	font-weight : bold;
	height: 16;
	cursor: hand;
}
.i_submit_on
{
	COLOR: yellow;
	border : #FF4243 1px solid;
	BACKGROUND-COLOR: #FF4243;
	FONT-SIZE: 7pt;
	font-weight : bold;
	height: 16;
	cursor: hand;
}
