@import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700');


body{
   
    background: #ececec;
    background-image: url(../img/bg2.jpg);
    background-size: cover;
}

/*------------ Login container ------------*/

.linktext {
    color: #ececec;
   
}
canvas {
    max-width: 100%;
  }
.linktext a {
    color: #95e633;
    font-size: small;
    

}
.box-area{
    width: 980px;
    height: 620px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

/*------------ Right box ------------*/

.right-box{
    padding: 40px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/

::placeholder{
    font-size: 14px;
}

.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}


/*------------ For small screens------------*/

@media only screen and (max-width: 768px){

     .box-area{
        margin: 0 15px;

     }
     .left-box{
        padding-top: 25px;
        height: 180px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }
     #bggambar {
        display: none;
        
     }

    .sisopan {
        padding-top: 0%;
    }


}

::selection {
    background: #329650; 
    color: #ffffff;      
}
.fadeup1 {
    opacity: 0;
    transform: translateY(30px); /* Awalnya gambar bergerak ke bawah */
    animation: fadeUp 1s ease-out forwards; /* Durasi animasi 0.9s */
}

/* Definisi keyframes animasi fade-up */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0); /* Gambar bergerak ke posisi normal */
    }
}
.kiri_atas {
    position: absolute;
    width: 20rem;
    top: 0;
    left:0;
  }
  .kanan_bawah {
    position: absolute;
    width: 15rem;
    bottom: 0;
    right:0;
  }
  .kanan_atas {
    position: absolute;
    width: 10rem;
    top: 0;
    right:0;
  }