 body {
	font-family: 'Roboto Flex', sans-serif;
	background-color: #111111;
	margin: 0;
}


html{
    background: #111111;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3B9D00;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

#sectionWrapper #sectionHeader .login {
     width: 390px;
     height: 49px;
     position: relative;
     right: 0;
     right: -290px;
     top: 17px;
 }

 #sectionWrapper #sectionHeader .login input {
     border: none;
     position: absolute;
     font-size: 12px;
     color: #000;
     background: #fff;
 }

 #sectionWrapper #sectionHeader .login input.username {
     left: 60px;
     top: 0;
     width: 125px;
     height: 25px;
     padding: 0 5px;
     border: 1px solid #2bff00;
     font-style: italic;
 }

 #sectionWrapper #sectionHeader .login input.password {
     top: 27px;
     left: 60px;
     width: 125px;
     height: 25px;
     padding: 0 5px;
     border: 1px solid #2bff00;
     font-style: italic;
 }

 #sectionWrapper #sectionHeader .login input.code {
     left: 189px;
     top: 0;
     width: 71px;
     height: 25px;
     padding: 0 5px;
     border: 1px solid #2bff00;
     font-style: italic;
 }

 #sectionWrapper #sectionHeader .login img.kode {
     position: absolute;
     left: 189px;
     top: 27px;
     border: 1px solid #2bff00;
     width: 69px;
     height: 23px;
 }

 #sectionWrapper #sectionHeader .login input[type=button],
 #sectionWrapper #sectionHeader .login input[type=button] {
     padding: 0;
     border: none;
     cursor: pointer;
     position: absolute;
     top: 0;
 }

 #sectionWrapper #sectionHeader .login input.btn-login {
     padding-top: -10px;
     border: 1px solid;
     border-image-source: linear-gradient(0deg, rgb(2 124 0) 0%, rgb(133 255 0) 100%);
     border-image-slice: 1;
     cursor: pointer;
     visibility: visible;
     right: 0;
     top: 0;
     width: 225px;
     height: 52px;
     /*font-family: 'Bebas Neue', cursive;*/
     letter-spacing: 2px;
     margin-left: 5px;
     font-size: 20px;
     cursor: pointer;
     color: #000000;
     text-shadow: 1px #ffffff;
 }

 #sectionWrapper #sectionHeader .login input.btn-register {
     padding-top: -10px;
     border: 1px solid;
     border-image-source: linear-gradient(0deg, rgb(2 124 0) 0%, rgb(133 255 0) 100%);
     border-image-slice: 1;
     cursor: pointer;
     visibility: visible;
     left: -75px;
     top: 0;
     width: 225px;
     height: 52px;
     /*font-family: 'Bebas Neue', cursive;*/
     letter-spacing: 2px;
     margin-left: 5px;
     font-size: 20px;
     cursor: pointer;
     color: #000000;
     text-shadow: 1px #ffffff;
 }

#sectionHeader .container{
     background: #111111;
     height: 190px;
}

