body{
    height: auto;
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

a {
    text-decoration: none;
}

#sidebar-container{
    width: 500px;
}

#sidebar{
    width: 82vw;
    height: 500px;
}

#logo{
    height: 380px;
}

#logo img{
    margin-top: 120px;
    width: 50vw;
}

#tabmenu{
    width: 82vw;
}

#tab{
    height: 65px;
}



#tab-personal{
    height: 65px;
    width: 390px;
    background-size: 390px
}

#tab-bisnis{
    height: 65px;
    width: 390px;
    background-size: 390px
}

#form-container{
    width: 500px;
}

#form{
    width: 82vw;
    height: 800px;
}

#form-background-dummy{
    width: 82vw;
}

#form form{
    padding: 36% 4%;
}

#input{
    margin-top: -195px;
    display: block;
}

#input input{
    margin-left: 50px;
    margin-bottom: 25px;
    padding: 25px;
    width: 60vw;
    font-size: 35px;
    border-radius: 35px;
}

.buttonx{
    width: 65vw;
    height: 125px;
    font-size: 50px;
    border-radius: 25px;
}

#header-container{
    display: none;
}

#garis-container{
    display: none;
}

#main-container{
    display: none;
}

#footer-container{
    display: none;
}

.tab-container{
    padding-right: 375px !important;
}