

body{
   font-family: sans-serif;
   font-weight: 400;
   background: #fff;
}

.nbr{
    width: 100%;
    height: 65px;
    background-color: #0F78CA;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 10px;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom: 2px solid orange;
}

#carouselExampleCaptions{
    border: 3px solid #f7f7f7;
    border-radius: 20px;
}

.d-block{
    border-radius: 20px;
}

.logform img{
    width: 150px;
}

.logo img{
    width: 60px;
}

select{
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 10px;;
    color: #222;
    background-color: #fff;
    border: 2px solid #92C5FC;
}

.group{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.cetak{
    color: #023080;
    font-size: 22px;
}

.garisorg{
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background-color: orange;
}

.form{
    width: 100%;
    height: auto;
    background-color: #E8E0F5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 20px;
}

.inpput{
    margin-bottom: 20px;
}

.inp{
    display: flex;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 4px;
}

label{
    color: #023080;
    font-weight: 500;
}

.inpgroup{
    background-color: #0F78CA;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    border: 2px solid orange;
}

.inp input{
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 10px;;
    color: #222;
    background-color: #fff;
    border: 2px solid #92C5FC;
}

input::placeholder{
    color: gray;
}

.kirim{
    width: 100%;
    height: 50px;
    padding: 9px;
    border: none;
    margin-top: 20px;
    background-color: #92C5FC;
    color: #023080;
    font-weight: 500;
}

footer{
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}