﻿* {
    content: '';
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
 
.body::after {
    content: "";
    clear: both;
    display: table;
    margin: 50px 0px 0px 0px;
    background-color: #fff;
}
 
 
[class*="col-"] {
    float: left;
    padding: 15px;
} 

[class*="col-"] {
    width: 100%;
} 

h6 {
    font-size: .67em
}
h5 {
    font-size: 0.83em
}
h4 {
    font-size: 1em
}
h3 {
    font-size: 1.17em
}
h2 {
    font-size: 1.4em
}
h1 {
    font-size: 2em;
    margin:5px 0px;
}


/* Small devices (portrait tablets and large phones, 200px and up) */
@media only screen and (min-width: 300px) {
      .container { margin: 0;}
    .col-s-1 {width: 8.33%;}
    .col-s-2 { width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%; }
    .col-s-7 { width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%; }
    .col-s-12 {width: 100%;}
    
    .header{
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
    .main_menu home_menu{
        height:10px;
    }

    .header-daftar h4{
        font-size:30px;
    }
    .header-daftar span{
        font-size:18px;
        color:#a49494
    }
     body {
        background-image: url(../profile/img/banner_bg.png);
        background-repeat:no-repeat;
      }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
      .container { margin: 0 12em;}
    .col-1 {width: 8.33%;}
    .col-2 { width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%; }
    .col-7 { width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%; }
    .col-12 {width: 100%;}
     .header{
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
     
    .main_menu home_menu{
        height:10px;
    }
    .header-daftar h4{
        font-size:30px;
    }
    .header-daftar span{
        font-size:18px;
        color:#a49494;
    }
     body {
        background-image: url(../profile/img/banner_bg.png);
        background-repeat:no-repeat;
      }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     .container { margin: 0 12em;}
    .col-md-1 {width: 8.33%;}
    .col-md-2 { width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%; }
    .col-md-7 { width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%; }
    .col-md-12 {width: 100%;}

    .header-daftar h4{
    font-size:40px;
}
.header-daftar span{
    font-size:20px;
    color:#a49494;
}
 body {
        background-image: url(../profile/img/banner_bg.png);
        background-repeat:no-repeat;
      }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
     .container { margin: 0 12em;}
    .col-1 {width: 8.33%;}
    .col-2 { width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%; }
    .col-7 { width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%; }
    .col-12 {width: 100%;}
    .header-daftar h4{
    font-size:40px;
    }
    .header-daftar span{
        font-size:20px;
        color:#fff
    }
     body {
        background-image: url(../profile/img/banner_bg.png);
        background-repeat:no-repeat;
      }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container { margin: 0 12em;}
    .col-1 {width: 8.33%;}
    .col-2 { width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%; }
    .col-7 { width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%; }
    .col-12 {width: 100%;}

    .col-lg-offset-1 {margin-left: 8.33%;}
    .col-lg-offset-2 { margin-left: 16.66%;}
    .col-lg-offset-3 {margin-left: 25%;}
    .col-lg-offset-4 {margin-left: 33.33%;}
    .col-lg-offset-5 {margin-left: 41.66%;}
    .col-lg-offset-6 {margin-left: 50%; }
    .col-lg-offset-7 { margin-left: 58.33%;}
    .col-lg-offset-8 {margin-left: 66.66%;}
    .col-lg-offset-9 {margin-left: 75%;}
    .col-10 {margin-left: 83.33%;}
    .col-lg-offset-11 {margin-left: 91.66%; }
    .col-lg-offset-12 {width: 100%;}
     body {
        background-image: url(../profile/img/banner_bg.png);
        background-repeat:no-repeat;
      }
     
    .header{
        display: flex;
        justify-content: space-between;
        padding: 20px 100px;
    }

    .header-daftar h4{
    font-size:40px;
    }
    .header-daftar span{
        font-size:20px;
        color:#fff
    }
} 

.margin-bottom--50{
    margin-bottom:-50px;
}
.border-radius-10{
    border-radius:10px;
}


.btn{
    padding:10px;
    cursor:pointer; 
}

.bungkus{
    height:510px;
    /*margin:10px;*/
    cursor:pointer; 
    background-color:#fff
}
 
.bungkus  .img-daftar img{
    width:100%; 
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}


.jenis-daftar{ 
    padding:15px;
    text-align:center
}

.jenis-daftar p{
    font-size:20px;
    line-height:1.5em;
    margin-top: 20px;
}

.display-center{
    display: flex;
    align-items: center;
}

.display-center label{
    font-size:18px;
}

.bungkus:hover {
    transition: 0.3s;
    transform: scale(1.06,1.06);
    box-shadow: 0px 0px 15px 5px #dedede;
}

.btn-loginku{
    padding: 10px 50px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

/*.form-daftar{
    margin-top:50px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    height: 600px;
    padding:20px 15px 0px 15px;
}*/

.my-btn button {
    color:#000000;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: none; 
    background-size: 200%;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
    font-weight: 700;
    background-color:#ffffff 
}

/*.btn-primary{
    background-color:aliceblue;
    color:white;
}*/

.line-span{ 
    outline: 1px solid #ececec;
    display: block;
    margin:10px 0px;
}

.form-daftar .info-gambar img{
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 0px 0px 0px 11px #ffffff, 6px 4px 0px 16px #000000;
}

.message{
    color: black;
    font-size: 16px;
    padding: 10px;
    background-color: #eabc3c;
    /*font-weight: bold;*/
    /*text-align: center;*/
    border-radius: 10px;
 }
 