body {
  margin-bottom: 0px;
  padding: 0px;
  background: url(/foto/kotamajene.jpg);
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
  height: 80vh;
}
.login-box {
  width: 325px;
  height: 425px;
  background: rgb(0, 0, 0, 0.6);
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  box-sizing: border-box;
  padding: 70px;
  transform: translate(-50%, -50%);
}
.logo {
  width: 100px;
  height: 100px;
  /* border-radius: 50%; */
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
h1 {
  margin-top: 0px;
  padding: 0 0 15px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
h3 {
  margin-top: 0px;
  padding: 0 0 15px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
}
h4 {
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  color: #e33d56;
  font-weight: normal;
}
h5 {
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  color: #1eac35;
  font-weight: normal;
  font-size: 16px;
}

.login-box p {
  margin-bottom: 0px;
  padding: 0px;
  font-weight: bold;
}
.login-box input {
  width: 100%;
  margin-bottom: 20px;
}
.login-box input[type="text"],
input[type="password"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 35px;
  color: #fff;
  font-size: 16px;
}
.login-box button {
  width: 100%;
  margin-bottom: 20px;
}
.login-box button[type="submit"] {
  border: none;
  outline: none;
  height: 35px;
  color: rgb(254, 254, 254);
  font-size: 18px;
  border-radius: 20px;
  background: #1c8adb;
}
.login-box button[type="submit"]:hover {
  cursor: pointer;
  background: #e33d56;
  color: #fff;
}
