@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    /*display:flex;*/
    /*height:100vh;*/
    /*position:fixed;*/
    /*justify-content:center;*/
    /*align-items:center;*/
    /*background: linear-gradient(135deg, #A2F1EE, #044A9B);*/
    background: linear-gradient(135deg, #205333, #638432);
    padding:10px;
    min-height:100vh;
}

.container{
    max-width:700px;
    width:100%;
    background:#fff;
    padding:15px 30px 25px 30px;
    border-radius:5px;
    margin:auto auto 50px auto;
    /*position:relative;*/
}

.container .judul{
    font-size:24px;
    font-weight:500;
    position:relative;
    text-align:center;
}

.container .judul2{
    font-size:28px;
    font-weight:500;
    
}

/*.container .judul::before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    left:0;*/
/*    bottom:3px;*/
/*    height:3px;*/
/*    width:30px;*/
/*    background: linear-gradient(135deg, #A2F1EE, #044A9B);*/
/*}*/

.container .tanggal{
    font-size:18px;
    font-weight:300;
    /*position:relative;*/
}

.container .form_kotak{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:20px 0 12px 0;
}

.container .form_kotak .input_kotak{
    width:calc(50% - 15px);
    margin-bottom:15px;
}

.container .form_kotak .input_kotak_full{
    width:100%;
    margin-bottom:15px;
}

.container .form_kotak .label{
    font-weight:500;
    /*margin-bottom:5px;*/
    /*display:block;*/
    font-size:18px;
    
}

.container .form_kotak .label_kecil{
    font-weight:500;
    font-size:11px;
    line-height:2px;
    /*margin-bottom:-5px;*/
    
}

.container .form_kotak .input_kotak input, .container .form_kotak .input_kotak_full input,
.container .form_kotak .input_kotak select, .container .form_kotak .input_kotak_full select{
    height:45px;
    width:100%;
    border-radius:5px;
    outline:none;
    border:1px solid #ccc;
    padding-left:15px;
    font-size:16px;
    border-bottom-width:2px;
    margin-top:5px;
}

.container .form_kotak .input_kotak input:focus, .container .form_kotak .input_kotak_full input:focus{
    border-color:#3F88BA;
}

.container .form_kotak .input_kotak select option, .container .form_kotak .input_kotak_full select option{
    zoom:1.2;
}

        #kotak_ttd{
            /*position: relative;*/
            border: 2px dashed #aaa;
            height:320px;
            width:640px;
        }
        
#clear{
    padding:5px 8px;
    /*background:linear-gradient(to right, #21d4fd, #014292);*/
    background:#ddd;
    border:2px solid #aaa;
    border-radius:5px;
    margin-top:5px;
    color:black;
    font-weight:500;
    letter-spacing:1.5px;
    cursor: pointer;
    font-size:14px;
}

/*---------------------------------------------------------------tombol------------------------------------------------------------- */
.tombol_kotak{
    width:100%;
}

.container-login100-form-btn input{
    vertical-align:middle;
    white-space:normal;
    background:0 0;
    line-height:1;
    
    margin:0;padding:0;border:0;
    font-weight:500;
    letter-spacing:1.5px;
    font-size:16px;
}

.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #205333, #638432, #205333, #638432);
  background: -o-linear-gradient(right, #205333, #638432, #205333, #638432);
  background: -moz-linear-gradient(right, #205333, #638432, #205333, #638432);
  background: linear-gradient(right, #205333, #638432, #205333, #638432);
  /*(right, #21d4fd, #014292, #21d4fd, #014292);*/
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}
/*---------------------------------------------------------------tombol------------------------------------------------------------- */

/*datalist{*/
/*    width:100%;*/
/*    font-size:16px;*/
/*}*/

.tutup_rek{
    display:flex;
    /*justify-content:center;*/
    /*align-items:center;*/
    width:100%;
    
}

.kotak_rek{
    width:50%;
    text-align:center;
}

.bawah{
    position:fixed;
    bottom:0;
    left:0;
    background:white;
    width:100%;
    display:flex;
    z-index:99;
}

.bawah .kiri, .bawah .kanan{
    width:50%;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.bawah ion-icon{
    font-size:26px;
    color:black;
}

.bawah .aktif, .bawah .aktif2{
    background:#658870;
    color:white;
}

.bawah .aktif ion-icon, .bawah .aktif2 ion-icon{
    color:white;
}

.kontak{
    position:fixed;
    width:120px;
    height:60px;
    bottom:60px;
    left:10px;
    /*border:1px solid red;*/
    padding:5px;
    border-radius:4px;
    background-color:rgba(255,255,255,0.5)
}

.wa{
    color:#215635;
    font-size:18px;
}

.logo_tutup{
    display:flex;
    justify-content:center;
    align-items:center;
}

.logo_tutup img{
    width:100px;
}

.logo_kotak{
    
    display:flex;
    justify-content:center;
    align-items:center;
    
    width:calc(50% - 10px);
    
    padding:4px;
    border:2px solid #215635;
    border-radius:5px;
    
}

.logo_kotak:first-child {
    margin-right:20px;
}

.logo_kotak .kiri{
    margin-right:15px;
}

.logo_kotak .kanan{
    font-weight:500;
}

@media only screen and (max-width: 720px){
    .container{
        padding:20px 15px;
    }
    
    .container .judul{
        font-size:18px;
        /*font-weight:500;*/
        /*position:relative;*/
        text-align:center;
    }
    
    .container .judul::before{
        /*bottom:3px;*/
        /*height:3px;*/
        width:0px;
    }
    
    .container .tanggal{
        font-size:15px;
        text-align:center;
    }
    
    .container .form_kotak .input_kotak, .container .form_kotak .input_kotak_full {
        width:100%;
        margin-bottom:10px;
    }
    
    .container .form_kotak .label{
        margin-bottom:2px;
        font-size:17px;
    }
    
    .container .form_kotak .input_kotak input{
        height:40px;
        padding-left:10px;
    }
    
    #kotak_ttd{
        /*height:320px;*/
        /*width:640px;*/
        width:calc(100vw - 50px);
        height:calc(50vw);
    }
    
    .logo_kotak{
        display:block;
    }
    
    
}













