 body {
	background: url("../img/bg-full-home.jpg?v=2") no-repeat;
	font-family: 'Roboto Flex', sans-serif;
	/* background-color: #8DD146; */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3B9D00;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #3B9D00;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
}
#header img#logo {
	margin-bottom: 15px;
}
form#login {
	display: table;
	align-self: center;
	margin-left: auto;
}
form#login span {
	display: table-cell;
	vertical-align: middle;
}
input#txtUsername, input#txtPassword {
	background-image: url("../img/Kolom-Username.png");
	background-color: transparent;
	width: 155px;
	height: 36px;
	background-position-x: -8px;
	background-position-y: center;
	border: none;
	border-radius: 12px;
	padding: 0 0 0 12px;
	color: #3B9D00;
}
input#txtCode {
	background-image: url("../img/Kolom-Code.png");
	background-color: transparent;
	width: 94px;
	height: 36px;
	background-position-x: -8px;
	background-position-y: center;
	border: none;
	border-radius: 12px;
	padding: 0 0 0 12px;
	color: #3B9D00;
}
.code {
	display: flex;
	background-image: url("../img/BG-Code.png");
	width: 92px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	text-align: center;
	font-size: 1.6em;
	align-items: center;
	justify-content: center;
}
#btnSignIn {
	background-image: url("../img/Button-Login.png");
	background-color: transparent;
	width: 92px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
#btnReg {
	background-image: url("../img/Button-Daftar.png");
	background-color: transparent;
	width: 92px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
#menu li {
  width: 100px;
}
#menu li img {
  width: 95px;
}
#news {
	background-image: url("../img/bg-running-text.png");
	width: 100%;
	height: 35px;
	background-position-x: center;
	background-position-y: center;
	display: inline-block;
	margin: 0 0 2px;
}
#marquee {
	width: 850px;
	padding-left: 135px;
	margin-top: 8px;
}
div#media {
	position: relative;
	/* background: url("../img/Customer-Service.png") no-repeat; */
	width: 100%;
	height: 84px;
	background-position-x: center;
	background-position-y: center;
}
#media #sgp {
  position: absolute;
  top: 10px;
	left: 95px;
	font-size: 2.2em;
}
#media #taipei {
  position: absolute;
  top: 10px;
  left: 295px;
  font-size: 2.2em;
}
div#games > img {
	margin: -10px 0 0 -10px;
}
img#provider {
	margin-top: -5px;
}
