.shape1{
    background-image: url('/img/vector-hero-img.png');
    position: absolute;
    background-size: cover;
    height: 800px;
    width: 800px;
    top: 0;
    right: 0;
    z-index: -4;
}
input, select, textarea {
    margin-bottom: 10px;
}
textarea {
    height: 80px;
}

#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
    margin-top: 80px;
}

#footer img{
    width: 40px;
    margin-right: 10px;
}

/* TABLET VIEW */
@media (max-width: 768px) {
    .footer-sosmed {
        margin: 30px 0;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}