/* body */
.jumbotron {
  background-image: url(../img/bg.png);
  background-size: cover;
  height: 800px;
  margin-top: -120px;
}

.jumbotron .display-4 {
  color: black;
  background-color: white;
  width: 280px;
  letter-spacing: 4px;
  font-size: 38px;
  font-weight: 400;
  margin-top: 150px;
  padding: 10px;
  border-radius: 5px;
}

.jumbotron .verify {
  margin-top: 50px;
  letter-spacing: 5px;
  font-size: 24px;
  color: white;
}

.jumbotron .teks1 {
  color: white;
  width: 400px;
  font-weight: 200;
}

.or {
  color: white;
}

/* CSS Result */
#navbar {
  margin-right: 50px;
}

.hasil {
  background-image: url(../img/bg_1.png);
  background-size: cover;
  height: 800px;
  margin-top: -120px;
}

.jumbotron .teks {
  color: black;
  background-color: #faf7f7;
  padding: 20px;
  margin-top: 200px;
  text-align: center;
  font-size: 20px;
  margin-left: 100px;
  border-radius: 10px;
  width: 700px;
  font-weight: 200;
}

.result {
  background-color: #dfdcdc;
  width: 1000px;
  margin-top: 40px;
  padding: 10px;
  margin-left: 100px;
  border-radius: 10px;
}

.fail {
  margin-top: 200px;
  text-align: center;
  font-size: 28px;
}

/* Responsive adjustments */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .jumbotron {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .jumbotron .display-4 {
    width: 100%;
    font-size: 24px;
    margin-top: 50px;
  }

  .jumbotron .teks1 {
    width: 100%;
  }

  .jumbotron .verify {
    font-size: 18px;
    margin-top: 20px;
  }

  .jumbotron .teks {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .result {
    width: 100%;
    margin-left: 0;
  }

  #navbar {
    margin-right: 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .jumbotron {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .jumbotron .display-4 {
    width: 100%;
    font-size: 28px;
    margin-top: 50px;
  }

  .jumbotron .teks1 {
    width: 100%;
  }

  .jumbotron .verify {
    font-size: 20px;
    margin-top: 20px;
  }

  .jumbotron .teks {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  .result {
    width: 100%;
    margin-left: 0;
  }

  #navbar {
    margin-right: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .jumbotron {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .jumbotron .display-4 {
    width: 100%;
    font-size: 32px;
    margin-top: 100px;
  }

  .jumbotron .teks1 {
    width: 100%;
  }

  .jumbotron .verify {
    font-size: 22px;
    margin-top: 30px;
  }

  .jumbotron .teks {
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
  }

  .result {
    width: 90%;
    margin-left: 5%;
  }

  #navbar {
    margin-right: 10px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .jumbotron .teks {
    width: 80%;
    margin-left: 10%;
  }

  .result {
    width: 80%;
    margin-left: 10%;
  }
}
