body {
  font-family: 'SVN-Gilroy', sans-serif;
  display: block;
  font-size: 16px;
  background: #23297d; }

.body-game {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0; }
  .body-game .bg-step {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    padding: 20px; }

.box-logo {
  text-align: center;
  width: 100%; }
  .box-logo .logo img {
    width: 160px; }
  .box-logo .title-img {
    margin-top: 30px; }
    .box-logo .title-img img {
      width: 80%; }

.custom-select {
  background: #ffe8b7;
  border: 1px solid #f5c45b;
  border-radius: 20px;
  padding-left: 15px; }
  .custom-select select {
    background: transparent;
    color: #222B7A;
    font-weight: 500;
    outline: 0; }

.box-user {
  margin-top: 60px;
  background: #111F86;
  border-radius: 48px;
  padding: 30px 20px;
  color: white;
  text-align: center; }
  .box-user .col-md-8 {
    padding-left: 0; }
  .box-user .form-group input {
    color: #222B7A;
    font-weight: 500;
    background: #ffe8b7;
    border: 1px solid #f5c45b;
    border-radius: 20px; }
    .box-user .form-group input::placeholder {
      color: #222B7A; }

h3 {
  margin-bottom: 30px;
  font-weight: 700; }

select {
  width: 100%;
  border: none; }

.otp img {
  height: 38px;
  width: 100%; }

.btn-game img {
  width: 250px !important; }

.box-gif-btn {
  width: 80%;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0; }
  .box-gif-btn .box-btn-check {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 30px;
    color: white; }
  .box-gif-btn img {
    width: 100%; }

.box-check {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 20px; }
  .box-check input {
    position: absolute;
    left: 0;
    top: 5px; }

label {
  font-size: 14px;
  margin-bottom: 6px; }

@media only screen and (max-width: 767px) {
  .body-game .step-1 {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute; }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media only screen and (max-height: 600px) {
  .box-btn-check form {
    margin-left: 30px; }

  .box-gif-btn .box-btn-check {
    top: 275px; }

  .box-gif-item img {
    width: 300px;
    margin: 0 auto; }

  .body-game .bg-step {
    height: initial !important;
    padding: 20px 20px 0 20px; }

  .box-gif-btn {
    width: 100%;
    position: relative;
    margin-top: 30px; }

  .step-1 {
    padding: 20px !important; }

  .box-gif-btn .box-btn-check {
    bottom: 0; }

  .box-check {
    width: 100%; }
    .box-check label {
      font-size: 14px; }

  .btn-game img {
    width: 200px  !important; }

  .step-1 {
    position: inherit !important; }

  .box-user h3 {
    font-size: 18px; }

  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important; }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%; }

  .otp img {
    width: 45%;
    margin-bottom: 1em; } 
  .box-user.step-2 h3{
    font-size: 22px;
  }
  }
@media only screen and (max-width: 400px) {
.box-user h3{
    font-size: 24px;
  }
}
@media only screen and (max-width: 280px) {
  .body-game .step-1 {
    height: inherit;
    position: inherit; } }

/*# sourceMappingURL=style.css.map */


.formupdate .form-group{
  max-width: 400px;
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
}
.formupdate .form-group label{
  margin-left: 10px;
  color: #ffcc60;
}
.formupdate .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.formupdate .form-group label {
  position: relative;
  cursor: pointer;
}

.formupdate .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffcc60;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.formupdate .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffcc60;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}