.container_loker{
  height: 100vh;
  width: auto;
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-around; */
  padding: 10px;
}

.container_post{
  /* background-color: rgb(18, 113, 223); */
  
/* background: linear-gradient(167deg, rgba(0,158,228,1) 0%, rgba(14,175,217,1) 45%, rgba(43,213,171,1) 100%); */

/* background-image: url("https://wallpapercave.com/wp/wp10999559.jpg"); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius:10px;
  padding: 20px;
  width: auto;
  height:100%;
  margin: 0 !important;
  justify-content: center;
}

.nama-usaha{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  min-height: 65px;
}

.panel-heading{
  text-align: center;  
  
}
.kartu_loker{
  /* background-color: rgb(255, 0, 0) */
}

.loker{
  color: rgb(87, 86, 86);
  margin-left: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  
}

.nama-lowongan{
  text-align: center;  
  padding-top: 10px;
  font-weight: bold;
  margin-bottom: -8px;
}

.kriteria{
  background-color: rgb(240, 240, 240);
  border-radius: 2px;
  padding: 5px;
  max-height: 400px;
}

.kriteria p{
  font-size: 14px;
}

.panel_info{
  padding: 50px;
}

.panel_info_dalam{
  padding: 50px;
}

.button-bawah{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.lowongan-kerja{
  background-color: #0A88C9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 5px;
}

.lowongan-kerja>i{
  padding: 10px 12px 8px 10px;
  position: absolute;
  background: #3ABCA5;
  color: #fff;
  top: 0;
  margin-top: 45px;
  font-size: 28px;
  border-radius: 5px;
  border: 3px solid white;
}

.lowongan-kerja a{
  color: white;
  margin-left: 63px;
}

@media only screen and (max-width: 767px) {
  .kartu_loker{
    width: 80%;
    margin-left: 10%;
  }

  .loker{
    text-align: center;
    margin-left: 0;
  }
  
  .lowongan-kerja>i{
    margin-top: -24px;
  }
}
