@body-bg: #0c1114;
@header-bg: #dddcda;
@main-color: #e0b24e;
@white: #ffffff;
@text-color: #525252;
@small-text: #dddddd;
@download-bg: #d9d6cd;

body {
  background-color: @body-bg;
  font-family: "Roboto", sans-serif;
}
header {
  background-color: @header-bg;
  background-image: url(https://static.pkaqcdn.com/king4d/img/mobile/bg-img.png);
  background-repeat: repeat;
  .mobile-header {
    margin-top: 15px;
    margin-bottom: 30px;
    .logo {
      width: 115px;
      img {
        width: 100%;
      }
    }
    a.menu-icon {
      width: 21px;
      height: 16px;
      background: url(https://static.pkaqcdn.com/tg/img/index/sprite-icon.png);
      background-size: cover;
      background-position: 20px;
      margin-top: 7px;
    }
  }
}
section.login-wrapper {
  margin-top: -18px;
  background-image: url(https://static.pkaqcdn.com/king4d/img/mobile/bg-img.png);
  z-index: 9999;
  form.login-form {
    .input-group {
      width: 100%;
      input {
        border: 0;
        border-radius: 0;
        width: 75%;
      }
      span,
      button {
        background-color: @main-color;
        font-family: "Jura", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        color: @white;
        width: 25%;
        height: 38px;
        border-radius: 0;
        border: none;
        &.glyphicon {
          font-family: "Glyphicons Halflings" !important;
          height: auto !important;
        }
      }
      label#user-error {
        position: absolute;
        width: 100%;
        left: 0;
        top: -19px;
        color: red;
        text-align: center;
      }
    }
    .form-group.captcha-block {
      margin-top: 15px;
      input#captcha {
        width: 100%;
      }
      .recaptcha.input-group-addon {
        width: 54%;
        padding: 0;
        border: none;
        border-radius: 0;
        img.img_captcha.pull-left {
          width: 132px;
        }
      }
    }
  }
  .daftar-link p span {
    font-style: italic;
    font-size: 12px;
    color: @small-text;
    a {
      color: @main-color;
      font-style: normal;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 3px;
      position: relative;
      padding-right: 15px;
      &:after {
        content: ">";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: @main-color;
        color: @white;
        display: inline-block;
        font-weight: lighter;
        line-height: 10px;
        font-size: 10px;
        text-align: center;
        margin-left: 2px;
        position: absolute;
        top: 4px;
      }
    }
  }
  .alert-error {
    li,
    label {
      color: red;
      list-style: none;
      text-align: center;
      font-weight: bold;
      width: 100%;
    }
  }
}
.games-wrapper {
  padding: 0;
  .game-banner {
    margin-bottom: 15px;
    position: relative;
    a {
      img {
        margin: 0 auto;
      }
    }
    &:after {
      content: "";
      position: absolute;
      top: 25px;
      left: 30px;
      text-transform: uppercase;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1px;
    }
    /*&.game-poker:after{
      content: 'Poker';
    }
    &.game-toggle:after{
      content: 'Togel';
    }
    &.game-live-game:after{
      content: 'Live Games';
    }
    &.game-ceme:after{
      content: 'Ceme';
    }*/
  }
}

.google-app {
  background: @download-bg;
  padding: 10px 0 7px;
  a.close-btn {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: 14px;
    background: url(https://static.pkaqcdn.com/tg/img/index/sprite-icon.png)
      no-repeat;
    background-size: cover;
  }
  .app-icon {
    img {
      float: left;
      width: 50px;
      margin-right: 8px;
    }
    .download-text {
      float: left;
      h2 {
        margin: 0;
        font-size: 18px;
        color: @text-color;
        font-weight: bold;
        margin-top: 3px;
      }
      p {
        color: @text-color;
        font-size: 16px;
        margin: 0;
      }
    }
  }
  a.google-play {
    width: 120px;
    display: block;
    margin-top: 4px;
  }
}
