@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Neucha&display=swap');
body
{
  background-image: url(../../boxplay/bg.jpg);
  background-color: #5e2b6e;
  -moz-background-size: contain;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Neucha', cursive,'Montserrat', sans-serif;
  letter-spacing:1.5px;
  color:#fff;
  background-position-y: 20px;
}
.main_game_title, .main_game_description,.game_description, .game_title,.game_rating .fa-star-o
{
    color: #fff;
}
footer
{
  background:#de1b51;
}
button.btn.btn-default.btn-md
{
  background:  #f67f1f;
  background-color: #f67f1f;
  color: #fff;
}
#dashboard *
{
  font-family: var(--normal-font);
}
.regular_info_part:nth-child(even)
{
  background: #242031;
}
#dashboard
{
  padding-bottom: 100px !important;
}
/* Login box styling */
#container-holder {
  padding: 35px 15px;
  background: #3b0648;
  min-height: 100vh;
}

.big-block-holder {
  max-width: 500px;
  margin: 0 auto;
  background: #0a0f1b;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.inner-content-holder,
.inner-column2-holder,
.inner-column2-top,
.inner-column2 {
  width: 100%;
}

.enter {
  margin: 0;
  padding: 20px 15px;
  background: #df2054;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.enter span {
  display: block;
}

.enter br {
  display: none;
}

.enter-form {
  padding: 25px 25px 30px;
}

.enter-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.enter-form label {
  display: block;
  color: #bfdbdb;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 6px;
  text-align: left;
}

.enter-form input[type="text"],
.enter-form input[type="password"] {
  width: 100%;
  height: 50px;
  display: block;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 0 10px;
  background: #fff;
  color: #161b35;
  font-size: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.enter-form input[name="msisdn"] {
  background:
    #fff;
  height: 50px;
}

.enter-form input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #df2054;
     -moz-box-shadow: 0 0 0 2px #df2054;
          box-shadow: 0 0 0 2px #df2054;
}

.next-btn {
  width: 100%;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: none;
  margin-top: 25px;
  background: #e8692b;
}

.enter-form fieldset > span {
  display: block;
  text-align: center;
  margin-top: 18px;
}

.enter-form fieldset > span a {
  color: #bfdbdb;
  font-size: 13px;
  text-decoration: none;
}

.enter-form fieldset > span a:hover {
  text-decoration: underline;
}
.enter-form input[type="submit"].submit_button
{
      max-width: 100%;
}