body {
    background: #000;
    color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px;
}
.header-logo {
    text-align: center;
    position: relative;
    margin-top: 15px;
}
.reorder {
    float: right;
}
footer {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#242050), to(#000000));
    background: -webkit-linear-gradient(top, #242050 0%, #000000 100%);
    background: -o-linear-gradient(top, #242050 0%, #000000 100%);
    background: linear-gradient(180deg, #242050 0%, #000000 100%);
    font-weight: 600;
    padding: 0.7rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.jackpot p {
    margin: 0 0 0;
    font-weight: 800;
}
@media (min-width: 1200px) {
    .col-lg-4 {
        text-align: center;
        width: 100%;
    }
}
.bank {
    width: 100%;
}
.mv-ft-logo {
    display: none;
}
h2,
h3,
h4,
h5,
h6 {
    color: #ce1c1c;
}
h1 {
    text-shadow: 3px -3px 10px rgb(226 29 29);
    font-style: italic;
}
body {
    font-family: Tahoma;
}
#main{
    z-index: 2;
    position: relative;
}
#logo {
    width: 208px;
    margin: 0 auto;
}
#loginForm {
    margin: 10px auto;
    width: 420px;
}
#loginForm input {
    height: 42px;
    width: 100%;
}
#btnDesktop,
#btnRegister,
#submitbttn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #000;
}
#btnDesktop {
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
}
#btnRegister {
    background: #d4d4d4;
}
.themeBtn {
    background: #b0921d;
    width: auto;
    text-align: center;
    font-weight: 700;
    color: #fff;
    min-width: 50px;
    text-decoration: none;
    border: 1px solid #000;
}
.themeBtnPC {
    background: #ccb766;
    width: auto;
    text-align: center;
    font-weight: 700;
    color: #fff;
    min-width: 50px;
    text-decoration: none;
    border: 1px solid #000;
}
.themeBtn-daftar {
    background: #d4d4d4;
    color: #000;
}
.themeBtn-daftar {
    background-color: #fff0;
    color: #000;
}
.formInput {
    padding: 0 5px;
}
input,
select,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.running-news {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.live-feed-content {
    position: absolute;
    right: 0%;
    will-change: transform;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: marquee;
    -moz-animation: marquee;
    -o-animation-name: marquee;
    animation-name: marquee;
    color: #fff;
    width: max-content;
    font-weight: 700;
}
.live-feed-content a {
    color: #fff;
    text-decoration: none;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
amp-img{
    width: 100%;
}
amp-carousel {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.wrap-inner-promotion {
    background: rgb(0 0 0 / 50%);
    box-shadow: 0px 4px 50px #5e5e5c;
    border: 5px solid #313131;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
}
.wrap-inner-jackpot amp-carousel {
    background: rgb(0 0 0 / 50%);
    box-shadow: 0px 4px 50px #5e5e5c;
    border: 5px solid #313131;
    padding: 10px;
    border-radius: 20px;
}
.wrap-inner-banner {
    background: rgb(0 0 0 / 50%);
    box-shadow: 0px 4px 50px #5e5e5c;
    border: 5px solid #313131;
    padding: 10px;
    border-radius: 20px;
}
.seo-text {
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .header-logo img{
        width: 150px;
    }
    .running-news {
        height: 30px;
        font-size: 12px;
    }
    .header{
        position: fixed;
        margin: auto;
        z-index: 2;
        width: 100%;
        background: rgb(0 0 0 / 50%);
        top: 0;
    }
    #loginForm{
        margin: 0 auto;
    }
    body{
        padding: 112px 0 0;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}