.btn-primary {
  min-width: 100px;
  color: #f9f1bb;
  border: 1px solid #300e0e;
  background-color: #300e0e; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #f9f1bb !important;
    border: 1px solid #1c0808 !important;
    background-color: #1c0808 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.table {
  background-color: #fff; }

/* Login */
.user-login-container {
  width: 100%;
  height: 100vh;
  background-color: #e6c374; }

.user-login {
  position: relative;
  width: 100%;
  padding-bottom: 180%;
  background: url(../images/user/bg_login_m.jpg) 50% 0 no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 576px) {
    .user-login {
      width: 100%;
      height: 100%;
      padding-bottom: 0;
      background: url(../images/user/bg_login.jpg) 50% 50% no-repeat; } }

.user-login-form {
  top: 45%;
  left: 0;
  position: absolute;
  width: 100%; }
  @media (min-width: 576px) {
    .user-login-form {
      top: 50%;
      left: 0;
      position: absolute;
      -webkit-transform: translateY(106px);
      -ms-transform: translateY(106px);
      transform: translateY(106px); } }

.user-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 576px) {
    .user-form-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .user-form-row input {
    padding: 0 1rem 0 3rem;
    color: #f9f1bb;
    font-size: 1.5rem;
    outline: 0;
    border: 0; }
  .user-form-row .form-group {
    margin: 0 1rem; }
  .user-form-row .form-username,
  .user-form-row .form-password {
    width: 229.6px;
    height: 48px; }
    @media (min-width: 576px) {
      .user-form-row .form-username,
      .user-form-row .form-password {
        width: 287px;
        height: 60px; } }
  .user-form-row .form-username {
    background: url(../images/user/input_username.png) 0 0 no-repeat;
    background-size: cover; }
  .user-form-row .form-password {
    background: url(../images/user/input_password.png) 0 0 no-repeat;
    background-size: cover; }
  .user-form-row .btn-login {
    width: 114px;
    height: 81px;
    background: url(../images/user/btn_login.png) 0 0 no-repeat;
    background-size: cover;
    border: 0;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer; }
    @media (min-width: 576px) {
      .user-form-row .btn-login {
        width: 190px;
        height: 135px; } }
    .user-form-row .btn-login:focus {
      outline: 0; }
    .user-form-row .btn-login:hover {
      background-position: 0 bottom; }
  .user-form-row .btn-register {
    width: 101.5px;
    height: 32.9px;
    background: url(../images/user/btn_register.png) 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px; }
    @media (min-width: 576px) {
      .user-form-row .btn-register {
        width: 145px;
        height: 47px; } }

.alert-user {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1rem;
  padding-top: 0.85rem;
  line-height: 1.3;
  color: #f9f1bb;
  background: url(../images/user/alert_m.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center; }
  @media (min-width: 576px) {
    .alert-user {
      width: 605px;
      height: 60px;
      background: url(../images/user/alert.png) 0 0 no-repeat;
      line-height: 60px; } }

/* User */
.user {
  padding: 1.25rem 0 3rem;
  color: #300e0e;
  background: #dfbf73 url(../images/user/bg_page_m.jpg) 50% 0 no-repeat;
  background-size: 100% auto; }
  @media (min-width: 576px) {
    .user {
      background: #dfbf73 url(../images/user/bg_page.jpg) 50% 0 no-repeat; } }
  .user .container {
    max-width: 960px; }
  .user .masthead {
    margin-bottom: .5rem; }
    @media (min-width: 576px) {
      .user .masthead {
        margin-bottom: .25rem; } }
  .user .masthead-brand {
    margin-bottom: .5rem;
    text-align: center; }
    @media (min-width: 576px) {
      .user .masthead-brand {
        margin-bottom: .25rem; } }
    .user .masthead-brand img {
      max-width: 160px; }
  .user .nav-masthead .nav-link {
    padding: 0.5rem 1rem;
    color: #300e0e;
    font-size: 1.25rem; }
    @media (min-width: 576px) {
      .user .nav-masthead .nav-link {
        padding: 1rem; } }

/* Game */
.game-machine-login {
  width: 100%;
  height: 100vh;
  background: url(../images/game/machine/bg_login.jpg) 50% 50% no-repeat;
  overflow: hidden; }

.game-machine-login-form {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 107px);
  -ms-transform: translate(-50%, 107px);
  transform: translate(-50%, 107px); }

.game-machine-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .game-machine-form-row input {
    padding: 0 1rem 0 3rem;
    color: #f9f1bb;
    font-size: 1.5rem;
    outline: 0;
    border: 0; }
  .game-machine-form-row .form-group {
    margin: 0 1rem; }
  .game-machine-form-row .form-username {
    width: 287px;
    height: 60px;
    background: url(../images/game/machine/input_username.png) 0 0 no-repeat; }
  .game-machine-form-row .form-password {
    width: 287px;
    height: 60px;
    background: url(../images/game/machine/input_password.png) 0 0 no-repeat; }
  .game-machine-form-row .btn-login {
    width: 190px;
    height: 135px;
    background: url(../images/game/machine/btn_login.png) 0 0 no-repeat;
    border: 0;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer; }
    .game-machine-form-row .btn-login:focus {
      outline: 0; }
    .game-machine-form-row .btn-login:hover {
      background-position: 0 bottom; }

.alert-game-machine {
  width: 605px;
  height: 60px;
  margin: 0 auto 1rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #f9f1bb;
  line-height: 60px;
  background: url(../images/game/machine/alert.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center; }

/* User */
.game-user-login {
  width: 100%;
  height: 100vh;
  background: url(../images/game/user/bg_login.jpg) 50% 50% no-repeat;
  overflow: hidden; }

.game-user-login-form {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 107px);
  -ms-transform: translate(-50%, 107px);
  transform: translate(-50%, 107px); }

.game-user-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .game-user-form-row input {
    padding: 0 1rem 0 3rem;
    color: #f9f1bb;
    font-size: 1.5rem;
    outline: 0;
    border: 0; }
  .game-user-form-row .form-group {
    margin: 0 1rem; }
  .game-user-form-row .form-username {
    width: 287px;
    height: 60px;
    background: url(../images/game/user/input_username.png) 0 0 no-repeat; }
  .game-user-form-row .form-password {
    width: 287px;
    height: 60px;
    background: url(../images/game/user/input_password.png) 0 0 no-repeat; }
  .game-user-form-row .btn-login {
    width: 190px;
    height: 135px;
    background: url(../images/game/user/btn_login.png) 0 0 no-repeat;
    border: 0;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer; }
    .game-user-form-row .btn-login:focus {
      outline: 0; }
    .game-user-form-row .btn-login:hover {
      background-position: 0 bottom; }

.alert-game-user {
  width: 605px;
  height: 60px;
  margin: 0 auto 1rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #f9f1bb;
  line-height: 60px;
  background: url(../images/game/user/alert.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center; }

/* Game Info */
.game {
  color: #300e0e;
  background: #c5141c url(../images/game/bg_page.jpg) 50% 0 no-repeat; }
  .game .container {
    max-width: 960px; }
  .game .masthead {
    margin-bottom: .25rem; }
  .game .masthead-brand {
    margin: 1.25rem 0 .25rem;
    text-align: center; }
    .game .masthead-brand img {
      max-width: 160px; }
  .game .nav-masthead .nav-link {
    padding: 1rem;
    color: #300e0e;
    font-size: 1.25rem; }
