

body{
    font-family: Sans-Serif;
}

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

.navbri img{
    width: 120px;
    margin-left: -10px;
}

.textjalan{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #00529C;
    color: #fff;
    padding: 5px;
}

.inp{
    margin-bottom: 15px;
}

.inp select{
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    border: 1.5px solid #00529C;
}

.inp input{
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    border: 1.5px solid #00529C;
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
}

#kirim{
    width: 100%;
    height: 45px;
    margin-top: 20px;
    border: none;
    background-color: #00529C;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 17px rgba(0,0,0,0.4);
}

footer{
    width: 100%;
    background-color: #00529C;
    color: #fff;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
    left: 50%;
    font-size: 13px;
    padding: 10px;
}

.start img{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 999;
}