*{
    margin: 0;
    padding: 0;
}


.full-height {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #FFBA00;
    .card {
        width: 100%;
        border-radius:0;
        border:none;

        .card-header{
            background-color: #00408D;
            border-radius: 0;
            color: #fefefe;
        }
    }

    .card-loged{
        padding: 40px 10px;
    }

    .box-antri {
        width: 100%;
        height: 100px;
        background-color: #E4EFE7;
        margin-bottom: 20px;
    }

    .box-antri {
        width: 100%;
        height: 100px;
        background-color: #E4EFE7;
        margin-bottom: 20px;
    }

    .box {
        width: 100%;
        background-color: #001d90;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
        color: #fefefe;
        h2{
            font-size:90px;
            font-weight:700;
        }
        b{
            font-size:20px;
            font-weight:500;
        }
        /*font-size: 100px;*/
        /*font-weight: 700;*/
    }

    input{
        background-color: #F2F2F2;
        padding: 10px 20px;
        border: none;
        border-radius: 0;
    }

    input:focus{
        background-color: #dbe7f8;
        outline: none;
    }

    .tombol{
        background-color: #00408D;
        color: #ffffff;
        border-radius: 0;
    }

    .tombol:hover{
        background-color: #FD9800;
    }
}

.navbar{
    background-color: #00408D;
    color: #ffffff;

    .navbar-toggler{
        border-radius: 0;
    }

    .navbar-toggler:focus{
        outline: none;
    }
}

.tombol-nav.active{
    padding: 10px 20px;
    background-color: #001d90;
    color: #ffffff;
    font-weight: 700;
    border: none;
}
.tombol-nav{
    padding: 10px 20px;
    background-color: #FD9800;
    color: #383838;
    font-weight: 700;
    border: none;
}

.full-dashboard {
    min-height: 100vh;
    background: #E0E7F5;
    padding-top: 20px;


    .title{
        font-size: 20px;
    }

    .kuning{
        background-color: #FFBA00;
        color: #383838;
        border-radius: 0;
        border: none;
        padding: 5px 10px ;
    }

    .kuning:hover{
        background-color:  #FFBA00;
    }

    .card{
        border-radius: 0;
        border: none;

        .card-header{
            background-color: #00408D;
            border-radius: 0;
            color: #fefefe;
            font-weight: 700;
        }
    }

    .nav-blue{
        background-color: #00408D;
    }
}

@media (max-width: 900px) {
    .full-height {
        .box {
            width: 100%;
            background-color: #001d90;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fefefe;
            margin-bottom:10px;
            h2{
                font-size:70px;
                font-weight:700;
            }
            b{
                font-size:20px;
                font-weight:500;
            }
        }
    }
}