.button-whatsapp {
  padding-top: 20px;
  line-height: 37px !important;
  background: linear-gradient(to bottom,#f60000 0%,#9e0b0b 100%);
  color: #ffffff !important;
  box-shadow: inset 0 -2px 0 #9e0b0b;
  border: 1px #404040 solid;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  text-transform: uppercase !important;
  font-size: 33px !important;
  width: 100%;
  text-align: center;
  border-radius: 20px 20px 20px 20px !important;
  height: 65px;
  margin: 5px;
}


.button-telegram {
padding-top: 20px;
  line-height: 37px !important;
background-image: linear-gradient(to bottom, #ffe000 0%, #434701 100%);
  color: #000000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  text-transform: uppercase !important;
  font-size: 33px !important;
  width: 100%;
  text-align: center;
  border-radius: 20px 20px 20px 20px !important;
  height: 65px;
  margin: 5px;
}

.button-instagram {
padding-top: 20px;
  line-height: 37px !important;
  background-image: linear-gradient(to bottom, #40e3b2 0%, #01470c 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  text-transform: uppercase !important;
  font-size: 33px !important;
  width: 100%;
  text-align: center;
  border-radius: 20px 20px 20px 20px !important;
  height: 65px;
  margin: 5px;
  animation: change-color 0.5s ease 0s infinite normal ;
}

@keyframes change-color {
 0%{
  color:white;
 }
 50% { color:white;
}
 100%{
  color:black;
 }

} 

#sectionFooter .container{
     background: #111111;
     color: white !important;
}

.togel{
	width: 252px;
	height: 338px;
	float: right;
}

#wrapper2{
    width: 1000px;
    margin: 0 auto;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #3B9D00;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
	margin-bottom: 15px;
  margin-top: 15px;
}
#header img#logo {
	margin-top: 15px;
  margin-bottom: 15px;
	width: 300px;
}
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.html");
	background-color: transparent;
	width: 155px;
	height: 36px;
	background-position-x: -8px;
	background-position-y: center;
	border: none;
	padding: 0 0 0 12px;
	color: #3B9D00;
}
input#txtCode {
	background-image: url("../img/Kolom-Code.html");
	background-color: transparent;
	width: 94px;
	height: 36px;
	background-position-x: -8px;
	background-position-y: center;
	border: none;
	padding: 0 0 0 12px;
	color: #3B9D00;
}
.code {
	display: flex;
	background-image: url("../img/BG-Code.html");
	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;
	box-shadow: #adaba9;
    background-image: linear-gradient(180deg,#a5a3a1,#fefefe 37.29%,#adaba9 70.1%,#fff);
    border: 2px solid #adaba9 !important;
    font-size: 25px;
    margin-left: 5px;
    font-weight: bold;
}
#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;*/
	box-shadow: #adaba9 ;
    background-image: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
    border: 1px solid #adaba9 !important;
    font-size: 20px;
	cursor: pointer;
	margin-left: 5px;
	animation: mymove .3s linear .3s infinite alternate;
	font-weight: bold;
}
    
#menu ul {
  display: flex;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  margin-left: 20px;
}
#menu li {
  width: 120px;
  margin-left: -3px;
}
#menu li img {
  width: 95px;
  /* background: #40e3b2; */
}
#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: 250px 0 0 -10px;
}
img#provider {
	margin-top: -5px;
	width: 100%;
}
.togel-number {
	position: absolute;
	top: 100px;
	left: -3px;
	padding-left: 14px;
}

.togel-number-taipei {
	position: absolute;
	top: 250px;
	left: -3px;
	padding-left: 14px;
}

.togel-date {
	position: absolute;
	top: 67px;
	left: 78px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.togel-date-taipei {
	position: absolute;
	top: 218px;
	left: 78px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

<style>
    #rjb-slide-banner {
        position: fixed;
        top: 110px;
        background: #000000;
        z-index: 99999;
        width: 210px;
        left: -210px;
        min-height: 180px;
        text-align: center;
        transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        -ms-transition: left .4s ease-in-out;
        -moz-transition: left .4s ease-in-out;
        -webkit-transition: left .4s ease-in-out;
    }

    #toggle-left {
        font-size: 20px;
        position: absolute;
        z-index: 99999;
        left: 210px;
        text-align: center;
    }

    #rjb-slide-banner:hover {
        left: 0;
    }

    .card-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 210px;
        border: 1px solid #ffd000;
    }

    .btn-alt, .btn-daftar {
        background: linear-gradient(to bottom, #ffd000, #f7a800);
        color: #181818;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 800;
        font-size: 19px;
        padding: 0;
        width: 180px;
        height: 45px;
        border-radius: 10px;
        font-stretch: condensed;
        margin-bottom: 10px;
    }

    .btn-alt:hover, .btn-alt:active, .btn-alt:focus, .btn-daftar:hover, .btn-daftar:active, .btn-daftar:focus {
        border: 1px solid #fcff00;
        background: #fcff00;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #200000;
    }

    .card-img {
        width: 150px;
        height: auto;
        margin-bottom: 5px;
    }

    .card-icn {
        width: 150px;
        height: auto;
        margin-bottom: 2px;
    }
</style>
