body {
  margin: 0;
  padding: 0;
  background-image: url("../images/bg.jpeg");
  height: 100vh;
  font-family: sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body {
    background-size: cover;
  }
}
#particles-js {
  height: 100%;
}

.loginBox {
  visibility: hidden;
}

.loginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  min-height: 200px;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  box-sizing: border-box;
}
.logo {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
h1 {
  margin: 0;
  padding: 0 0 20px;
  color: #e91010;
  text-align: center;
}

#keterangan {
  color: #0000ff;
}

#dinyatakan {
  color: #000000;
}

#nama {
  color: #e018a1;
}

h3,
h2,
h4 {
  margin: 0;
  padding: 0 0 20px;
  /* color: #e018a1; */
  text-align: center;
}
.loginBox input {
  width: 100%;
  margin-bottom: 20px;
}
.loginBox input[type="number"] {
  border: none;
  border-bottom: 2px solid #dd11e8;
  outline: none;
  height: 40px;
  color: #000000;
  background: transparent;
  font-size: 16px;
  padding-left: 20px;
  box-sizing: border-box;
}
.loginBox input[type="number"]:focus {
  border-bottom: 2px solid #42f3fa;
}
.inputBox {
  position: relative;
}
.inputBox span {
  position: absolute;
  top: 10px;
  color: #b00e0e;
}
.loginBox input[type="submit"] {
  border: none;
  outline: none;
  height: 40px;
  font-size: 16px;
  background: #1974fd;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.loginBox a {
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
}
p {
  color: #0000ff;
}
