body {
  margin: 0;
  padding: 0;
  background: url(bg_img.jpg);
  background-size: cover;
}

.login-box {
  background: rgba(32, 6, 49, 0.7);
  color: #fff;
  box-sizing: border-box;
  padding-top: 30px;
  margin-top: 70px;
}

h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-family: roman;
  font-size: 22px;
}

.login-box p {
  font-weight: bold;
}

.login-box input {
  width: 50%;
  margin-bottom: 20px;
}

.login-box input[type="text"],
input[type="password"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  font-size: 16px;
  color: #fff;
}

.login-box input[type="submit"] {
  border: none;
  outline: none;
  height: 40px;
  background: #14083b;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  width: 150px;
}

.login-box input[type="submit"]:hover {
  cursor: pointer;
  background: #252ed5;
  color: #fff;
  transition: 0.5s;
}

.instructions {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  word-spacing: 1.3px;
  letter-spacing: 0.7px;
  color: azure;
}

.row {
  margin: 70px 0;
}

#submitbtn {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 40px;
}

#skipbtn {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.overlay-box {
  width: 1000px;
  height: auto;
  background: rgba(32, 6, 49, 0.7);
  color: #fff;
  font-size: 18px;
  font-family: roman;
  word-spacing: 2px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 70px 30px;
}

@media only screen and (max-width: 320px) {
  .col-sm-4 {
    margin-bottom: 15px;
    text-align: center;
  }
  #submitbtn {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #skipbtn {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .col-sm-4 {
    margin-bottom: 15px;
    text-align: center;
  }
  #submitbtn {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#loadingText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

#Que {
  font-size: 20px;
  padding: 20px;
}
