body{
    background: #f0f0f0;
}
.h-title{
    background:#FDC32F;
    padding:20px;
}
.red{
    color:#ff0000;
}
#Formservices{
    border:1px solid #dadada;
    padding:20px;
    background: #fff;
}

.btn-primary{
    background: #FDC32F;
    border:#FDC32F;
}

canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}

.form-floating{
    margin:20px 0px;
}

#captcha-box{
    margin:0px;
}

.std-label{
    font-size:12px;
    opacity:0.65;
}

header.masthead{
    padding-top: 8.5rem;
    padding-bottom: 4.5rem;
}

.item{
    background: #dadada;
    margin:10px;
    box-shadow: 5px 10px #e4e2e246;
    border-radius:10px;
}

.icon{
    padding:0px;
}

.decrypt{
    padding:50px 20px;
}

.decrypt h2{
    padding:20px 0px;
    border-bottom:1px solid rgb(207, 205, 205);
}

.decrypt span{
    font-size:15px;
}

.relative{
    position: relative;
}

.fakebutton{
    position: absolute;
    left: 0px;
    top: 30px;
    width:135px;
    background: #FDC32F;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
}

@media only screen and (max-width: 400px) {
    label {
      font-size:14px !important;
    }
  }

#ktp{
    padding:40px 30px;
}
#berkas{
    padding:40px 50px;
}

.select2-results__option,
.select2-selection__rendered{
    font-size:12px;
    text-align: left;
}

.select2-search__field{
    font-size:12px;
}
.custom-label{
    font-size:12px;
    float:left;
    text-align: left;
    color:#d0d0d0;
}

#tabledata{
    font-size:12px;
}

.coming{
    color:#FDC32F;
    background-color: #fff;
    width:340px;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item-small{
    width:275px;
    padding:20px;
    text-align:center;
    border-radius:5%;
    margin:10px;
}

.lightcoral{
    background-color:lightcoral;
}

.lightskyblue{
    background-color:lightskyblue;
}

.azure{
    background-color:azure;
}

.lightsalmon{
    background-color:lightsalmon;
}

.lightpink{
    background-color:lightpink;
}


.item-small i{
    font-size:50px;
    margin:30px;
}

.item-small .alert{
    color:#FDC32F;
}