.navbri{
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 4px solid #E27701;
    padding: 10px;
}

.navbri img{
    width: 120px;
}

.boxhamburgwr{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
}

.carousel-inner img{
    
}

.boxform{
    width: 90%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
   -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: 1px solid #eaeaea;
}

.logobox{
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #fff;
    font-size: 18px;
}

.logobox img{
    width: 100px;
}

.inp{
    margin-bottom: 15px;
}

.inp label{
    color: gray;
    font-weight: 500;
}

.inp input{
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
    outline: none;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
}

.btnkirim{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    background-color: #72C6EC;
    color: #fff;
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
    font-weight: 700;
}

footer{
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    padding: 40px;
    text-align: center;
}