body {
  overflow: hidden !important; /* Hide horizontal scrollbar */
}

.sudut {
  margin-right: 80rem;
  width: 40rem;
  height: 65rem;
  background-color: black;
  color: whitesmoke;
  margin-left: -330px;
  margin-top: -10px;
}

.nama-pt {
  font-size: 30px !important;
  color: #557efa;
  font-family: "Lexend", serif;
}

.logo-pt {
  width: 150px;
  margin-top: 60px;
}

/* .kolom {
    margin-bottom: 30px !important;
    margin-top: 70px;
  } */

.gambarlogin {
  width: 50rem;
  margin-left: 80px;
  /* margin-top: -1150px; */
}

.keluar {
  margin-top: 230px;
}

.border {
  border-radius: 30px;
}

.fullscreen {
  height: 100%;
  background-color: black;
  /* margin: 0;
  padding: 0; */
}

.notfound {
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  object-fit: fill;
}

@media screen and (max-width: 576px) {
  body {
    overflow: hidden !important; /* Hide horizontal scrollbar */
  }

  .fullscreen {
    height: 125%;
    background-color: black;
    /* margin: 0;
    padding: 0; */
  }

  .sudut {
    background-image: whitesmoke;
    width: 24rem;
    height: 50rem;
    margin: 0;
    opacity: 0.8;
    border-radius: 50px;
    opacity: 80%;
  }

  .nama-pt {
    font-size: 25px !important;
    margin-bottom: 100px;
    color: #557efa;
    font-family: "Lexend", serif;
  }

  .logo-pt {
    width: 250px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .gambarlogin {
    display: none;
  }
}
