* {
  box-sizing: border-box;
}
.tab {
  display: none;
  width: 100%;
  height: 50%;
  margin: 0px auto;
}
.current {
  display: block;
}

body {
  background: url(../images/background-landscape.jpg) no-repeat center top;
  background-size: COVER;
  background-color: #3185AA !important;
}

body.scan-venue {
  background: url(../images/scan-bg.png) no-repeat center top;
  background-size: COVER;
  background-color: #fff !important;
}

.area-scan {
width:100%;
height:350px;
}

.logo-bumn {
padding:20px 70px 30px;
}

form .tab p {
  margin-bottom: 10px;
}

.logo-event {
padding:0 120px 30px;
}

.notifikasi-success {
padding:20px 0;
}

.deskripsi-tema {
padding:20px 70px 10px;
}

.logo-event img, .logo-bumn img, .deskripsi-tema img, .notifikasi-success img {
max-width:100%;
margin: 0 auto;
display: inherit;
}

.white-text {
  color: #fff;
}

form {
  margin: 0 auto 0;
  padding: 0 40px;
}

button.big-size {
width:100%;
margin-bottom:25px;
font-weight:700;
font-size:20px;
}

button.prev {
margin: 0 auto;
margin-top:20px!important;
background: #FBB03B;
font-weight:700;
font-size:20px;
display: inherit;
}

.bg-form {
  background: #DBDBDB;
  border-radius: 10px;
}

h1 {
  text-align: center;
}

.form-select {
  padding: 10px 20px!important;
border-radius: 15px!important;
}

input {
  padding: 10px 20px;
  width: 100%;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  box-shadow: -2px 1px 20px 5px #053348;
  background: #bbb;
  background: -moz-linear-gradient(180deg, #bbb 37%, #eee 100%);
  background: -webkit-linear-gradient(180deg, #bbb 37%, #eee 100%);
  background: -webkit-linear-gradient(180deg, #bbb 37%, #eee 100%);
  background: -o-linear-gradient(180deg, #bbb 37%, #eee 100%);
  background: -ms-linear-gradient(180deg, #bbb 37%, #eee 100%);
  background: linear-gradient(180deg, #bbb 37%, #eee 100%);
}

button {
  background-color: #fff;
  color: #111111;
  border-radius: 15px !important;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

button:hover {
  opacity: 0.8;
}

.previous {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin: 0 2px;
  color: #fff;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.8;
  padding: 5px;
}

.step.active {
  opacity: 1;
  background-color: #69c769;
}

.step.finish {
  background-color: #4caf50;
}

.error {
  color: #ff3300;
}

@media only screen and (max-width: 575px) {
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
  body {
    background: url(../images/background-potrait.jpg) no-repeat center top;
    background-size: 100%;
    background-color: #3185AA !important;
  }

  body.scan-venue {
    background: url(../images/scan-bg-mobile.png) no-repeat center top;
    background-size: cover;
    background-color: #fff !important;
  }

  .area-scan {
    width:100%;
    height:350px;
  }

  .notifikasi-success {
  padding:0 0 10px
  }

  .logo-bumn {
  padding:20px 15px;
  }

  form .tab p {
    margin-bottom: 10px;
  }

  .logo-event {
  padding:0 15px 30px;
  }

  .deskripsi-tema {
  padding:10px 15px;
  }

  form {
    margin: 0 auto 0;
    padding: 0;
  }

  button.big-size {
    width:100%;
    margin-bottom:25px;
    font-weight:700;
    font-size:20px;
  }

  button.prev, button.next {
    margin: 0 auto;
    margin-top:20px!important;
    margin-bottom:20px!important;
    background: #FBB03B;
    font-weight:700;
    font-size:20px;
    display: inherit;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
body {
  background: url(../images/background-potrait.jpg) no-repeat center;
  background-size: 100%;
}

body.scan-venue {
  background: url(../images/scan-bg.png) no-repeat center;
  background-size: cover;
  background-color: #fff !important;
}

.area-scan {
height:250px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
body {
  background: url(../images/background-potrait.jpg) no-repeat center;
  background-size: 100%;
}

body.scan-venue {
  background: url(../images/scan-bg.png) no-repeat center;
  background-size: cover;
  background-color: #fff !important;
}

.area-scan {
width:100%;
height:300px;
margin: 0 auto;
}

}
