.ornamen-left {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 400px;
}

.ornamen-right {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 400px;
}

#auth {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.box-auth {
    max-width: 800px;
    padding: 30px 60px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.box-auth-body {
    margin-top: 60px;
}

@media screen and (max-width:991px) {
    .ornamen-left {
        width: 300px;
    }
    
    .ornamen-right {
        width: 300px;
    }
}

@media screen and (max-width:575px) {
    .ornamen-left {
        width: 200px;
    }
    
    .ornamen-right {
        width: 200px;
    }
    .logo-auth {
        width: 170px;
    }
}