body {
    background-image: url("../images/Background_kota_probolinggo.jpg");
    background-size: cover;
    display: grid;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    height: 270px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.container:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .85);
    backdrop-filter: blur(15px);
    margin: -20px;
}
.bg-custom {
    margin: auto;
    width: 60%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 30px;
    background: linear-gradient(to bottom, #00cc99 0%, #00cc00 100%);
    @media (min-width: 1200px) {
      margin: auto;
      width: 80%;
      height: auto;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-top: 30px;
      background: linear-gradient(to bottom, #00cc99 0%, #00cc00 100%);
    }
  }

.cardwc {
    border-radius: 10px;
    height:100%;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
    @media (min-width: 768px) {
        border-radius: 10px;
        height:auto;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
        transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
        cursor: pointer;
    }
}

.cardwc-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cardwc:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.noneError {
    display: none;
}

.imgcenter {
    display: block;
    width: 70%;
    height: auto;   
    margin: auto;
}
.contcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
.spacer{
    padding: 3px;
}
.bgCard {
    width: 70%;
    height: 100px;
    margin: auto;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    margin-top: 30px;
    background: linear-gradient(to bottom, #00cc99 0%, #00cc00 100%);
}
.errorLabel { 
    color:red;
    font-weight: bold;
}