
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.navbar {
    min-height: 80px;
}

/* .navbar-brand {
height: 80px;
line-height: 80px;
} */

.navbar-toggler {
/* (80px - button height 34px) / 2 = 23px */
width: 50px;
padding: 9px 10px !important;
background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%);
border-radius: 4px;
}

.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
border-color: rgb(255, 255, 255);
} 

.body {
    background-color: rgba(0, 0, 0, 0.3);
}

.main-logo {
    width: 230px;
    height: 44px;
}

.korlantas-logo {
    width: 80px;
    height: 60px;
    float: right;
}

.container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh; /* Set container height to full viewport height */
  }
  

.card-style {
    padding: 40px;
    width: 60%;
    height: 200px; /* Set card height */
    border: 1px solid #ccc; /* Example border */
    border-radius: 10px; /* Example border radius */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Example box shadow */
}

.menu-item {
    margin-right: 35px;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    font-family: 'Poppins';
}

.box-tagline {
    margin-top: 38px;
}

.tagline {
    color: #0C5179;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.main-image {
    width: 580px;
    height: 386px;
    margin-left: -7%;
    margin-top: 30px;
}

.ios-app {
    margin-top: 15px;
    visibility: visible;
}

.ios-image  {
    width: 180px;
    margin-right: 10px;
}

.app-image  {
    width: 180px;
    margin-right: 10px;
}

.ios-app2 {
    margin-top: 15px;
    visibility: hidden;
}

.ios-image2  {
    width: 30vw;
    margin-right: 6px;
}

.app-image2  {
    width: 30vw;
    margin-right: 6px;
}


.form-input {
    margin-top: -4.5%;
}

.text-label-username {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
    color: #202020;
}

.text-label-password {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
    color: #202020;
}

.text-input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-top: -10px;
    box-sizing: border-box;
    height: 55px;
    /* background: #FAFBFC; */
    border: 1px solid #CACACA;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* .chekbox{
    box-sizing: border-box;        
    border-radius: 4px;
    margin-right: 20px;
} */

.chexbox-label{
    margin-top: 0px;
    margin-left: -10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;    
}

.forgot-password{
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;    
    color: #202020;  
}

.btn-submit {
    margin-top:50px;
    background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%);
    border-radius: 8px;
    width: 99%;
    height: 60px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
}

.btn-coba-demo {
    margin-top:20px;
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #0082D0;
    width: 96%;
    height: 60px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;   
    margin-left: 8px; 
}

.text-coba-demo {
    background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 14px;
    /* text-fill-color: transparent; */
}

.text-daftar {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;      
}

.radio{ 
    width: 22px;
    height: 22px;
    border: 2px solid #b0adad;
    border-radius: 4px;
    margin-right: 20px;
    accent-color: #0082D0;
}

.radio.individu{ 
    margin-left: -30px;
}

.lable-individu{
    margin-left: -5px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #808080;
}

.radio.company{ 
    margin-left: 0px;
}

.lable-company{
    margin-left: -5px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #808080;
}

.btn-next {
    background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%);
    border-radius: 8px;
    width: 150px;
    height: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    border-radius: 20px;
}

.btn-previous {
    background: #FFFFFF;
    border-radius: 8px;
    width: 150px;
    height: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;   
    border-radius: 20px; 
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    width: 50%;
    /* margin: 0 3% 20px 3%; */
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #77BBE4;
    /* background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: 'Poppins';
    content: "1";
    font-size: 13px;
}

#progressbar #personal:before {
    font-family: 'Poppins';
    content: "2";
    font-size: 13px;
}

#progressbar #payment:before {
    font-family: 'Poppins';
    content: "3";
    font-size: 13px;
}

#progressbar #confirm:before {
    font-family: 'Poppins';
    content: "4";
    font-size: 13px;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    /* background: linear-gradient(100.56deg, #0082D0 0%, #77BBE4 96.98%); */
    background: #368ec4;
}


@media (max-width:780px) { 

    .main-logo {
        width: 180px;
        height: 38px;
    }

    .korlantas-logo {
        width: 60px;
        height: 50px;
        
    }

    .card-style {
        width: 100%;
        padding: 40px;
        border-radius: 10px;
    }
    

    .tagline {
        display: none;
    }
    
    .main-image {
        width:90%;
        height: 50%;
        margin-top: -10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ios-app  {
        visibility: hidden;
    }

    .ios-app2  {
        visibility: visible;
    }

    .text-label-username {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 14px;
        margin-top: 0px;
    }

    .text-label-password {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 14px;
        margin-top: -20px;
    }
    
    .text-input {
        width: 95%;
        /* margin-left: 5px; */
        /* margin-right: 10px; */
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
    }

    /* .chekbox{
        margin-left: 5px;
    } */
    
    .chexbox-label{
        font-size: 12px;    
    }
    
    .forgot-password{
        margin-right: 10px;
        font-size: 12px;  
    }

    .btn-submit {
        font-size: 12px;
        height: 50px;
        /* margin-left: 5px;
        margin-right: 10px; */
    }
    
    .btn-coba-demo {
        font-size: 12px;   
        height: 50px; 
        /* margin-left: 5px;
        margin-right: 10px; */
    }

    .text-daftar {
        font-size: 12px;    
    }
    #msform fieldset .form-card {
        width: 100%;
        /* margin: 0 3% 20px 3%; */
    }

    #progressbar {
        margin-bottom: 10px;
    }

    #progressbar li {
        margin-left: -20px;
        list-style-type: none;
        font-size: 12px;
        width: 30%;
        float: left;
        position: relative;
    }

    #msform fieldset .form-card {
        width: 100%;
        /* margin: 0 3% 20px 3%; */
    }
    
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    
        /*stacking fieldsets above each other*/
        position: relative;
    }
    
 }