/* CSS untuk index.html */

body {
  background-image: url('background.jpg');
  background-size: cover; /* Atur gambar agar sesuai dengan ukuran layar */
  background-position: center; /* Atur posisi gambar ke tengah */
  background-repeat: no-repeat; /* Hindari pengulangan gambar */
  background-attachment: fixed; /* Tetapkan gambar latar belakang tetap di tempat */
  font-family: Arial, sans-serif;
  /*background-color: #f2f2f2;*/
  margin: 0;
  padding: 0px;
  /* Tambahkan gaya lain yang Anda butuhkan */
}

.container-pass{
    background-color: #080808;
    height: 70px;
    width: auto;
    position: relative;
    border-radius: 5px;
    z-index: 0;
    box-shadow: 0 20px 30px rgba(7,55,122,0.5);
    overflow: hidden;
    display: block;
}
input {
    width: 350px;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: 0;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Poppins',sans-serif;
    color: #0a68e8;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.5px;
    z-index: 2;
    padding-left: 40px;
}
#lock{
    position: absolute;
    width: 28px;
    transform: translate(0,-50%);
    top: 50%;
    left: 8px;
    z-index: 2;
}
#eye-wrapper{
    background-color: #ffffff;
    height: 28px;
    width: 28px;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s;
}
#open,#close{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0.5px;
    width: 25px;
    cursor: pointer;
}
#open{
    display: none;
}

.wrapper-1{
    width: 420px;
    padding: 30px 0px;
    position: fixed;
    top: 0px;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
.wrapper-2{
    width: 420px;
    padding: 30px 0px;
    position: fixed;
    top: 0px;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
.wrapper-3{
    width: 420px;
    padding: 30px 0px;
    position: fixed;
    top: 0px;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
#show-toast{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 10%;
    left: 50%;
    background-color: #101020;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}
#toastTrue{
    width: 380px;
    height: 80px;
    padding: 7px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(75, 50, 50, 0.05);
    border-left: 8px solid #47d764;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 6fr 0.5fr;
    transform: translateX(440px);
    transition: 1s;
}

#toastFalse{
    width: 380px;
    height: 80px;
    padding: 7px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(75, 50, 50, 0.05);
    border-left: 8px solid red;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 6fr 0.5fr;
    transform: translateX(440px);
    transition: 1s;
}

#toastInfo{
    width: 380px;
    height: 80px;
    padding: 7px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(75, 50, 50, 0.05);
    border-left: 8px solid grey;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 6fr 0.5fr;
    transform: translateX(440px);
    transition: 1s;
}

.container-1,.container-2, .container-3, .container-4{
    align-self: center;
}

.container-3 i{
    font-size: 40px;
    color: red;
}
.container-4 i{
    font-size: 40px;
    color: grey;
}

.container-1 i{
    font-size: 40px;
    color: #47d764;
}
.container-2 p:first-child{
    color: #101020;
    font-weight: 600;
    font-size: 16px;
}
.container-2 p:last-child{
    font-size: 12px;
    color: #656565;
    font-weight: 400;
}

#toastTrue button{
    align-self: flex-start;
    background-color: transparent;
    font-size: 25px;
    line-height: 0;
    border: none;
    color: red;
    cursor: pointer;
}

#toastFalse button{
    align-self: flex-start;
    background-color: transparent;
    font-size: 25px;
    line-height: 0;
    border: none;
    color: red;
    cursor: pointer;
}

#toastInfo button{
    align-self: flex-start;
    background-color: transparent;
    font-size: 25px;
    line-height: 0;
    border: none;
    color: red;
    cursor: pointer;
}

.centered-content {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered-alert {
    background-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    z-index: 999;
    box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
    color: #fcfcfc;
}

.card{
    height: 360px;
    width: 300px;
    background-color: rgba(255,255,255,0.06);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
    border-radius: 8px;
    font-family: 'Poppins',sans-serif;
    color: #fcfcfc;
}

.centered-alert h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.centered-alert p {
    font-size: 24px;
}

.centered-alert button {
    display:grid ;
    font-size: 20px;
    background-color: lightseagreen;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.password-form {
    display: grid ;
    background-color: #8A2BE2;
    margin-top: 20px;
    border: 1px solid #2971b7;
    border-radius: 5px;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 9);
}

.main-content {
    display: none; /* The main content is initially hidden */
}



h1 {
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

/*#form-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin-bottom: 10px;*/
/*}*/

#form-container{
    background-color: #1c1c27;
    padding: 10px;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 10%;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

#form-container label,
#form-container input{
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}
#form-container label{
    display: block;
    position: relative;
    color: #eb3461;
    font-weight: 500;
    margin-bottom: 14px;
}
#form-container input{
    position: relative;
    width: 235px;
    height: 8px;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid #eb3461;
    outline: none;
    color: #e5e5e5;
    font-weight: 400;
}

/*#form-container input{*/
/*    position: inherit;*/
/*}*/

/*#form-container label,*/
/*#form-container button {*/
/*  margin-right: 10px;*/
/*}*/

/* CSS lainnya */

#image-container {
    display: block;
    position: fixed;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#image-container p{
    color: transparent;
    position: absolute;
    width: 900px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-family: "Poppins",sans-serif;
    font-size: 90px;
    letter-spacing: 0.02em;
    background: linear-gradient(
        #fd004c 16.7%,
        #fe9000 16.7%,
        #fe9000 33.4%,
        #fff020 33.4%,
        #fff020 50.1%,
        #3edf4b 50.1%,
        #3edf4b 66.8%,
        #3363ff 66.8%,
        #3363ff 83.5%,
        #b102b7 83.5%
    );
    -webkit-text-stroke: 0.04em #ffffff;
    -webkit-background-clip: text;
            background-clip: text;
    line-height: 1.1em;
    animation: rainbow 50s linear infinite;
}

@keyframes rainbow{
    100%{
        background-position: 0 30em;
    }
}

/* Tombol sebelum dipencet */
/*button {*/
/*  background-color: #339933; */
/*}*/

/* Efek hover pada tombol */
/*button:hover {*/
/*  background-color: #228822; */
/*}*/

/* Efek bayangan pada gambar */
#displayed-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Hiasan Tambahan */

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.5;
}

