.collapsible {
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 2px;
    }
    
.active, .collapsible:hover {
    background-color: #000;
    }
    
.content {
    padding: 0px 10px;
    max-height: 0;
    overflow: hidden;
    background-color: #000;
    margin: -2px 0px 2px 0px;
    transition: max-height 0.2s ease-out;
    }
    
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: auto;
    padding-left: auto;
    border-collapse: collapse;
    }
    
img .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
    
table, th, td {
    border: white solid 1px;
    width: 800px;
    }

th, td {
    padding: 5px;
    }
    
body {
    background-color: #000;
    width: 100%;
    }
    
h1, h2 {
    font-size: 24px;
    }
    
p {
    font-size: 20px;
    text-align: left!important;
    }

.btn {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    cursor: pointer;
    font: 400 28px Bebas Neue;
    border: 1px solid whitesmoke;
    border-radius: 10px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    letter-spacing: 1.1px
    }

.login-btn {
    background: #af0000;
    transition: all .4s;
    }

.login-btn:hover {
    box-shadow:0 0 5px 3px #fff;color:#ff0000;
    opacity: .8
    }

.daftar-btn {
    background: #af0000;
    animation: blinking 1s infinite;
    transition: all .4s
    }

.daftar-btn:hover {
    box-shadow:0 0 5px 3px #fff;color:#ff0000;
    opacity: .8
    }

a {
  text-decoration: none;
  color: #FFF;
  width: 100%;
    }
    
.wrapper {
  width: 90%;
  max-width: 90px;
  margin: 0 auto;
  position: relative;
}
.color1 {
  background: #f75d1c;
}
.button {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border: 1px solid #140f0f;
  flex: 1;
  margin-right: 10px;
  box-shadow: #000 0 0 15px;
}
.button:last-child {
  margin: 0;
  padding: 0;
}
a.button {
  color: #fff;
}
.accordion {
  cursor: pointer;
  width: auto;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  padding: 0;
  line-height: 0;
  border: 1px solid #cc0d0d;
}

.active,
.accordion:hover {
}
.accordion img {
  width: 100%;
}
.panel {
  padding: 0 0px 15px;
  display: none;
  width: 100%;
  overflow: hidden;
}

.accordion.active + div {
  display: block;
}

.footer {
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

/* Smartphones (portrait & landscape) ----------- */
@media only screen and (max-device-width: 823px) and (min-device-width: 320px) {
  .logo,
  .head-right {
    width: 100%;
    text-align: center;
  }

  .button {
    width: 100%;
    margin: 10px 0;
  }

  .web-body {
    margin-top: 15px;
  }
}

label {
  color:#fff!important;
}

section {
    color:#fff;
}

.col-xs-6 {
    color:#fff!important;
}

b {
    color:#fff;
}