body {
    font-family: 'Poppins';
 /*    margin: 25px; */
    overflow: auto;
   background-color: white; 
  }

.kliktombolcss{
    background-color: #3c3c3c;
    color: white;
    border-inline-color: #3c3c3c;
    width: 100%;
}

.progress {
    margin: 5px;
    height: 6px;
  }

  #img-gifload{
    width: 8%;
  }
  #logintextklik{
    padding-left: 40px;padding-right: 40px;padding-top: 2px;padding-bottom: 2px;
  }

  /* crousels */
  /* #img-crousels-1{
    background-color: #ff0202;
    opacity: 0.7;
  } */
  .img-show-s{
    filter: brightness(55%);
 }

 #loginpages{
  margin-top: 50px;
  background-color: #5e5e5e;
 }

 #card-logins{
  background-color: white;
  margin-top: 50px;
  border-radius: 25px;
  margin-bottom: 50px;
  margin-left: 30%;
  margin-right: 30%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 8%;
  padding-right: 8%;
  box-shadow: black;
 }

#lupapassshow{
  text-align: right;
}
.bawahcoro{
  width: 350px;margin-top: 6px;margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .bawahcoro{
    text-align: center;
  }
  .carousel-caption{
    text-align: right;
    float: right;
    right: 15% !important;
    left: inherit;
  }
  .carousel-indicators {
    text-align: right;
    float: right;
    right: -10% !important;
    left: inherit;
  }
}
@media only screen and (max-width: 768px) {
  body{
    overflow-y: auto;
  }
    #img-log-pc{
        display: none;
    }
    #img-gifload{
        width: 15%;
    }

   
    #companyname{
      font-size: small;
    }    
  #logintextklik{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }
  .carousel-caption span,.carousel-caption p, .carousel-caption h3, .carousel-caption h4{
    font-size: medium;

  }
  #card-logins{
    background-color: white;
    margin-top: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8%;
    padding-right: 8%;
    box-shadow: black;
  }
  
#lupapassshow{
  text-align: left;
  margin-top: 10px;
}
}
@media only screen and (min-width:992px) {
  .bawahcoro{
    float: right;
  }
  #formshow{
    height: 100vh;
  }
}