@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
html{
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.5)), url("/All_image/gudang_2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    background: #0E0E0E;
}

/* Buat Font */
p {
    color: #FFFFFF;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.TB {
    position: relative;
    width: 1440px;
    height: 1024px;

    background: #0E0E0E;
    border-radius: 20px;
}

header {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

body {
    background: #0E0E0E;
}

.LGDBIT {
    font-family: 'Poppins';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 36px;
    top: 25px;
}

.LPGDBIT {
    position: absolute;
    width: 7%;
    height: 5%;
    left: 95px;
    top: 20px;

    text-align: center;
}


.BIM {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

   background-image: url('/All_image/gudang.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

    z-index: 1;

}

.Login_Menu {
    width: 40%;
    /* height: 60%; */

    background: #111111;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 3%;

    /* Biar Center SMH */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Okaerinasai {
    position: relative;
    width: 720px;
    height: 18px;
    left: 50%;
    top: 50%;

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;

    color: #FFFFFF;
}

.isi_form_login {

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    padding: 1%;
    position: absolute;
    width: 85%;
    height: 4%;
    border-radius: 15px;
    /* color:#FFFFFF; */
}

.tombol {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    padding: 1%;
    position: absolute;
    width: 40%;
    height: 7%;
    margin-top: 35px;
    margin-left: 156px;

    color:#FFFFFF;
    background: #7289DA;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 20px;
}

.tombol:hover {
    background-color: rgb(128, 192, 128);
    transition: 0.4s;
}

.Login_Menu center{
    font-size: 12px;
}

.Login_Menu h2{
    text-align: center;
    font-weight: bold;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
  }

  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }

  .loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: #7289DA;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
  }

  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }


@media(max-width: 600px){
    .Login_Menu {
        width: 80%;
    }

    .LPGDBIT {
        position: absolute;
        width: 25%;
        height: 5%;
    }
}
